This is an automated email from the ASF dual-hosted git repository.

purplecabbage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b09810  chore: update the Cordova resource description content (#1163)
3b09810 is described below

commit 3b098109baf1706b6e032b8b4933e75c5a8a1867
Author: エリス <[email protected]>
AuthorDate: Thu Mar 18 15:49:15 2021 +0900

    chore: update the Cordova resource description content (#1163)
    
    * chore: update Apache Cordova description
    
    * chore: update the listed Apache Cordova chair
    
    * chore: list bug tracker to parent gh repo
    
    * chore: update mailing list link
    
    * chore: update download link
    
    * chore: update category links
    
    * chore: update latest stable data
    
    * chore: update contribute url
    
    * chore: remove broken linked comment
    
    * chore: replace broken link to license
    
    * chore: use https links where possible
---
 www/infra/doap_Cordova.rdf     | 37 +++++++++++++++++--------------------
 www/infra/doap_Cordova_PMC.rdf | 12 +++++-------
 2 files changed, 22 insertions(+), 27 deletions(-)

diff --git a/www/infra/doap_Cordova.rdf b/www/infra/doap_Cordova.rdf
index 52194c9..581fc5d 100644
--- a/www/infra/doap_Cordova.rdf
+++ b/www/infra/doap_Cordova.rdf
@@ -2,8 +2,8 @@
 <?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:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:asfext="https://projects.apache.org/ns/asfext#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -21,40 +21,37 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <Project rdf:about="http://cordova.apache.org/";>
+  <Project rdf:about="https://cordova.apache.org/";>
     <created>2013-01-11</created>
-    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <license rdf:resource="https://www.apache.org/licenses/LICENSE-2.0.txt"; />
     <name>Apache Cordova</name>
-    <homepage rdf:resource="http://cordova.apache.org"; />
+    <homepage rdf:resource="https://cordova.apache.org"; />
     <!-- see the comment at the top of pmc_list.xml that explains asfext:pmc 
rdf:resource -->
-    <asfext:pmc 
rdf:resource="http://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova_PMC.rdf";
 />
-    <shortdesc>A platform for building native mobile applications using HTML, 
CSS and JavaScript.</shortdesc>
-    <description>Apache Cordova is a set of device APIs that allow a mobile 
app developer to access native device function such as the camera or 
accelerometer from JavaScript. Combined with an UI framework, this allows a 
smartphone app to be developed with just HTML, CSS, and 
JavaScript.</description>
-    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CB"; />
-    <mailing-list rdf:resource="http://cordova.apache.org/#mailing-list"; />
-    <download-page rdf:resource="http://cordova.apache.org/#download"; />
+    <asfext:pmc 
rdf:resource="https://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova_PMC.rdf";
 />
+    <shortdesc>A tool to create cross-platform apps from standard web 
technologies (HTML, CSS, and JavaScript).</shortdesc>
+    <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>
+    <bug-database rdf:resource="https://github.com/apache/cordova"; />
+    <mailing-list rdf:resource="https://cordova.apache.org/contact/"; />
+    <download-page rdf:resource="https://cordova.apache.org/#getstarted"; />
     <programming-language>JavaScript</programming-language>
     <programming-language>Java</programming-language>
     <programming-language>Objective-C</programming-language>
     <programming-language>C++</programming-language>
     <programming-language>C#</programming-language>
     <programming-language>node.js</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/mobile"; />
-    <category rdf:resource="http://projects.apache.org/category/library"; />
+    <category 
rdf:resource="https://projects.apache.org/projects.html?category#mobile"; />
+    <category 
rdf:resource="https://projects.apache.org/projects.html?category#library"; />
     <release>
        <Version>
            <name>Latest Stable</name>
-           <created>2016-08-12</created>
-           <revision>6.3.1</revision>
+           <created>2020-08-04</created>
+           <revision>10.0.0</revision>
        </Version>
    </release>
-    <!-- at some point we should list the W3C standards we support.
-         See http://projects.apache.org/docs/standards.html
-         and the projects listed in the "Standards" index as example users of 
standards. -->
     <repository>
       <SVNRepository>
-        <location rdf:resource="http://cordova.apache.org/#contribute"/>
-        <browse rdf:resource="http://cordova.apache.org/#contribute"/>
+        <location rdf:resource="https://cordova.apache.org/contribute/"/>
+        <browse rdf:resource="https://cordova.apache.org/contribute/"/>
       </SVNRepository>
     </repository>
   </Project>
diff --git a/www/infra/doap_Cordova_PMC.rdf b/www/infra/doap_Cordova_PMC.rdf
index 8619ff7..d018edf 100644
--- a/www/infra/doap_Cordova_PMC.rdf
+++ b/www/infra/doap_Cordova_PMC.rdf
@@ -17,15 +17,13 @@
 -->
 <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:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:asfext="https://projects.apache.org/ns/asfext#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";>
   <asfext:pmc rdf:about="cordova">
     <asfext:name>Apache Cordova</asfext:name>
-    <foaf:homepage rdf:resource="http://cordova.apache.org/"/>
-    <asfext:charter>
-Apache Cordova is a set of device APIs that allow a mobile app developer to 
access native device functions such as the camera or accelerometer from 
JavaScript. Combined with an UI framework, this allows a smartphone app to be 
developed with just HTML, CSS, and JavaScript.
-    </asfext:charter>
-    <asfext:chair><foaf:Person><foaf:name>Shazron 
Abdullah</foaf:name></foaf:Person></asfext:chair>
+    <foaf:homepage rdf:resource="https://cordova.apache.org/"/>
+    <asfext:charter>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.</asfext:charter>
+    <asfext:chair><foaf:Person><foaf:name>Jesse 
MacFadyen</foaf:name></foaf:Person></asfext:chair>
   </asfext:pmc>
 </rdf:RDF>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to