This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Merge fortran/.htaccess into .htaccess (was: [wwwdocs] Adjust fortran/ redirects to use https)


Actually, let's merge the two.  That way Tobias would not have
missed the Fortran one when making his changes. ;-)

Committed.

Gerald

Index: .htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v
retrieving revision 1.33
diff -u -r1.33 .htaccess
--- .htaccess	1 Jul 2014 11:24:15 -0000	1.33
+++ .htaccess	6 Jul 2014 00:05:22 -0000
@@ -38,6 +38,11 @@
 Redirect permanent /onlinedocs/libstdc++/faq/index.html     https://gcc.gnu.org/onlinedocs/libstdc++/faq.html
 Redirect permanent /onlinedocs/libstdc++/parallel_mode.html https://gcc.gnu.org/onlinedocs/libstdc++/manual/parallel_mode.html
 
+Redirect permanent /fortran/compilerstatus.html	https://gcc.gnu.org/fortran/
+Redirect permanent /fortran/extensions.html	https://gcc.gnu.org/fortran/
+Redirect permanent /fortran/librarystatus.html	https://gcc.gnu.org/fortran/
+Redirect permanent /fortran/todo.html		https://gcc.gnu.org/fortran/
+Redirect permanent /fortran/usage.html		https://gcc.gnu.org/fortran/
 Redirect permanent /onlinedocs/g77_news.html	https://gcc.gnu.org/onlinedocs/g77/News.html
 Redirect permanent /onlinedocs/g77_bugs.html	https://gcc.gnu.org/onlinedocs/g77/Trouble.html
 Redirect permanent /onlinedocs/g77/		https://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/
Index: fortran/.htaccess
===================================================================
RCS file: fortran/.htaccess
diff -N fortran/.htaccess
--- fortran/.htaccess	28 Jun 2014 11:15:34 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-Redirect permanent /fortran/compilerstatus.html  https://gcc.gnu.org/fortran/
-Redirect permanent /fortran/extensions.html      https://gcc.gnu.org/fortran/
-Redirect permanent /fortran/librarystatus.html   https://gcc.gnu.org/fortran/
-Redirect permanent /fortran/todo.html            https://gcc.gnu.org/fortran/
-Redirect permanent /fortran/usage.html           https://gcc.gnu.org/fortran/
-

On Sat, 28 Jun 2014, Gerald Pfeifer wrote:
> Applied.
> 
> Gerald
> 
> Index: fortran/.htaccess
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/fortran/.htaccess,v
> retrieving revision 1.1
> diff -u -r1.1 .htaccess
> --- fortran/.htaccess	18 Oct 2006 21:42:46 -0000	1.1
> +++ fortran/.htaccess	28 Jun 2014 10:53:44 -0000
> @@ -1,6 +1,6 @@
> -Redirect permanent /fortran/compilerstatus.html  http://gcc.gnu.org/fortran/
> -Redirect permanent /fortran/extensions.html      http://gcc.gnu.org/fortran/
> -Redirect permanent /fortran/librarystatus.html   http://gcc.gnu.org/fortran/
> -Redirect permanent /fortran/todo.html            http://gcc.gnu.org/fortran/
> -Redirect permanent /fortran/usage.html           http://gcc.gnu.org/fortran/
> +Redirect permanent /fortran/compilerstatus.html  https://gcc.gnu.org/fortran/
> +Redirect permanent /fortran/extensions.html      https://gcc.gnu.org/fortran/
> +Redirect permanent /fortran/librarystatus.html   https://gcc.gnu.org/fortran/
> +Redirect permanent /fortran/todo.html            https://gcc.gnu.org/fortran/
> +Redirect permanent /fortran/usage.html           https://gcc.gnu.org/fortran/
>  
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]