Fixed usage docs.
[dbsrgits/SQL-Translator.git] / doap.rdf
CommitLineData
4457fd03 1<?xml version="1.0"?>
2<rdf:RDF
3 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 xmlns:foaf="http://xmlns.com/foaf/0.1/"
5 xmlns="http://usefulinc.com/ns/doap#">
6
7 <Project>
8 <name>SQL::Translator</name>
9 <created>2002-02-26</created>
10
11 <shortdesc xml:lang="en">
12 SQL::Translator is a group of Perl modules that manipulate
13 structure data definitions.
14 </shortdesc>
15
16 <description xml:lang="en">
17 SQL::Translator is a group of Perl modules that manipulate
18 structured data definitions (mostly database schemas) in
19 interesting ways, such as converting among different dialects
20 of CREATE syntax, visualizations of schemas, automatic code
21 generation, converting non-RDBMS files to SQL schemas,
22 serializing parsed schemas, creating documentation, and more
23 </description>
24
25 <!-- License(s) -->
26 <license rdf:resource="http://usefulinc.com/doap/licenses/GPL" />
27 <license rdf:resource="http://usefulinc.com/doap/licenses/Artistic" />
28
29 <!-- Community resources -->
30 <homepage
31 rdf:resource="http://sqlfairy.sourceforge.net/" />
32 <bug-database
33 rdf:resource="https://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Translator" />
34 <mailing-list
35 rdf:resource="https://lists.sourceforge.net/mailman/listinfo/sqlfairy-developers" />
36 <mailing-list
37 rdf:resource="https://lists.sourceforge.net/mailman/listinfo/sqlfairy-commits" />
38
39 <!-- Project maintainer -->
40 <maintainer>
41 <foaf:Person>
42 <foaf:name>Ken Clark</foaf:name>
43 <foaf:mbox_sha1sum>92ced59fa045fc9a45caa97c31ba8b313eac6e71</foaf:mbox_sha1sum>
44 </foaf:Person>
45 </maintainer>
46
47 <!-- Source code type and location -->
48 <programming-language>Perl</programming-language>
49 <programming-language>SQL</programming-language>
50
51 <Repository>
52 <CVSRespository>
53 <anon-root>:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sqlfairy</anon-root>
54 <anon-module>sqlfairy</anon-module>
55 <browse rdf:resource="http://cvs.sourceforge.net/cvsroot/sqlfairy/" />
56 </CVSRespository>
57 </Repository>
58
59 <download-page
60 rdf:resource="http://search.cpan.org/dist/SQL-Translator/" />
61 <download-mirror
62 rdf:resource="http://www.cpan.org/modules/by-module/SQL/" />
63
64 <!-- Releases -->
65 <release>
66 <Version>
67 <created>2003-02-27</created>
68 <revision>0.01</revision>
69 </Version>
70 </release>
71
72 <release>
73 <Version>
74 <created>2003-06-17</created>
75 <revision>0.02</revision>
76 </Version>
77 </release>
78
79 <release>
80 <Version>
81 <created>2003-11-06</created>
82 <revision>0.03</revision>
83 </Version>
84 </release>
85
86 <release>
87 <Version>
88 <created>2003-11-07</created>
89 <revision>0.04</revision>
90 </Version>
91 </release>
92
93 <release>
94 <Version>
95 <created>2004-02-27</created>
96 <revision>0.05</revision>
97 </Version>
98 </release>
99
100 </Project>
101</rdf:RDF>