mailr26709 - 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 25, 2014 - 08:57:
Author: bugman
Date: Tue Nov 25 08:57:58 2014
New Revision: 26709

URL: http://svn.gna.org/viewcvs/relax?rev=26709&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.


Added:
    website/manual/Alphabetical_listing_user_functions.html
    website/manual/DPL94_2_site_fast_exchange_R1_model.html
    website/manual/LM63_3_site_fast_exchange_CPMG_model.html
    website/manual/NS_3_site_linear_R1_model.html
    website/manual/d_Auvergne_protocol_GUI_mode_setting_up_spin.html
    website/manual/reduced_B14_2_site_CPMG_model.html
Modified:
    website/.setup_redirects.py

Modified: website/.setup_redirects.py
URL: 
http://svn.gna.org/viewcvs/relax/website/.setup_redirects.py?rev=26709&r1=26708&r2=26709&view=diff
==============================================================================
--- website/.setup_redirects.py (original)
+++ website/.setup_redirects.py Tue Nov 25 08:57:58 2014
@@ -25,6 +25,7 @@
 
 # The HTML manual redirects.
 redirects += [
+    ['manual/Alphabetical_listing_user_functions.html', 
'%s/manual/Alphabetical_listing_of_user_functions.html'%url],
     ['manual/Becoming_committer.html', 
'%s/manual/Becoming_a_committer.html'%url],
     ['manual/Calculating_NOE.html', 
'%s/manual/Calculating_the_NOE.html'%url],
     ['manual/Citations.html', '%s/manual/Preface_citing_relax.html'%url],
@@ -32,8 +33,10 @@
     ['manual/d_Auvergne_protocol_GUI_mode_loading_data.html', 
'%s/manual/d_Auvergne_protocol_GUI_mode_loading_the_data.html'%url],
     ['manual/d_Auvergne_protocol_GUI_mode_relaxation_interactio.html', 
'%s/manual/d_Auvergne_protocol_GUI_mode_relaxation_interactions.html'%url],
     ['manual/d_Auvergne_protocol_GUI_mode_relaxation_interaction.html', 
'%s/manual/d_Auvergne_protocol_GUI_mode_relaxation_interactions.html'%url],
+    ['manual/d_Auvergne_protocol_GUI_mode_setting_up_spin.html', 
'%s/manual/d_Auvergne_protocol_GUI_mode_setting_up_the_spin_systems.html'%url],
     ['manual/diffusion_seeded_paradigm.html', 
'%s/manual/The_diffusion_seeded_paradigm.html'%url],
     ['manual/do_dispersion_features_yet_be_implemented.html', 
'%s/manual/To_do_dispersion_features_yet_to_be_implemented.html'%url],
+    ['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_star_CPMG_model.html', 
'%s/manual/The_full_NS_2_site_star_CPMG_model.html'%url],
@@ -41,6 +44,7 @@
     ['manual/IT99_2_site_CPMG_model.html', 
'%s/manual/The_IT99_2_site_CPMG_model.html'%url],
     ['manual/J_w_mapping_script_mode_sample_script.html', 
'%s/manual/J_w_mapping_script_mode_the_sample_script.html'%url],
     ['manual/LM63_2_site_fast_exchange_CPMG_model.html', 
'%s/manual/The_LM63_2_site_fast_exchange_CPMG_model.html'%url],
+    ['manual/LM63_3_site_fast_exchange_CPMG_model.html', 
'%s/manual/The_LM63_3_site_fast_exchange_CPMG_model.html'%url],
     ['manual/M61_2_site_fast_exchange_R1_model.html', 
'%s/manual/The_M61_2_site_fast_exchange_R1_rho_model.html'%url],
     ['manual/methodology_Mandel_et_al_1995.html', 
'%s/manual/The_methodology_of_Mandel_et_al_1995.html'%url],
     ['manual/MMQ_CR72_model.html', '%s/manual/The_MMQ_CR72_model.html'%url],
@@ -48,8 +52,10 @@
     ['manual/MP05_2_site_exchange_R1_model.html', 
'%s/manual/The_MP05_2_site_exchange_R1_rho_model.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],
     ['manual/NS_MMQ_3_site_model.html', 
'%s/manual/The_NS_MMQ_3_site_model.html'%url],
     ['manual/prompt.html', '%s/manual/The_prompt.html'%url],
+    ['manual/reduced_B14_2_site_CPMG_model.html', 
'%s/manual/The_reduced_B14_2_site_CPMG_model.html'%url],
     ['manual/reduced_CR72_2_site_CPMG_model.html', 
'%s/manual/The_reduced_NS_2_site_star_CPMG_model.html'%url],
     ['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],

Added: website/manual/Alphabetical_listing_user_functions.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/Alphabetical_listing_user_functions.html?rev=26709&view=auto
==============================================================================
--- website/manual/Alphabetical_listing_user_functions.html     (added)
+++ website/manual/Alphabetical_listing_user_functions.html     Tue Nov 25 
08:57:58 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/Alphabetical_listing_of_user_functions.html";>
+</HEAD>
+</HTML>

Added: website/manual/DPL94_2_site_fast_exchange_R1_model.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/DPL94_2_site_fast_exchange_R1_model.html?rev=26709&view=auto
==============================================================================
--- website/manual/DPL94_2_site_fast_exchange_R1_model.html     (added)
+++ website/manual/DPL94_2_site_fast_exchange_R1_model.html     Tue Nov 25 
08:57:58 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_DPL94_2_site_fast_exchange_R1_rho_model.html";>
+</HEAD>
+</HTML>

Added: website/manual/LM63_3_site_fast_exchange_CPMG_model.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/LM63_3_site_fast_exchange_CPMG_model.html?rev=26709&view=auto
==============================================================================
--- website/manual/LM63_3_site_fast_exchange_CPMG_model.html    (added)
+++ website/manual/LM63_3_site_fast_exchange_CPMG_model.html    Tue Nov 25 
08:57:58 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_LM63_3_site_fast_exchange_CPMG_model.html";>
+</HEAD>
+</HTML>

Added: website/manual/NS_3_site_linear_R1_model.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/NS_3_site_linear_R1_model.html?rev=26709&view=auto
==============================================================================
--- website/manual/NS_3_site_linear_R1_model.html       (added)
+++ website/manual/NS_3_site_linear_R1_model.html       Tue Nov 25 08:57:58 
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_NS_MMQ_3_site_linear_model.html";>
+</HEAD>
+</HTML>

Added: website/manual/d_Auvergne_protocol_GUI_mode_setting_up_spin.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/d_Auvergne_protocol_GUI_mode_setting_up_spin.html?rev=26709&view=auto
==============================================================================
--- website/manual/d_Auvergne_protocol_GUI_mode_setting_up_spin.html    
(added)
+++ website/manual/d_Auvergne_protocol_GUI_mode_setting_up_spin.html    Tue 
Nov 25 08:57:58 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/d_Auvergne_protocol_GUI_mode_setting_up_the_spin_systems.html";>
+</HEAD>
+</HTML>

Added: website/manual/reduced_B14_2_site_CPMG_model.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/reduced_B14_2_site_CPMG_model.html?rev=26709&view=auto
==============================================================================
--- website/manual/reduced_B14_2_site_CPMG_model.html   (added)
+++ website/manual/reduced_B14_2_site_CPMG_model.html   Tue Nov 25 08:57:58 
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_reduced_B14_2_site_CPMG_model.html";>
+</HEAD>
+</HTML>




Related Messages


Powered by MHonArc, Updated Tue Nov 25 10:40:02 2014