mailr28050 - in /website: ./ api/3.3/ manual/


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

Header


Content

Posted by edward on October 14, 2015 - 17:01:
Author: bugman
Date: Wed Oct 14 17:01:42 2015
New Revision: 28050

URL: http://svn.gna.org/viewcvs/relax?rev=28050&view=rev
Log:
Added a number of redirects.

This includes a link to the API documentation which changed names during the 
development of the 3.3
and 3 errors in user function links to the manual in the relax release notes.


Added:
    website/api/3.3/lib.software.grace-module.html
    website/manual/dx.map.html
    website/manual/minimise.calculate.html
    website/manual/structure.align.html
Modified:
    website/.setup_redirects.py

Modified: website/.setup_redirects.py
URL: 
http://svn.gna.org/viewcvs/relax/website/.setup_redirects.py?rev=28050&r1=28049&r2=28050&view=diff
==============================================================================
--- website/.setup_redirects.py (original)
+++ website/.setup_redirects.py Wed Oct 14 17:01:42 2015
@@ -20,7 +20,8 @@
 # The API documentation redirects.
 redirects += [
     
['api/2.1/toc-test_suite.unit_tests._maths_fns.Test_rotation_matrix-module.html',
 
'%s/api/2.1/toc-test_suite.unit_tests._maths_fns.test_rotation_matrix-module.html'%url],
-    ['api/3.1/lib.dispersion.B14-module.html', 
'%s/api/3.2/lib.dispersion.b14-module.html'%url]
+    ['api/3.1/lib.dispersion.B14-module.html', 
'%s/api/3.2/lib.dispersion.b14-module.html'%url],
+    ['api/3.3/lib.software.grace-module.html', 
'%s/api/3.3/lib.plotting.grace-module.html'%url]
 ]
 
 # The HTML manual redirects.
@@ -129,6 +130,13 @@
     ['manual/temperature.html', 
'%s/manual/spectrometer_temperature.html'%url]
 ]
 
+# HTML manual user function link mistakes.
+redirects += [
+    ['manual/dx.map.html', '%s/manual/dx_map.html'%url],
+    ['manual/minimise.calculate.html', 
'%s/manual/minimise_calculate.html'%url],
+    ['manual/structure.align.html', '%s/manual/structure_align.html'%url]
+]
+
 # Loop over all redirects, automatically creating the webpage.
 for old, new in redirects:
     # Open the old file for writing.

Added: website/api/3.3/lib.software.grace-module.html
URL: 
http://svn.gna.org/viewcvs/relax/website/api/3.3/lib.software.grace-module.html?rev=28050&view=auto
==============================================================================
--- website/api/3.3/lib.software.grace-module.html      (added)
+++ website/api/3.3/lib.software.grace-module.html      Wed Oct 14 17:01:42 
2015
@@ -0,0 +1,6 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+    <meta http-equiv="refresh" content="0; 
url=http://www.nmr-relax.com/api/3.3/lib.plotting.grace-module.html";>
+</HEAD>
+</HTML>

Added: website/manual/dx.map.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/dx.map.html?rev=28050&view=auto
==============================================================================
--- website/manual/dx.map.html  (added)
+++ website/manual/dx.map.html  Wed Oct 14 17:01:42 2015
@@ -0,0 +1,6 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+    <meta http-equiv="refresh" content="0; 
url=http://www.nmr-relax.com/manual/dx_map.html";>
+</HEAD>
+</HTML>

Added: website/manual/minimise.calculate.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/minimise.calculate.html?rev=28050&view=auto
==============================================================================
--- website/manual/minimise.calculate.html      (added)
+++ website/manual/minimise.calculate.html      Wed Oct 14 17:01:42 2015
@@ -0,0 +1,6 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+    <meta http-equiv="refresh" content="0; 
url=http://www.nmr-relax.com/manual/minimise_calculate.html";>
+</HEAD>
+</HTML>

Added: website/manual/structure.align.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/structure.align.html?rev=28050&view=auto
==============================================================================
--- website/manual/structure.align.html (added)
+++ website/manual/structure.align.html Wed Oct 14 17:01:42 2015
@@ -0,0 +1,6 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+    <meta http-equiv="refresh" content="0; 
url=http://www.nmr-relax.com/manual/structure_align.html";>
+</HEAD>
+</HTML>




Related Messages


Powered by MHonArc, Updated Wed Oct 14 17:20:04 2015