You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by ba...@apache.org on 2015/04/12 07:34:06 UTC

svn commit: r1672981 - in /attic/site: docs/process.html xdocs/process.xml

Author: bayard
Date: Sun Apr 12 05:34:06 2015
New Revision: 1672981

URL: http://svn.apache.org/r1672981
Log:
Adding examples for the doap change

Modified:
    attic/site/docs/process.html
    attic/site/xdocs/process.xml

Modified: attic/site/docs/process.html
URL: http://svn.apache.org/viewvc/attic/site/docs/process.html?rev=1672981&r1=1672980&r2=1672981&view=diff
==============================================================================
--- attic/site/docs/process.html (original)
+++ attic/site/docs/process.html Sun Apr 12 05:34:06 2015
@@ -184,7 +184,11 @@ ${Name} on behalf of ${project} + the At
    How To: Update the project DOAP file
 </h4>
 <div class="section-content">
-<p>Identify whether the project has a DOAP file (see the <a href="https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml">files.xml</a> file) and if it does update the PMC to the Attic and add a category of <em>retired</em>. </p>
+<p>Identify whether the project has a DOAP file (see the <a href="https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml">files.xml</a> file) and if it does update the PMC to the Attic and add a category of <em>retired</em>: </p>
+<p>
+    <code>pmc change:    &lt;asfext:pmc rdf:resource="http://attic.apache.org" /&gt;</code>
+    <code>new category:  &lt;category rdf:resource="http://projects.apache.org/category/retired" /&gt;</code>
+    </p>
 </div>
                  
 <h4 id="www.apache">

Modified: attic/site/xdocs/process.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=1672981&r1=1672980&r2=1672981&view=diff
==============================================================================
--- attic/site/xdocs/process.xml (original)
+++ attic/site/xdocs/process.xml Sun Apr 12 05:34:06 2015
@@ -146,7 +146,11 @@ ${Name} on behalf of ${project} + the At
 <section id="doap">
     <title>How To: Update the project DOAP file</title>
 
-    <p>Identify whether the project has a DOAP file (see the <a href="https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml">files.xml</a> file) and if it does update the PMC to the Attic and add a category of <em>retired</em>. </p>
+    <p>Identify whether the project has a DOAP file (see the <a href="https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml">files.xml</a> file) and if it does update the PMC to the Attic and add a category of <em>retired</em>: </p>
+    <p>
+    <code>pmc change:    &lt;asfext:pmc rdf:resource="http://attic.apache.org" /&gt;</code>
+    <code>new category:  &lt;category rdf:resource="http://projects.apache.org/category/retired" /&gt;</code>
+    </p>
 </section>
 
 <section id="www.apache">