mailr23179 - in /website: .setup_redirects.py api/fdl.html footer.html


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 14, 2014 - 20:37:
Author: bugman
Date: Wed May 14 20:37:02 2014
New Revision: 23179

URL: http://svn.gna.org/viewcvs/relax?rev=23179&view=rev
Log:
Fix for the fdl.html link in the footer of all http://www.nmr-relax.com pages.

The URL is now absolute and includes http://www.nmr-relax.com.  Otherwise for 
pages located in
subdirectories such as 
http://www.nmr-relax.com/analyses/relaxation_dispersion.html and
http://www.nmr-relax.com/api/index.html will include the subdirectory in the 
link.


Removed:
    website/api/fdl.html
Modified:
    website/.setup_redirects.py
    website/footer.html

Modified: website/.setup_redirects.py
URL: 
http://svn.gna.org/viewcvs/relax/website/.setup_redirects.py?rev=23179&r1=23178&r2=23179&view=diff
==============================================================================
--- website/.setup_redirects.py (original)
+++ website/.setup_redirects.py Wed May 14 20:37:02 2014
@@ -5,7 +5,6 @@
 # The list of redirects to build.  The first element is the old page, the 
second is the new page.
 redirects = [
         ['manual/d_Auvergne_protocol_GUI_mode_relaxation_interaction.html', 
'manual/d_Auvergne_protocol_GUI_mode_relaxation_interactions.html'],
-        ['api/fdl.html', 'fdl.html'],
 ]
 
 # Loop over all redirects, automatically creating the webpage.

Removed: website/api/fdl.html
URL: http://svn.gna.org/viewcvs/relax/website/api/fdl.html?rev=23178&view=auto
==============================================================================
--- website/api/fdl.html        (original)
+++ website/api/fdl.html        (removed)
@@ -1,6 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
-    <meta http-equiv="refresh" content="0; 
url=http://www.nmr-relax.com/fdl.html";>
-</HEAD>
-</HTML>

Modified: website/footer.html
URL: 
http://svn.gna.org/viewcvs/relax/website/footer.html?rev=23179&r1=23178&r2=23179&view=diff
==============================================================================
--- website/footer.html (original)
+++ website/footer.html Wed May 14 20:37:02 2014
@@ -2,7 +2,7 @@
 <div class="clear"></div>
 
 <div class="footer">
- <div class="footer_left">This text is available under the terms of the <a 
href="fdl.html">GNU Free Documentation License</a>.</div>
+ <div class="footer_left">This text is available under the terms of the <a 
href="http://www.nmr-relax.com/fdl.html";>GNU Free Documentation 
License</a>.</div>
  <div class="footer_right">Hosted by <a href="http://gna.org/";>Gna!</a></div>
  <div class="clear"></div>
 </div>




Related Messages


Powered by MHonArc, Updated Wed May 14 23:00:02 2014