mailr26725 - in /website: ./ manual/


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

Header


Content

Posted by edward on November 26, 2014 - 09:06:
Author: bugman
Date: Wed Nov 26 09:06:57 2014
New Revision: 26725

URL: http://svn.gna.org/viewcvs/relax?rev=26725&view=rev
Log:
More redirects for the relax HTML manual at 
http://www.nmr-relax.com/manual/index.html.

This is required as the latex2html program used to build the manual has been 
modified to not
excluded the 'common words' from the page titles (see 
docs/devel/latex2html/).  These redirects are
linked from outside or from the relax API documentation.

The redirects are for the new pages
http://www.nmr-relax.com/manual/The_full_NS_2_site_3D_CPMG_model.html,
http://www.nmr-relax.com/manual/The_new_protocol_in_the_GUI.html, and
http://www.nmr-relax.com/The_relax_data_model.html.


Added:
    website/manual/full_NS_2_site_3D_CPMG_model.html
    website/manual/new_protocol_in_GUI.html
    website/manual/relax_data_model.html
Modified:
    website/.setup_redirects.py

Modified: website/.setup_redirects.py
URL: 
http://svn.gna.org/viewcvs/relax/website/.setup_redirects.py?rev=26725&r1=26724&r2=26725&view=diff
==============================================================================
--- website/.setup_redirects.py (original)
+++ website/.setup_redirects.py Wed Nov 26 09:06:57 2014
@@ -39,6 +39,7 @@
     ['manual/DPL94_2_site_fast_exchange_R1_model.html', 
'%s/manual/The_DPL94_2_site_fast_exchange_R1_rho_model.html'%url],
     ['manual/full_B14_2_site_CPMG_model.html', 
'%s/manual/The_full_B14_2_site_CPMG_model.html'%url],
     ['manual/full_CR72_2_site_CPMG_model.html', 
'%s/manual/The_full_CR72_2_site_CPMG_model.html'%url],
+    ['manual/full_NS_2_site_3D_CPMG_model.html', 
'%s/manual/The_full_NS_2_site_3D_CPMG_model.html'%url],
     ['manual/full_NS_2_site_star_CPMG_model.html', 
'%s/manual/The_full_NS_2_site_star_CPMG_model.html'%url],
     ['manual/GUI.html', '%s/manual/The_GUI.html'%url],
     ['manual/IT99_2_site_CPMG_model.html', 
'%s/manual/The_IT99_2_site_CPMG_model.html'%url],
@@ -50,6 +51,7 @@
     ['manual/MMQ_CR72_model.html', '%s/manual/The_MMQ_CR72_model.html'%url],
     ['manual/model_free_models.html', 
'%s/manual/The_model_free_models.html'%url],
     ['manual/MP05_2_site_exchange_R1_model.html', 
'%s/manual/The_MP05_2_site_exchange_R1_rho_model.html'%url],
+    ['manual/new_protocol_in_GUI.html', 
'%s/manual/The_new_protocol_in_the_GUI.html'%url],
     ['manual/node149.html', '%s/manual/Coding_conventions.html'%url],
     ['manual/NS_2_site_R1_model.html', 
'%s/manual/The_NS_2_site_R1_rho_model.html'%url],
     ['manual/NS_3_site_linear_R1_model.html', 
'%s/manual/The_NS_MMQ_3_site_linear_model.html'%url],
@@ -60,6 +62,7 @@
     ['manual/reduced_NS_2_site_3D_CPMG_model.html', 
'%s/manual/The_reduced_NS_2_site_3D_CPMG_model.html'%url],
     ['manual/reduced_NS_2_site_star_CPMG_model.html', 
'%s/manual/The_reduced_NS_2_site_star_CPMG_model.html'%url],
     ['manual/relax.html', '%s/manual/index.html'%url],
+    ['manual/relax_data_model.html', 
'%s/manual/The_relax_data_model.html'%url],
     ['manual/relax_user_manual.html', '%s/manual/index.html'%url],
     ['manual/TP02_2_site_exchange_R1_model.html', 
'%s/manual/The_TP02_2_site_exchange_R1_rho_model.html'%url],
     ['manual/TSMFK01_2_site_CPMG_model.html', 
'%s/manual/The_TSMFK01_2_site_CPMG_model.html'%url],

Added: website/manual/full_NS_2_site_3D_CPMG_model.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/full_NS_2_site_3D_CPMG_model.html?rev=26725&view=auto
==============================================================================
--- website/manual/full_NS_2_site_3D_CPMG_model.html    (added)
+++ website/manual/full_NS_2_site_3D_CPMG_model.html    Wed Nov 26 09:06:57 
2014
@@ -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/The_full_NS_2_site_3D_CPMG_model.html";>
+</HEAD>
+</HTML>

Added: website/manual/new_protocol_in_GUI.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/new_protocol_in_GUI.html?rev=26725&view=auto
==============================================================================
--- website/manual/new_protocol_in_GUI.html     (added)
+++ website/manual/new_protocol_in_GUI.html     Wed Nov 26 09:06:57 2014
@@ -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/The_new_protocol_in_the_GUI.html";>
+</HEAD>
+</HTML>

Added: website/manual/relax_data_model.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/relax_data_model.html?rev=26725&view=auto
==============================================================================
--- website/manual/relax_data_model.html        (added)
+++ website/manual/relax_data_model.html        Wed Nov 26 09:06:57 2014
@@ -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/The_relax_data_model.html";>
+</HEAD>
+</HTML>




Related Messages


Powered by MHonArc, Updated Wed Nov 26 09:40:02 2014