Skip to content

Commit c78e2d2

Browse files
committed
Adding doap file
1 parent 3610dc5 commit c78e2d2

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

etc/doap_Santuario.rdf

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<?xml version="1.0"?>
2+
<?xml-stylesheet type="text/xsl"?>
3+
<rdf:RDF xml:lang="en"
4+
xmlns="http://usefulinc.com/ns/doap#"
5+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6+
xmlns:asfext="http://projects.apache.org/ns/asfext#"
7+
xmlns:foaf="http://xmlns.com/foaf/0.1/">
8+
<!--
9+
Licensed to the Apache Software Foundation (ASF) under one or more
10+
contributor license agreements. See the NOTICE file distributed with
11+
this work for additional information regarding copyright ownership.
12+
The ASF licenses this file to You under the Apache License, Version 2.0
13+
(the "License"); you may not use this file except in compliance with
14+
the License. You may obtain a copy of the License at
15+
16+
http://www.apache.org/licenses/LICENSE-2.0
17+
18+
Unless required by applicable law or agreed to in writing, software
19+
distributed under the License is distributed on an "AS IS" BASIS,
20+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
See the License for the specific language governing permissions and
22+
limitations under the License.
23+
-->
24+
<Project rdf:about="https://santuario.apache.org">
25+
<created>2006-03-20</created>
26+
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
27+
<name>Apache Santuario</name>
28+
<homepage rdf:resource="htts://santuario.apache.org" />
29+
<asfext:pmc rdf:resource="https://santuario.apache.org" />
30+
<shortdesc>Library implementing XML Digital Signature Specification &amp; XML Encryption Specification</shortdesc>
31+
<bug-database rdf:resource="https://issues.apache.org/jira/browse/SANTUARIO" />
32+
<mailing-list rdf:resource="https://santuario.apache.org/mailing.html" />
33+
<download-page rdf:resource="https://santuario.apache.org/download.html" />
34+
<programming-language>Java</programming-language>
35+
<category rdf:resource="https://projects.apache.org/category/library"/>
36+
<category rdf:resource="https://projects.apache.org/category/security"/>
37+
<category rdf:resource="https://projects.apache.org/category/xml" />
38+
<repository>
39+
<GitRepository>
40+
<location rdf:resource="https://github.com/apache/santuario-xml-security-java"/>
41+
<browse rdf:resource="https://github.com/apache/santuario-xml-security-java"/>
42+
</GitRepository>
43+
</repository>
44+
<asfext:implements>
45+
<asfext:Standard>
46+
<asfext:title>XML-Signature Syntax and Processing</asfext:title>
47+
<asfext:body>W3C</asfext:body>
48+
<asfext:id>XML Signature</asfext:id>
49+
<asfext:url rdf:resource="http://www.w3.org/TR/xmldsig-core/"/>
50+
</asfext:Standard>
51+
</asfext:implements>
52+
<asfext:implements>
53+
<asfext:Standard>
54+
<asfext:title>XML-Signature Syntax and Processing</asfext:title>
55+
<asfext:body>IETF</asfext:body>
56+
<asfext:id>3275</asfext:id>
57+
<asfext:url rdf:resource="http://www.ietf.org/rfc/rfc3275.txt"/>
58+
</asfext:Standard>
59+
</asfext:implements>
60+
<asfext:implements>
61+
<asfext:Standard>
62+
<asfext:title>Canonical XML</asfext:title>
63+
<asfext:body>W3C</asfext:body>
64+
<asfext:id>Canonical XML</asfext:id>
65+
<asfext:url rdf:resource="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
66+
</asfext:Standard>
67+
</asfext:implements>
68+
<asfext:implements>
69+
<asfext:Standard>
70+
<asfext:title>Exclusive XML Canonicalization</asfext:title>
71+
<asfext:body>W3C</asfext:body>
72+
<asfext:id>Exclusive XML Canonicalization</asfext:id>
73+
<asfext:url rdf:resource="http://www.w3.org/TR/xml-exc-c14n/"/>
74+
</asfext:Standard>
75+
</asfext:implements>
76+
<asfext:implements>
77+
<asfext:Standard>
78+
<asfext:title>XML Encryption Syntax and Processing</asfext:title>
79+
<asfext:body>W3C</asfext:body>
80+
<asfext:id>Exclusive XML Encryption</asfext:id>
81+
<asfext:url rdf:resource="http://www.w3.org/TR/2002/CR-xmlenc-core-20020304/"/>
82+
</asfext:Standard>
83+
</asfext:implements>
84+
85+
</Project>
86+
</rdf:RDF>

0 commit comments

Comments
 (0)