Author: rlenferink
Date: Sun Aug 23 12:57:42 2020
New Revision: 1881108

URL: http://svn.apache.org/viewvc?rev=1881108&view=rev
Log:
revert https usage in xml namespaces

Modified:
    comdev/projects.apache.org/trunk/site/make_doap.py
    comdev/projects.apache.org/trunk/site/pmc_rdf.html

Modified: comdev/projects.apache.org/trunk/site/make_doap.py
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/make_doap.py?rev=1881108&r1=1881107&r2=1881108&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/make_doap.py (original)
+++ comdev/projects.apache.org/trunk/site/make_doap.py Sun Aug 23 12:57:42 2020
@@ -65,8 +65,8 @@ Content-Disposition: attachment; filenam
 <?xml-stylesheet type="text/xsl"?>
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#"; 
-         xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
-         xmlns:asfext="https://projects.apache.org/ns/asfext#";
+         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

Modified: comdev/projects.apache.org/trunk/site/pmc_rdf.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/pmc_rdf.html?rev=1881108&r1=1881107&r2=1881108&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/pmc_rdf.html (original)
+++ comdev/projects.apache.org/trunk/site/pmc_rdf.html Sun Aug 23 12:57:42 2020
@@ -36,8 +36,8 @@ This page represents the latest version
 <p>The file is RDF and uses the following namespaces:</p>
 <ul>
 <li>xmlns="<a 
href="http://usefulinc.com/ns/doap";>http://usefulinc.com/ns/doap</a>#"</li>
-<li>xmlns:rdf="<a 
href="https://www.w3.org/1999/02/22-rdf-syntax-ns";>https://www.w3.org/1999/02/22-rdf-syntax-ns</a>#"</li>
-<li>xmlns:asfext="<a 
href="https://projects.apache.org/ns/asfext";>https://projects.apache.org/ns/asfext</a>#"</li>
+<li>xmlns:rdf="<a 
href="http://www.w3.org/1999/02/22-rdf-syntax-ns";>http://www.w3.org/1999/02/22-rdf-syntax-ns</a>#"</li>
+<li>xmlns:asfext="<a 
href="http://projects.apache.org/ns/asfext";>http://projects.apache.org/ns/asfext</a>#"</li>
 <li>xmlns:foaf="<a 
href="http://xmlns.com/foaf/0.1/";>http://xmlns.com/foaf/0.1/</a>"</li>
 </ul>
 <table align="center" border="1" width="90%">
@@ -115,8 +115,8 @@ so that the correct indexes can be gener
 <pre>&lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#"; 
-         xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
-         xmlns:asfext="https://projects.apache.org/ns/asfext#";
+         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/"&gt;
   &lt;asfext:pmc rdf:about="apr"&gt;
     &lt;asfext:name&gt;Apache Portable Runtime&lt;/asfext:name&gt;


Reply via email to