]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Add jfilexml to the list of supported document types.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 28 Jun 2014 00:16:55 +0000 (20:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 28 Jun 2014 00:16:55 +0000 (20:16 -0400)
Update the TODO.

doc/TODO
doc/man1/htsn-import.1

index 53ab90e4158b1ae35799bceba477cb0a9131aa31..027718b69c5fd4496de115d9886a1bddf84cea7d 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
    before "version one point oh." This list refers to an
    old proprietary implementation, sorry:
 
-     * jfilexml
      * Schedule_Changes_XML
 
 5. Update the list of schemagen files in htsn-import.cabal.
 
-6. We have DTDs but no sample XML for the following SportInfo types,
+6. Test addition of a new field (weatherxml) and ensure that the
+   database schema is updated accordingly. Document this fact in the
+   man page.
+
+7. We have DTDs but no sample XML for the following SportInfo types,
    which have therefore been left unimplmented for now:
 
    * Cbask_Indv_No_Avg_XML.dtd
@@ -35,7 +38,7 @@
    * NFLYardsXML.dtd
    * NFL_PuntingLeaders_XML.dtd
 
-7. The following DTD types were handled (in some form) by the old
+8. The following DTD types were handled (in some form) by the old
    FeedGrabber. They are not yet handled by htsn-import (some may not
    be valid):
 
index 69809424b949e5cc2d5f1c414c404f09aa648c0c..e912c710e7411071a4bb15ee5fafcf7bd42553ff 100644 (file)
@@ -23,9 +23,10 @@ database.
 .P
 First, we must parse the XML. Each supported document type (see below)
 has a full pickle/unpickle implementation (\(dqpickle\(dq is simply a
-synonym for serialize here). That means that we parse the entire
-document into a data structure, and if we pickle (serialize) that data
-structure, we get the exact same XML document tha we started with.
+synonym for \(dqserialize\(dq here). That means that we parse the
+entire document into a data structure, and if we pickle (serialize)
+that data structure, we get the exact same XML document tha we started
+with.
 .P
 This is important for two reasons. First, it serves as a second level
 of validation. The first validation is performed by the XML parser,
@@ -58,6 +59,8 @@ Injuries_Detail_XML.dtd
 .IP \[bu]
 injuriesxml.dtd
 .IP \[bu]
+jfilexml.dtd
+.IP \[bu]
 newsxml.dtd
 .IP \[bu]
 Odds_XML.dtd