forked from apache/pdfbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doap_PDFBox.rdf
160 lines (158 loc) · 5.74 KB
/
doap_PDFBox.rdf
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
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:foaf="http://xmlns.com/foaf/0.1/">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<Project rdf:about="http://pdfbox.apache.org">
<created>2010-12-19</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
<name>Apache PDFBox</name>
<homepage rdf:resource="http://pdfbox.apache.org" />
<asfext:pmc rdf:resource="http://pdfbox.apache.org" />
<shortdesc>The Apache PDFBox library is an open source Java tool for working with PDF documents.</shortdesc>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/PDFBOX" />
<mailing-list rdf:resource="http://pdfbox.apache.org/mailinglists.html" />
<download-page rdf:resource="http://pdfbox.apache.org/download.html" />
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/content" />
<category rdf:resource="http://projects.apache.org/category/library" />
<release>
<Version>
<name>Apache PDFBox</name>
<created>2014-12-13</created>
<revision>1.8.8</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2014-09-19</created>
<revision>1.8.7</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2014-06-22</created>
<revision>1.8.6</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2014-05-02</created>
<revision>1.8.5</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2014-01-31</created>
<revision>1.8.4</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2013-11-29</created>
<revision>1.8.3</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2013-06-02</created>
<revision>1.8.2</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2013-04-10</created>
<revision>1.8.1</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2013-03-23</created>
<revision>1.8.0</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2012-07-25</created>
<revision>1.7.1</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2012-05-29</created>
<revision>1.7.0</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2011-07-02</created>
<revision>1.6.0</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2011-03-03</created>
<revision>1.5.0</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2010-12-20</created>
<revision>1.4.0</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2010-10-26</created>
<revision>1.3.1</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2010-07-11</created>
<revision>1.2.1</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2010-06-29</created>
<revision>1.2.0</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2010-03-29</created>
<revision>1.1.0</revision>
</Version>
<Version>
<name>Apache PDFBox</name>
<created>2010-02-15</created>
<revision>1.0.0</revision>
</Version>
<Version>
<name>Apache PDFBox (incubating)</name>
<created>2009-09-23</created>
<revision>0.8.0-incubator</revision>
</Version>
</release>
<repository>
<SVNRepository>
<location rdf:resource="http://svn.apache.org/repos/asf/pdfbox"/>
<browse rdf:resource="http://svn.apache.org/viewvc/pdfbox"/>
</SVNRepository>
</repository>
<asfext:implements>
<asfext:Standard>
<asfext:title>Portable document format (PDF)</asfext:title>
<asfext:body>ISO International Organization for Standardization</asfext:body>
<asfext:id>ISO 32000-1</asfext:id>
<asfext:url rdf:resource="http://www.iso.org"/>
</asfext:Standard>
<asfext:Standard>
<asfext:title>Portable document format (PDF)</asfext:title>
<asfext:body>Authorised copy of the ISO standard with identical technical content from Adobe Systems Incorporated</asfext:body>
<asfext:id>ISO 32000-1</asfext:id>
<asfext:url rdf:resource="http://www.adobe.com/devnet/pdf/pdf_reference.html"/>
</asfext:Standard>
</asfext:implements>
</Project>
</rdf:RDF>