Skip to content

Commit a5ff284

Browse files
committed
Adding doap files for each component for the projects.apache.org site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@371566 13f79535-47bb-0310-9956-ffa450edef68
1 parent dac3995 commit a5ff284

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

doap_codec.rdf

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0"?>
2+
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
3+
<Project rdf:about="http://jakarta.apache.org/commons/codec/">
4+
<name>Apache Jakarta Commons Codec</name>
5+
<homepage rdf:resource="http://jakarta.apache.org/commons/codec/"/>
6+
<programming-language>Java</programming-language>
7+
<category rdf:resource="http://projects.apache.org/category/library"/>
8+
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
9+
<bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=Commons&amp;component=codec"/>
10+
<download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-codec.cgi"/>
11+
<asfext:pmc rdf:resource="Jakarta"/>
12+
<shortdesc xml:lang="en">Simple encoders and decoders</shortdesc>
13+
<description xml:lang="en">
14+
The codec package contains simple encoder and decoders for
15+
various formats such as Base64 and Hexadecimal. In addition to these
16+
widely used encoders and decoders, the codec package also maintains a
17+
collection of phonetic encoding utilities.
18+
</description>
19+
<repository>
20+
<SVNRepository>
21+
<browse rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk"/>
22+
<location rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/codec"/>
23+
</SVNRepository>
24+
</repository>
25+
<release>
26+
<revision>
27+
<name>commons-codec</name>
28+
<created>2004-07-10</created>
29+
<version>1.3</version>
30+
</revision>
31+
</release>
32+
<mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Commons"/>
33+
</Project>
34+
</rdf:RDF>

0 commit comments

Comments
 (0)