You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2021/03/18 07:16:34 UTC

svn commit: r1887774 - in /cordova/site/public: feed.xml infra/doap_Cordova.rdf infra/doap_Cordova_PMC.rdf

Author: janpio
Date: Thu Mar 18 07:16:34 2021
New Revision: 1887774

URL: http://svn.apache.org/viewvc?rev=1887774&view=rev
Log:
Updated docs

Modified:
    cordova/site/public/feed.xml
    cordova/site/public/infra/doap_Cordova.rdf
    cordova/site/public/infra/doap_Cordova_PMC.rdf

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1887774&r1=1887773&r2=1887774&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Mar 18 07:16:34 2021
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 16 Feb 2021 17:59:48 +0000</pubDate>
-    <lastBuildDate>Tue, 16 Feb 2021 17:59:48 +0000</lastBuildDate>
+    <pubDate>Thu, 18 Mar 2021 06:51:30 +0000</pubDate>
+    <lastBuildDate>Thu, 18 Mar 2021 06:51:30 +0000</lastBuildDate>
     <generator>Jekyll v3.9.0</generator>
     
       <item>

Modified: cordova/site/public/infra/doap_Cordova.rdf
URL: http://svn.apache.org/viewvc/cordova/site/public/infra/doap_Cordova.rdf?rev=1887774&r1=1887773&r2=1887774&view=diff
==============================================================================
--- cordova/site/public/infra/doap_Cordova.rdf (original)
+++ cordova/site/public/infra/doap_Cordova.rdf Thu Mar 18 07:16:34 2021
@@ -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>

Modified: cordova/site/public/infra/doap_Cordova_PMC.rdf
URL: http://svn.apache.org/viewvc/cordova/site/public/infra/doap_Cordova_PMC.rdf?rev=1887774&r1=1887773&r2=1887774&view=diff
==============================================================================
--- cordova/site/public/infra/doap_Cordova_PMC.rdf (original)
+++ cordova/site/public/infra/doap_Cordova_PMC.rdf Thu Mar 18 07:16:34 2021
@@ -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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org