diff mbox

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

Message ID alpine.LSU.2.11.1404100117000.6009@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer April 9, 2014, 11:22 p.m. UTC
Merge the remainder of projects/web.html into about.html and
shorten the latter on the way.  Set up and adjust redirects
accordingly.

Applied.


And that's it as far as this mini project goes.  4 of 3 is already
a bit much. ;-)

Gerald
diff mbox

Patch

Index: about.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/about.html,v
retrieving revision 1.21
diff -u -r1.21 about.html
--- about.html	15 Mar 2014 11:44:18 -0000	1.21
+++ about.html	9 Apr 2014 23:13:16 -0000
@@ -8,14 +8,14 @@ 
 
 <h1>GCC: About</h1>
 
-<p>These pages are maintained by the GCC team, which consists of
-numerous
-<a href="http://gcc.gnu.org/onlinedocs/gcc/Contributors.html">
-contributors</a>.</p>
+<p>These pages are maintained by the GCC team and it's easy to
+<a href="../contribute.html#webchanges">contribute</a>.</p>
 
 <p>The web effort was originally led by Jeff Law.  For the last decade
 or so Gerald Pfeifer has been leading the effort, but there are
-<em>lots</em> of people who contribute.</p>
+many
+<a href="http://gcc.gnu.org/onlinedocs/gcc/Contributors.html">contributors
+</a>.</p>
 
 <p>The web pages are under <a href="#cvs">CVS control</a> and you
 can <a href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/wwwdocs/">browse
Index: .htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v
retrieving revision 1.30
diff -u -r1.30 .htaccess
--- .htaccess	31 Oct 2013 23:32:12 -0000	1.30
+++ .htaccess	9 Apr 2014 23:13:16 -0000
@@ -50,9 +50,10 @@ 
 Redirect permanent /proj-cpplib.html		http://gcc.gnu.org/projects/cpplib.html
 Redirect permanent /proj-optimize.html		http://gcc.gnu.org/projects/optimize.html
 Redirect permanent /projects.html		http://gcc.gnu.org/projects/
+Redirect permanent /projects/web.html		http://gcc.gnu.org/about.html
 Redirect permanent /reghunt-howto.html		http://gcc.gnu.org/bugs/reghunt.html
 Redirect permanent /thanks.html			http://gcc.gnu.org/onlinedocs/gcc/Contributors.html
 Redirect permanent /timeline.html		http://gcc.gnu.org/releases.html#timeline
-Redirect permanent /web.html			http://gcc.gnu.org/projects/web.html
+Redirect permanent /web.html			http://gcc.gnu.org/about.html
 
 Redirect           /onlinedocs/ref		http://gcc.gnu.org/onlinedocs/gcc-4.3.2/
Index: projects/web.html
===================================================================
RCS file: projects/web.html
diff -N projects/web.html
--- projects/web.html	15 Mar 2014 11:44:18 -0000	1.16
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@ 
-<html>
-
-<head>
-<title>GCC: Web Pages</title>
-</head>
-
-<body>
-
-<h1>GCC: Web Pages</h1>
-
-<p><a href="../contribute.html#webchanges">Contributing changes</a>
-to <a href="../about.html">our web pages</a> is simple.</p>
-
-</body>
-</html>