Browse Source

remove old comments

main
lhess2021 4 years ago
parent
commit
5bf1a2a465
  1. 6
      shell-scripts.d/canticle-to-xml-automated.sh

6
shell-scripts.d/canticle-to-xml-automated.sh

@ -1,12 +1,6 @@
#!/bin/bash #!/bin/bash
# A script which converts plaintext cantos from one canticle to XML formatting. # 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 <w></w> tags to each word.
# 2) terzina-tags.sh --- add <terzina num="..."> tags to each terzina
# 3) top-level-tags.sh --- add TEI XML header; add <canto> and <terzine> tags
canticles=( 'inferno' 'purgatorio' 'paradiso' ) canticles=( 'inferno' 'purgatorio' 'paradiso' )

Loading…
Cancel
Save