+++ /dev/null
-<?xml version="1.0"?>
-<rdf:RDF
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:foaf="http://xmlns.com/foaf/0.1/"
- xmlns="http://usefulinc.com/ns/doap#">
-
- <Project>
- <name>SQL::Translator</name>
- <created>2002-02-26</created>
-
- <shortdesc xml:lang="en">
- SQL::Translator is a group of Perl modules that manipulate
- structure data definitions.
- </shortdesc>
-
- <description xml:lang="en">
- SQL::Translator is a group of Perl modules that manipulate
- structured data definitions (mostly database schemas) in
- interesting ways, such as converting among different dialects
- of CREATE syntax, visualizations of schemas, automatic code
- generation, converting non-RDBMS files to SQL schemas,
- serializing parsed schemas, creating documentation, and more
- </description>
-
- <!-- License(s) -->
- <license rdf:resource="http://usefulinc.com/doap/licenses/GPL" />
- <license rdf:resource="http://usefulinc.com/doap/licenses/Artistic" />
-
- <!-- Community resources -->
- <homepage
- rdf:resource="http://sqlfairy.sourceforge.net/" />
- <bug-database
- rdf:resource="https://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Translator" />
- <mailing-list
- rdf:resource="https://lists.sourceforge.net/mailman/listinfo/sqlfairy-developers" />
- <mailing-list
- rdf:resource="https://lists.sourceforge.net/mailman/listinfo/sqlfairy-commits" />
-
- <!-- Project maintainer -->
- <maintainer>
- <foaf:Person>
- <foaf:name>Ken Clark</foaf:name>
- <foaf:mbox_sha1sum>92ced59fa045fc9a45caa97c31ba8b313eac6e71</foaf:mbox_sha1sum>
- </foaf:Person>
- </maintainer>
-
- <!-- Source code type and location -->
- <programming-language>Perl</programming-language>
- <programming-language>SQL</programming-language>
-
- <Repository>
- <CVSRespository>
- <anon-root>:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sqlfairy</anon-root>
- <anon-module>sqlfairy</anon-module>
- <browse rdf:resource="http://cvs.sourceforge.net/cvsroot/sqlfairy/" />
- </CVSRespository>
- </Repository>
-
- <download-page
- rdf:resource="http://search.cpan.org/dist/SQL-Translator/" />
- <download-mirror
- rdf:resource="http://www.cpan.org/modules/by-module/SQL/" />
-
- <!-- Releases -->
- <release>
- <Version>
- <created>2003-02-27</created>
- <revision>0.01</revision>
- </Version>
- </release>
-
- <release>
- <Version>
- <created>2003-06-17</created>
- <revision>0.02</revision>
- </Version>
- </release>
-
- <release>
- <Version>
- <created>2003-11-06</created>
- <revision>0.03</revision>
- </Version>
- </release>
-
- <release>
- <Version>
- <created>2003-11-07</created>
- <revision>0.04</revision>
- </Version>
- </release>
-
- <release>
- <Version>
- <created>2004-02-27</created>
- <revision>0.05</revision>
- </Version>
- </release>
-
- </Project>
-</rdf:RDF>