|
1 | 1 | <?xml version="1.0"?> |
2 | 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 | 3 | <!-- |
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 |
| 4 | + Licensed to the Apache Software Foundation (ASF) under one |
| 5 | + or more contributor license agreements. See the NOTICE file |
| 6 | + distributed with this work for additional information |
| 7 | + regarding copyright ownership. The ASF licenses this file |
| 8 | + to you under the Apache License, Version 2.0 (the |
| 9 | + "License"); you may not use this file except in compliance |
| 10 | + with the License. You may obtain a copy of the License at |
15 | 11 |
|
16 | | - http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | + http://www.apache.org/licenses/LICENSE-2.0 |
17 | 13 |
|
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. |
| 14 | + Unless required by applicable law or agreed to in writing, |
| 15 | + software distributed under the License is distributed on an |
| 16 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 17 | + KIND, either express or implied. See the License for the |
| 18 | + specific language governing permissions and limitations |
| 19 | + under the License. |
23 | 20 | --> |
| 21 | +<rdf:RDF xml:lang="en" |
| 22 | + xmlns="http://usefulinc.com/ns/doap#" |
| 23 | + xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 24 | + xmlns:asfext="https://projects.apache.org/ns/asfext#" |
| 25 | + xmlns:foaf="https://xmlns.com/foaf/0.1/"> |
24 | 26 | <Project rdf:about="https://cordova.apache.org/"> |
25 | 27 | <created>2013-01-11</created> |
26 | 28 | <license rdf:resource="https://www.apache.org/licenses/LICENSE-2.0.txt" /> |
27 | 29 | <name>Apache Cordova</name> |
28 | 30 | <homepage rdf:resource="https://cordova.apache.org" /> |
29 | | - <!-- see the comment at the top of pmc_list.xml that explains asfext:pmc rdf:resource --> |
30 | | - <asfext:pmc rdf:resource="https://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova_PMC.rdf" /> |
| 31 | + <asfext:pmc rdf:resource="https://cordova.apache.org/infra/doap_Cordova_PMC.rdf" /> |
31 | 32 | <shortdesc>A tool to create cross-platform apps from standard web technologies (HTML, CSS, and JavaScript).</shortdesc> |
32 | 33 | <description>Apache Cordova is a tool to create cross-platform apps from standard web technologies (HTML, CSS, and JavaScript). Its primary purpose is to provide a bridge for native device API access and to bundle for distribution.</description> |
33 | 34 | <bug-database rdf:resource="https://github.com/apache/cordova" /> |
|
36 | 37 | <programming-language>JavaScript</programming-language> |
37 | 38 | <programming-language>Java</programming-language> |
38 | 39 | <programming-language>Objective-C</programming-language> |
39 | | - <programming-language>C++</programming-language> |
40 | | - <programming-language>C#</programming-language> |
41 | | - <programming-language>node.js</programming-language> |
| 40 | + <programming-language>Node.js</programming-language> |
42 | 41 | <category rdf:resource="https://projects.apache.org/category/mobile" /> |
43 | 42 | <category rdf:resource="https://projects.apache.org/category/library" /> |
44 | 43 | <release> |
45 | | - <Version> |
46 | | - <name>Latest Stable</name> |
47 | | - <created>2021-12-21</created> |
48 | | - <revision>11.0.0</revision> |
49 | | - </Version> |
| 44 | + <Version> |
| 45 | + <name>Latest Stable</name> |
| 46 | + <created>2025-11-25</created> |
| 47 | + <revision>13.0.0</revision> |
| 48 | + </Version> |
50 | 49 | </release> |
51 | 50 | <repository> |
52 | | - <SVNRepository> |
53 | | - <location rdf:resource="https://cordova.apache.org/contribute/"/> |
54 | | - <browse rdf:resource="https://cordova.apache.org/contribute/"/> |
55 | | - </SVNRepository> |
| 51 | + <GitRepository> |
| 52 | + <location rdf:resource="https://github.com/apache/cordova.git"/> |
| 53 | + <browse rdf:resource="https://github.com/apache/cordova"/> |
| 54 | + </GitRepository> |
56 | 55 | </repository> |
57 | 56 | </Project> |
58 | 57 | </rdf:RDF> |
0 commit comments