]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Add a schema diagram for Auto_Racing_Schedule_XML.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 24 Jan 2014 04:18:54 +0000 (23:18 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 24 Jan 2014 04:18:54 +0000 (23:18 -0500)
Add the new doctype to the man page.
Add files for the new doctype to the cabal file.

doc/dbschema/Auto_Racing_Schedule_XML.png [new file with mode: 0644]
doc/man1/htsn-import.1
htsn-import.cabal

diff --git a/doc/dbschema/Auto_Racing_Schedule_XML.png b/doc/dbschema/Auto_Racing_Schedule_XML.png
new file mode 100644 (file)
index 0000000..e1b85e5
Binary files /dev/null and b/doc/dbschema/Auto_Racing_Schedule_XML.png differ
index 8c6f936c480b44cad8879a0eaab43d202b7c99bb..ef43f1ee8aafc1c4840703cf686426e47bc611e8 100644 (file)
@@ -48,14 +48,16 @@ pickle/unpickle everything already, this should be impossible.
 The XML document types obtained from the feed are uniquely identified
 by their DTDs. We currently support documents with the following DTDs:
 .IP \[bu] 2
-Heartbeat.dtd
+Auto_Racing_Schedule_XML.dtd
 .IP \[bu]
-newsxml.dtd
+Heartbeat.dtd
 .IP \[bu]
 Injuries_Detail_XML.dtd
 .IP \[bu]
 injuriesxml.dtd
 .IP \[bu]
+newsxml.dtd
+.IP \[bu]
 Odds_XML.dtd
 .IP \[bu]
 weatherxml.dtd
index 712970c6e2672f2aa930e3473dc3598e98495e51..1fc2e41aa41901897d3d373734ded163a163d8a2 100644 (file)
@@ -16,6 +16,7 @@ extra-source-files:
   doc/TODO
   makefile
   schema/*.dtd
+  schemagen/Auto_Racing_Schedule_XML/*.xml
   schemagen/Heartbeat/*.xml
   schemagen/injuriesxml/*.xml
   schemagen/Injuries_Detail_XML/*.xml