This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] Update C++1y status page now that C++14 is finished.
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Mike Stump <mikestump at comcast dot net>, gcc-patches at gcc dot gnu dot org
- Cc: Jonathan Wakely <jwakely at redhat dot com>
- Date: Sat, 11 Mar 2017 16:50:23 +0100 (CET)
- Subject: Re: [wwwdocs] Update C++1y status page now that C++14 is finished.
- Authentication-results: sourceware.org; auth=none
- References: <20140924125431.GS2669@redhat.com> <FE83872E-1339-44C4-836A-EE32917195B1@comcast.net>
On Wed, 24 Sep 2014, Mike Stump wrote:
> Can we have a web doc person update the name of the page
> (projects/cxx1y.html -> projects/cxx14.html) and add a redirect as
> necessary?
Jason merged all those projects/cxx*.html pages into cxx-status.html
a year ago (ahem, yes, this fell through the cracks on my end, sorry).
I'm going to add some "real" redirects, the below, which I applied now,
is for projects/cxx1z.html.
Gerald
Index: .htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v
retrieving revision 1.44
diff -u -r1.44 .htaccess
--- .htaccess 28 Feb 2017 07:49:22 -0000 1.44
+++ .htaccess 11 Mar 2017 15:41:33 -0000
@@ -64,6 +64,7 @@
Redirect permanent /proj-cpplib.html https://gcc.gnu.org/projects/cpplib.html
Redirect permanent /proj-optimize.html https://gcc.gnu.org/projects/optimize.html
Redirect permanent /projects.html https://gcc.gnu.org/projects/
+Redirect permanent /projects/cxx1z.html https://gcc.gnu.org/projects/cxx-status.html#cxx1z
Redirect permanent /projects/web.html https://gcc.gnu.org/about.html
Redirect permanent /reghunt-howto.html https://gcc.gnu.org/bugs/reghunt.html
Redirect permanent /thanks.html https://gcc.gnu.org/onlinedocs/gcc/Contributors.html
Index: projects/cxx1z.html
===================================================================
RCS file: projects/cxx1z.html
diff -N projects/cxx1z.html
--- projects/cxx1z.html 28 Mar 2016 13:02:41 -0000 1.13
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-<html>
- <head>
- <meta http-equiv="refresh" content="1; url=cxx-status.html#cxx1z" />
-
- <script type="text/javascript">
- window.location.href = "cxx-status.html#cxx1z"
- </script>
-
- <title>Page Redirection</title>
- </head>
-
- <body>
- This page has been incorporated into another. If you are not redirected
- automatically, <a href="cxx-status.html#cxx1z">click here</a>.
- </body>
-</html>