forked from dajobe/flickcurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flickcurl.rdf.in
68 lines (57 loc) · 1.92 KB
/
flickcurl.rdf.in
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<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>Flickcurl</name>
<homepage rdf:resource="http://librdf.org/flickcurl/"/>
<shortdesc xml:lang="en">Flickcurl Flickr API Library.</shortdesc>
<description xml:lang="en">A free software / Open Source C
library that provides a C API to the Flickr API web
services.</description>
<maintainer>
<foaf:Person>
<foaf:name>Dave Beckett</foaf:name>
<foaf:homepage rdf:resource="http://www.dajobe.org/"/>
<foaf:mbox_sha1sum>970987f991961f2553a1bf2574166fa29befbccb</foaf:mbox_sha1sum>
</foaf:Person>
</maintainer>
<release>
<Version>
<name>stable</name>
<created>2007-01-24</created>
<revision>@VERSION@</revision>
</Version>
</release>
<download-page rdf:resource="http://download.librdf.org/sources/"/>
<!-- Licensing details -->
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
<!-- source repository -->
<repository>
<GITRepository>
<location rdf:resource="git://github.com/dajobe/flickcurl.git" />
<browse rdf:resource="http://github.com/dajobe/flickcurl/tree/master" />
</GITRepository>
</repository>
</Project>
<!--
optional administravia:
authoring tools can add more here if they'd like.
-->
<rdf:Description rdf:about="">
<foaf:maker>
<foaf:Person>
<foaf:name>Dave Beckett</foaf:name>
<foaf:homepage rdf:resource="http://www.dajobe.org/"/>
<foaf:mbox_sha1sum>970987f991961f2553a1bf2574166fa29befbccb</foaf:mbox_sha1sum>
</foaf:Person>
</foaf:maker>
</rdf:Description>
</rdf:RDF>
<!--
Local variables:
mode:nxml
End:
-->