From 5bf1a2a4652c9aefdd1b869a304ee5e3bcd852c8 Mon Sep 17 00:00:00 2001 From: lhess2021 Date: Fri, 18 Mar 2022 01:19:48 -0400 Subject: [PATCH] remove old comments --- shell-scripts.d/canticle-to-xml-automated.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell-scripts.d/canticle-to-xml-automated.sh b/shell-scripts.d/canticle-to-xml-automated.sh index df63711..98e9d6e 100755 --- a/shell-scripts.d/canticle-to-xml-automated.sh +++ b/shell-scripts.d/canticle-to-xml-automated.sh @@ -1,12 +1,6 @@ #!/bin/bash # A script which converts plaintext cantos from one canticle to XML formatting. -# Must be run inside canticle directory: [inferno,purgatorio,paradiso]-xml.d -# Tag scripts must be in the above directory. - -# 1) word-tags.py --- add tags to each word. -# 2) terzina-tags.sh --- add tags to each terzina -# 3) top-level-tags.sh --- add TEI XML header; add and tags canticles=( 'inferno' 'purgatorio' 'paradiso' )