Author: hboutemy
Date: Thu May 15 17:03:24 2025
New Revision: 1925567

URL: http://svn.apache.org/viewvc?rev=1925567&view=rev
Log:
DOAP are for projects, not committees

Modified:
    comdev/projects.apache.org/trunk/site/index.html
    comdev/projects.apache.org/trunk/site/js/projects.js
    comdev/projects.apache.org/trunk/site/projects.html

Modified: comdev/projects.apache.org/trunk/site/index.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/index.html?rev=1925567&r1=1925566&r2=1925567&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/index.html (original)
+++ comdev/projects.apache.org/trunk/site/index.html Thu May 15 17:03:24 2025
@@ -29,7 +29,7 @@
 </div>
 
 <div id="contents">
-   <p>Please note that the information displayed here relies on the DOAP files 
which PMCs are encouraged to provide.
+   <p>Please note that the information displayed <a 
href="projects.html">here</a> relies on the DOAP files which <a 
href="committees.html">PMCs</a> are encouraged to provide.
       However DOAPs are not mandatory, and not all PMCs have provided a DOAP 
for all the projects they manage.
    </p>
    <h2>Welcome to the Apache Projects Directory</h2>

Modified: comdev/projects.apache.org/trunk/site/js/projects.js
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/js/projects.js?rev=1925567&r1=1925566&r2=1925567&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/js/projects.js (original)
+++ comdev/projects.apache.org/trunk/site/js/projects.js Thu May 15 17:03:24 
2025
@@ -481,7 +481,7 @@ function renderCommitteePage(committeeId
     }
     if (subprojects.length == 0) {
        if (committeeId != 'labs') {
-           // if a committee did not declare any project, consider there is a 
default one with the id of the committee
+            // if a committee did not declare any project (DOAP), consider 
there is a default one with the id of the committee
             // only Labs doesn't manage projects
             subprojects.push({ 'id': committeeId, 'name': committee.name, 
'pmc': committeeId });
         }

Modified: comdev/projects.apache.org/trunk/site/projects.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/projects.html?rev=1925567&r1=1925566&r2=1925567&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/projects.html (original)
+++ comdev/projects.apache.org/trunk/site/projects.html Thu May 15 17:03:24 2025
@@ -37,7 +37,7 @@
    </ul>
 </div>
 <div id="contents">
-   <p>Please note that the information displayed here relies on the <a 
href="doap.html">DOAP files</a> which PMCs are encouraged to <a 
href="about.html">provide</a>.
+   <p>Please note that the information displayed <a 
href="projects.html">here</a> relies on the DOAP files which <a 
href="committees.html">PMCs</a> are encouraged to provide.
       However DOAPs are not mandatory, and not all PMCs have provided a DOAP 
for all the projects they manage.
    </p>
    <div id="title"><h1>Projects by :</h1></div>


Reply via email to