From: Michael Orlitzky Date: Fri, 24 Jan 2014 04:18:54 +0000 (-0500) Subject: Add a schema diagram for Auto_Racing_Schedule_XML. X-Git-Tag: 0.0.4~16 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=dfd9891a00f76732667eb37f31fc0594c39f71d1;hp=65b8e7251134ef5515c17abae8964c890de0602c;p=dead%2Fhtsn-import.git Add a schema diagram for Auto_Racing_Schedule_XML. Add the new doctype to the man page. Add files for the new doctype to the cabal file. --- diff --git a/doc/dbschema/Auto_Racing_Schedule_XML.png b/doc/dbschema/Auto_Racing_Schedule_XML.png new file mode 100644 index 0000000..e1b85e5 Binary files /dev/null and b/doc/dbschema/Auto_Racing_Schedule_XML.png differ diff --git a/doc/man1/htsn-import.1 b/doc/man1/htsn-import.1 index 8c6f936..ef43f1e 100644 --- a/doc/man1/htsn-import.1 +++ b/doc/man1/htsn-import.1 @@ -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 diff --git a/htsn-import.cabal b/htsn-import.cabal index 712970c..1fc2e41 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -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