Initial checkin
authorJonathan Blake <jonathan.blake@projectaon.org>
Tue, 26 Apr 2005 05:03:03 +0000 (05:03 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Tue, 26 Apr 2005 05:03:03 +0000 (05:03 +0000)
git-svn-id: https://projectaon.org/data/trunk@53 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

scripts/README-jon.txt [new file with mode: 0755]

diff --git a/scripts/README-jon.txt b/scripts/README-jon.txt
new file mode 100755 (executable)
index 0000000..f68ee19
--- /dev/null
@@ -0,0 +1,89 @@
+This file describes how to use the scripts included in this archive.
+Yes, it desperately needs updating and expansion.
+
+corrtohtml.pl: translates the standard Project Aon correction report
+format into HTML corresponding to the changes log used with the 
+Editor's Companion.
+
+  corrtohtml.pl [correctionFile1 [correctionFile2 . . .]]
+
+create-css.pl: used by gbtoxhtml.pl to create a CSS file for use by
+the XHTML files.
+
+  [not used from the command line]
+
+create-css-xhtml-single.pl: used by gbtoxhtml-single.pl to create a
+CSS file for use by the single file version of the XHTML.
+
+  [not used from the command line]
+
+create-pdacss.pl: used by gbtopdaxhtml.pl to create a CSS file for
+use by the PDA version of the XHTML.
+
+  [not used from the command line]
+
+frontfilter.pl: filters frontmatter files for links and common
+characters.
+
+  frontfilter.pl frontmatterFile1 [frontmatterFile2 . . .]
+
+gbfixencoding.pl: interactively fix encoding errors in gamebook XML
+  (requires ANSI escape sequences - tested on CYGWIN)
+
+  gbfixencoding.pl inputXML outputXML
+
+gbfixquotes.pl: interactively encode quotation marks
+  (requires ANSI escape sequences - tested on CYGWIN)
+
+  gbfixquotes.pl inputXML outputXML
+
+gblint.pl: find common errors in gamebook XML - does not validate XML
+
+  gblint.pl inputXML > errorList
+    -s LINES         skip first LINES
+    -e MAX_ERRORS 
+
+gbtodot.pl: converts an XML file to DOT graph representation of the 
+choices.
+
+  gbtodot.pl inputXML outputDOT baseURL
+
+gbtolatex.pl: creates a LaTeX file for conversion to PDF using
+pdflatex.
+
+  gbtolatex.pl bookCode
+
+gbtopdaxhtml.pl: creates simplified XHTML for use by PDA utilities.
+
+  gbtopdaxhtml.pl bookCode
+
+gbtopml.pl: creates PML version of the XML.
+
+  gbtopml.pl bookCode
+
+gbtoxhtml.pl: processes an XML file into XHTML.
+
+  gbtoxhtml.pl bookCode
+
+gbtoxhtml-all.pl: creates all of the books in XHTML. Uses
+gbtoxhtml.pl.
+
+  gbtoxhtml-all.pl
+
+gbtoxhtml-single.pl: creates a single XHTML file.
+
+  gbtoxhtml-single.pl bookCode
+
+mergecorrhtml.pl: merges correction log HTML into a preexisting file.
+
+  mergecorrhtml.pl [options] inputHTML [correctionFiles]
+    -b    bookCode
+    -u    include corrections with unspecified title
+
+sortcorrhtml.pl: sorts correction log HTML into book order.
+
+  sortcorrhtml.pl [correctionFiles]
+
+xmlize.pl: converts the proofread text format into a gamebook XML file.
+
+  xmlize.pl numberOfSections