-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcasimir.doap
36 lines (26 loc) · 1.11 KB
/
casimir.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<Project>
<name>Casim.ir</name>
<homepage rdf:resource="http://casim.ir"/>
<created>2009-09-30</created>
<shortname>Casim.ir</shortname>
<shortdesc xml:lang="en">Yet Another URL Shortener</shortdesc>
<description xml:lang="en">Casim.ir is a simple to install and use URL shortener, that let the user set the short URL he wants. It only needs PHP and a database to run.</description>
<wiki rdf:resource="http://wiki.github.com/chusopr/casimir" />
<wiki
rdf:resource="http://wiki.github.com/chusopr/casimir/wikis.atom"
dc:format="application/rdf+xml"
/>
<bug-database rdf:resource="http://github.com/chusopr/casimir/issues" />
<license rdf:resource="http://github.com/chusopr/casimir/blob/master/license.txt" />
<programming-language>PHP</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Chuso Pérez</foaf:name>
<foaf:homepage rdf:resource=http://chuso.net/" />
</foaf:Person>
</maintainer>
</Project>
</rdf:RDF>