Initial library
authorTara L Andrews <tla@mit.edu>
Fri, 15 Apr 2011 10:58:22 +0000 (12:58 +0200)
committerTara L Andrews <tla@mit.edu>
Fri, 15 Apr 2011 10:58:22 +0000 (12:58 +0200)
commitb49c431805cca61890ecc70a6869ec7988367834
tree5f7752cb4960b3639f367e58c32b1e4c4fd234ad
Initial library
18 files changed:
lib/Traditions/Graph.pm [new file with mode: 0644]
lib/Traditions/Parser/BaseText.pm [new file with mode: 0644]
lib/Traditions/Parser/CSV.pm [new file with mode: 0644]
lib/Traditions/Parser/GraphML.pm [new file with mode: 0644]
lib/Traditions/Parser/TEI.pm [new file with mode: 0644]
lib/Traditions/Schema.pm [new file with mode: 0644]
lib/Traditions/Schema/Result/Collation.pm [new file with mode: 0644]
lib/Traditions/Schema/Result/Manuscript.pm [new file with mode: 0644]
lib/Traditions/Schema/Result/Reading.pm [new file with mode: 0644]
lib/Traditions/Schema/Result/Text.pm [new file with mode: 0644]
t/01app.t [new file with mode: 0644]
t/02pod.t [new file with mode: 0644]
t/03podcoverage.t [new file with mode: 0644]
t/data/Collatex-16.xml [new file with mode: 0644]
t/data/collate.svg [new file with mode: 0644]
t/data/shari_base.txt [new file with mode: 0644]
t/data/shari_data.csv [new file with mode: 0644]
t/graph.t [new file with mode: 0644]