Author: sebb
Date: Sun Jun 8 21:52:52 2025
New Revision: 1926258
URL: http://svn.apache.org/viewvc?rev=1926258&view=rev
Log:
Drop special committees
Modified:
comdev/projects.apache.org/trunk/site/index.html
comdev/projects.apache.org/trunk/site/js/projects.js
Modified: comdev/projects.apache.org/trunk/site/index.html
URL:
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/index.html?rev=1926258&r1=1926257&r2=1926258&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/index.html (original)
+++ comdev/projects.apache.org/trunk/site/index.html Sun Jun 8 21:52:52 2025
@@ -33,14 +33,13 @@
<p>This site is a catalog of Apache Software Foundation <a
href="projects.html">projects</a> and their <a
href="committees.html">management committees</a>.
It is designed to help you find specific projects that meet your
interests and to gain a broader understanding of
the wide variety of work currently underway in the Apache community.</p>
+ <!-- N.B. This text must agree with the 'obj.innerHTML' code in projects,
which replaces it -->
<div id="details">
<h3 style='text-align: center;'>There are currently <span style='color:
#269;'>TBA</span> open source initiatives at the ASF:</h3>
<ul style='width: 400px; margin: 0 auto; font-size: 18px; color: #269;
font-weight: bold;'>
<li>TBA committees managing TBA projects</li>
- <li>5 special committees*</li>
<li>TBA incubating podlings</li>
</ul>
- <p><small>*<a
href="https://www.apache.org/dev/infrastructure">Infrastructure</a>, <a
href="https://www.apache.org/travel/">Travel Assistance</a>, <a
href="https://www.apache.org/security/">Security Team</a>, <a
href="https://www.apache.org/legal/">Legal Affairs</a> and <a
href="https://www.apache.org/foundation/marks/">Brand Management</a></small></p>
<p style="text-align: center;">
Loading data, please wait...<br/>
<img src="images/loader.gif"/>
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=1926258&r1=1926257&r2=1926258&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/js/projects.js (original)
+++ comdev/projects.apache.org/trunk/site/js/projects.js Sun Jun 8 21:52:52
2025
@@ -1036,13 +1036,12 @@ function renderFrontPage() {
if (urlErrors.length > 0) {
obj.innerHTML += "<p><span style='color: red'><b>Warning: could not
load: "+urlErrors.join(', ')+"</b></span></p>"
}
+ // N.B. This text must agree with the 'details' div in index.html, which
it replaces
obj.innerHTML
+= "<h3 style='text-align: center;'>There are currently <span
style='color: #269;'>" + initiatives + "+</span> open source initiatives at the
ASF:</h3>"
+ "<ul style='width: 400px; margin: 0 auto; font-size: 18px; color:
#269; font-weight: bold;'>"
+ "<li>" + numcommittees + " committees managing " + numProjects + "
projects</li>"
+ "<li>" + curPodlings + " incubating podlings</li></ul>"
- + "<li>5 special committees*</li>"
- + "<p><small>*<a
href=\"https://www.apache.org/dev/infrastructure\">Infrastructure</a>, <a
href=\"https://www.apache.org/travel/\">Travel Assistance</a>, <a
href=\"https://www.apache.org/security/\">Security Team</a>, <a
href=\"https://www.apache.org/legal/\">Legal Affairs</a> and <a
href=\"https://www.apache.org/foundation/marks/\">Brand
Management</a></small></p>";
renderCommitteeEvolution();
renderPodlingsEvolution();