diff mbox

[wwwdocs] Consolidate GCC web pages documentation (3/3)

Message ID alpine.LNX.2.00.1308182301060.2133@trevally.site
State New
Headers show

Commit Message

Gerald Pfeifer Feb. 17, 2014, 1:16 a.m. UTC
After a bit of a hiatus, let me complete this now.

  Update and merge the list of open project for our web pages into
  the new master page (about.html).

Committed.

Gerald
diff mbox

Patch

Index: about.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/about.html,v
retrieving revision 1.19
diff -u -r1.19 about.html
--- about.html	18 Aug 2013 20:38:58 -0000	1.19
+++ about.html	17 Feb 2014 01:01:38 -0000
@@ -28,8 +28,22 @@ 
 <a href="lists.html">mailing lists</a>.
 </p>
 
-<p>Want to contribute? Please check our <a href="projects/web.html">TODO list</a>!</p>
 
+<p id="TODO">Want to contribute?  Any help concerning the items below
+is welcome, as are suggestions.  Suggestions accompanied by patches have
+a higher chance of being implemented soon. ;-)</p>
+
+<ul>
+  <li>Improve navigation, with a consistent (short) menu on every page.</li>
+
+  <li>Set up a system that automatically checks the mirrors list.
+
+  <p>It should detect mirrors that have gone away, are persistently
+  down, or very out of date (the last being easy to do for those
+  carrying snapshots, harder for those with releases only).
+  DJ Delorie &lt;<a href="mailto:dj@redhat.com">dj@redhat.com</a>&gt;
+  has some scripts to do this already.</p></li>
+</ul>
 
 
 <hr />
Index: projects/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/index.html,v
retrieving revision 1.66
diff -u -r1.66 index.html
--- projects/index.html	24 Apr 2013 15:14:26 -0000	1.66
+++ projects/index.html	17 Feb 2014 01:01:39 -0000
@@ -17,7 +17,7 @@ 
 <li>Investigate bugs and attempt to fix bugs in our <a
     href="http://gcc.gnu.org/bugzilla/">bug tracking system</a>,
     see whether they still are present in current GCC.</li>
-<li><a href="web.html">Projects for the GCC web pages.</a></li>
+<li><a href="../about.html#TODO">Projects for the GCC web pages.</a></li>
 <li><a href="documentation.html">Projects for improving the GCC
     documentation</a>.</li>
 <li>There are several <a href="../svn.html#devbranches">development
Index: projects/web.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/web.html,v
retrieving revision 1.14
diff -u -r1.14 web.html
--- projects/web.html	18 Aug 2013 20:59:25 -0000	1.14
+++ projects/web.html	17 Feb 2014 01:01:39 -0000
@@ -18,27 +18,5 @@ 
 footer.  The MetaHTML style sheet is in
 <code>wwwdocs/htdocs/style.mhtml</code>.</p>
 
-<h2>TODO</h2>
-
-<p>Any help concerning open issues is highly welcome, as are
-suggestions.  Suggestions accompanied by patches have a higher chance
-of being implemented soon. ;-)</p>
-
-<ul>
-  <li>Move extra pages corresponding to technical news items into a
-      directory of their own. Add an index for these.</li>
-
-  <li>Improve navigation, with a consistent (short) menu on every page.</li>
-
-  <li>Set up a system that automatically checks the mirrors list.
-
-  <p>It should detect mirrors that have gone away, are persistently
-  down, or are very out of date (the last being easy to do for those
-  carrying snapshots, harder for those with releases only).</p>
-
-  <p>DJ Delorie &lt;<a href="mailto:dj@redhat.com">dj@redhat.com</a>&gt;
-  has some scripts to do this already.</p></li>
-</ul>
-
 </body>
 </html>