mailr25743 - in /website: ./ manual/


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

Header


Content

Posted by edward on September 11, 2014 - 15:27:
Author: bugman
Date: Thu Sep 11 15:27:34 2014
New Revision: 25743

URL: http://svn.gna.org/viewcvs/relax?rev=25743&view=rev
Log:
Added redirects for all renamed user functions for the HTML version of the 
manual.


Added:
    website/manual/dipole_pair_define.html
    website/manual/dipole_pair_read_dist.html
    website/manual/dipole_pair_set_dist.html
    website/manual/dipole_pair_unit_vectors.html
    website/manual/exp_info_software_select.html
    website/manual/interatomic_copy.html
    website/manual/interatomic_create.html
    website/manual/molmol_macro_exec.html
    website/manual/molmol_write.html
    website/manual/n_state_model_set_domain.html
    website/manual/n_state_model_set_type.html
    website/manual/noe_error.html
    website/manual/noe_read.html
    website/manual/pcs_centre.html
    website/manual/pdc_read.html
    website/manual/pipe_list.html
    website/manual/pymol_cmd.html
    website/manual/pymol_macro_create.html
    website/manual/pymol_macro_exec.html
    website/manual/pymol_write.html
    website/manual/relax_data_frq.html
    website/manual/relax_fit_mean_and_error.html
    website/manual/relax_fit_read.html
    website/manual/structure_vectors.html
    website/manual/temperature.html
Modified:
    website/.setup_redirects.py

Modified: website/.setup_redirects.py
URL: 
http://svn.gna.org/viewcvs/relax/website/.setup_redirects.py?rev=25743&r1=25742&r2=25743&view=diff
==============================================================================
--- website/.setup_redirects.py (original)
+++ website/.setup_redirects.py Thu Sep 11 15:27:34 2014
@@ -16,10 +16,6 @@
     ['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/relax.html', '%s/manual/index.html'%url],
-    ['manual/calc.html', '%s/manual/minimise_calculate.html'%url],
-    ['manual/frq_set.html', '%s/manual/spectrometer_frequency.html'%url],
-    ['manual/grid_search.html', '%s/manual/minimise_grid_search.html'%url],
-    ['manual/minimise.html', '%s/manual/minimise_execute.html'%url],
     ['osx_devel.html', '%s/'%url],
     ['scripts/code_validator', '%s/manual/Coding_conventions.html'%url],
     ['wiki/index.html', '%s/'%url_wiki],
@@ -27,8 +23,37 @@
 
 # User function renamings.
 redirects += [
+    ['manual/calc.html', '%s/manual/minimise_calculate.html'%url],
+    ['manual/dipole_pair_define.html', 
'%s/manual/interatom_define.html'%url],
+    ['manual/dipole_pair_read_dist.html', 
'%s/manual/interatom_read_dist.html'%url],
+    ['manual/dipole_pair_set_dist.html', 
'%s/manual/interatom_set_dist.html'%url],
+    ['manual/dipole_pair_unit_vectors.html', 
'%s/manual/interatom_unit_vectors.html'%url],
+    ['manual/exp_info_software_select.html', 
'%s/manual/bmrb_software_select.html'%url],
+    ['manual/frq_set.html', '%s/manual/spectrometer_frequency.html'%url],
+    ['manual/grid_search.html', '%s/manual/minimise_grid_search.html'%url],
+    ['manual/interatomic_copy.html', '%s/manual/interatom_copy.html'%url],
+    ['manual/interatomic_create.html', 
'%s/manual/interatom_define.html'%url],
+    ['manual/minimise.html', '%s/manual/minimise_execute.html'%url],
+    ['manual/molmol_macro_exec.html', '%s/manual/molmol_macro_run.html'%url],
+    ['manual/molmol_write.html', '%s/manual/molmol_macro_write.html'%url],
+    ['manual/n_state_model_set_domain.html', 
'%s/manual/align_tensor_set_domain.html'%url],
+    ['manual/n_state_model_set_type.html', 
'%s/manual/align_tensor_reduction.html'%url],
+    ['manual/noe_error.html', '%s/manual/spectrum_error_analysis.html'%url],
+    ['manual/noe_read.html', '%s/manual/spectrum_read_intensities.html'%url],
+    ['manual/pcs_centre.html', '%s/manual/paramag_centre.html'%url],
+    ['manual/pdc_read.html', '%s/manual/bruker_read.html'%url],
+    ['manual/pipe_list.html', '%s/manual/pipe_display.html'%url],
+    ['manual/pymol_cmd.html', '%s/manual/pymol_command.html'%url],
+    ['manual/pymol_macro_create.html', 
'%s/manual/pymol_macro_write.html'%url],
+    ['manual/pymol_macro_exec.html', '%s/manual/pymol_macro_run.html'%url],
+    ['manual/pymol_write.html', '%s/manual/pymol_macro_write.html'%url],
+    ['manual/relax_data_frq.html', 
'%s/manual/spectrometer_frequency.html'%url],
     ['manual/relax_disp_cpmg_frq.html', 
'%s/manual/relax_disp_cpmg_setup.html'%url],
     ['manual/relax_disp_set_grid_r20_from_min_r2eff.html', 
'%s/manual/relax_disp_r20_from_min_r2eff.html'%url],
+    ['manual/relax_fit_mean_and_error.html', 
'%s/manual/spectrum_error_analysis.html'%url],
+    ['manual/relax_fit_read.html', 
'%s/manual/spectrum_read_intensities.html'%url],
+    ['manual/structure_vectors.html', 
'%s/manual/interatom_unit_vectors.html'%url],
+    ['manual/temperature.html', 
'%s/manual/spectrometer_temperature.html'%url]
 ]
 
 # Loop over all redirects, automatically creating the webpage.

Added: website/manual/dipole_pair_define.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/dipole_pair_define.html?rev=25743&view=auto
==============================================================================
--- website/manual/dipole_pair_define.html      (added)
+++ website/manual/dipole_pair_define.html      Thu Sep 11 15:27:34 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/interatom_define.html";>
+</HEAD>
+</HTML>

Added: website/manual/dipole_pair_read_dist.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/dipole_pair_read_dist.html?rev=25743&view=auto
==============================================================================
--- website/manual/dipole_pair_read_dist.html   (added)
+++ website/manual/dipole_pair_read_dist.html   Thu Sep 11 15:27:34 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/interatom_read_dist.html";>
+</HEAD>
+</HTML>

Added: website/manual/dipole_pair_set_dist.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/dipole_pair_set_dist.html?rev=25743&view=auto
==============================================================================
--- website/manual/dipole_pair_set_dist.html    (added)
+++ website/manual/dipole_pair_set_dist.html    Thu Sep 11 15:27:34 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/interatom_set_dist.html";>
+</HEAD>
+</HTML>

Added: website/manual/dipole_pair_unit_vectors.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/dipole_pair_unit_vectors.html?rev=25743&view=auto
==============================================================================
--- website/manual/dipole_pair_unit_vectors.html        (added)
+++ website/manual/dipole_pair_unit_vectors.html        Thu Sep 11 15:27:34 
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/interatom_unit_vectors.html";>
+</HEAD>
+</HTML>

Added: website/manual/exp_info_software_select.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/exp_info_software_select.html?rev=25743&view=auto
==============================================================================
--- website/manual/exp_info_software_select.html        (added)
+++ website/manual/exp_info_software_select.html        Thu Sep 11 15:27:34 
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/bmrb_software_select.html";>
+</HEAD>
+</HTML>

Added: website/manual/interatomic_copy.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/interatomic_copy.html?rev=25743&view=auto
==============================================================================
--- website/manual/interatomic_copy.html        (added)
+++ website/manual/interatomic_copy.html        Thu Sep 11 15:27:34 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/interatom_copy.html";>
+</HEAD>
+</HTML>

Added: website/manual/interatomic_create.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/interatomic_create.html?rev=25743&view=auto
==============================================================================
--- website/manual/interatomic_create.html      (added)
+++ website/manual/interatomic_create.html      Thu Sep 11 15:27:34 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/interatom_define.html";>
+</HEAD>
+</HTML>

Added: website/manual/molmol_macro_exec.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/molmol_macro_exec.html?rev=25743&view=auto
==============================================================================
--- website/manual/molmol_macro_exec.html       (added)
+++ website/manual/molmol_macro_exec.html       Thu Sep 11 15:27:34 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/molmol_macro_run.html";>
+</HEAD>
+</HTML>

Added: website/manual/molmol_write.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/molmol_write.html?rev=25743&view=auto
==============================================================================
--- website/manual/molmol_write.html    (added)
+++ website/manual/molmol_write.html    Thu Sep 11 15:27:34 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/molmol_macro_write.html";>
+</HEAD>
+</HTML>

Added: website/manual/n_state_model_set_domain.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/n_state_model_set_domain.html?rev=25743&view=auto
==============================================================================
--- website/manual/n_state_model_set_domain.html        (added)
+++ website/manual/n_state_model_set_domain.html        Thu Sep 11 15:27:34 
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/align_tensor_set_domain.html";>
+</HEAD>
+</HTML>

Added: website/manual/n_state_model_set_type.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/n_state_model_set_type.html?rev=25743&view=auto
==============================================================================
--- website/manual/n_state_model_set_type.html  (added)
+++ website/manual/n_state_model_set_type.html  Thu Sep 11 15:27:34 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/align_tensor_reduction.html";>
+</HEAD>
+</HTML>

Added: website/manual/noe_error.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/noe_error.html?rev=25743&view=auto
==============================================================================
--- website/manual/noe_error.html       (added)
+++ website/manual/noe_error.html       Thu Sep 11 15:27:34 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/spectrum_error_analysis.html";>
+</HEAD>
+</HTML>

Added: website/manual/noe_read.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/noe_read.html?rev=25743&view=auto
==============================================================================
--- website/manual/noe_read.html        (added)
+++ website/manual/noe_read.html        Thu Sep 11 15:27:34 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/spectrum_read_intensities.html";>
+</HEAD>
+</HTML>

Added: website/manual/pcs_centre.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/pcs_centre.html?rev=25743&view=auto
==============================================================================
--- website/manual/pcs_centre.html      (added)
+++ website/manual/pcs_centre.html      Thu Sep 11 15:27:34 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/paramag_centre.html";>
+</HEAD>
+</HTML>

Added: website/manual/pdc_read.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/pdc_read.html?rev=25743&view=auto
==============================================================================
--- website/manual/pdc_read.html        (added)
+++ website/manual/pdc_read.html        Thu Sep 11 15:27:34 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/bruker_read.html";>
+</HEAD>
+</HTML>

Added: website/manual/pipe_list.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/pipe_list.html?rev=25743&view=auto
==============================================================================
--- website/manual/pipe_list.html       (added)
+++ website/manual/pipe_list.html       Thu Sep 11 15:27:34 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/pipe_display.html";>
+</HEAD>
+</HTML>

Added: website/manual/pymol_cmd.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/pymol_cmd.html?rev=25743&view=auto
==============================================================================
--- website/manual/pymol_cmd.html       (added)
+++ website/manual/pymol_cmd.html       Thu Sep 11 15:27:34 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/pymol_command.html";>
+</HEAD>
+</HTML>

Added: website/manual/pymol_macro_create.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/pymol_macro_create.html?rev=25743&view=auto
==============================================================================
--- website/manual/pymol_macro_create.html      (added)
+++ website/manual/pymol_macro_create.html      Thu Sep 11 15:27:34 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/pymol_macro_write.html";>
+</HEAD>
+</HTML>

Added: website/manual/pymol_macro_exec.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/pymol_macro_exec.html?rev=25743&view=auto
==============================================================================
--- website/manual/pymol_macro_exec.html        (added)
+++ website/manual/pymol_macro_exec.html        Thu Sep 11 15:27:34 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/pymol_macro_run.html";>
+</HEAD>
+</HTML>

Added: website/manual/pymol_write.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/pymol_write.html?rev=25743&view=auto
==============================================================================
--- website/manual/pymol_write.html     (added)
+++ website/manual/pymol_write.html     Thu Sep 11 15:27:34 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/pymol_macro_write.html";>
+</HEAD>
+</HTML>

Added: website/manual/relax_data_frq.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/relax_data_frq.html?rev=25743&view=auto
==============================================================================
--- website/manual/relax_data_frq.html  (added)
+++ website/manual/relax_data_frq.html  Thu Sep 11 15:27:34 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/spectrometer_frequency.html";>
+</HEAD>
+</HTML>

Added: website/manual/relax_fit_mean_and_error.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/relax_fit_mean_and_error.html?rev=25743&view=auto
==============================================================================
--- website/manual/relax_fit_mean_and_error.html        (added)
+++ website/manual/relax_fit_mean_and_error.html        Thu Sep 11 15:27:34 
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/spectrum_error_analysis.html";>
+</HEAD>
+</HTML>

Added: website/manual/relax_fit_read.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/relax_fit_read.html?rev=25743&view=auto
==============================================================================
--- website/manual/relax_fit_read.html  (added)
+++ website/manual/relax_fit_read.html  Thu Sep 11 15:27:34 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/spectrum_read_intensities.html";>
+</HEAD>
+</HTML>

Added: website/manual/structure_vectors.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/structure_vectors.html?rev=25743&view=auto
==============================================================================
--- website/manual/structure_vectors.html       (added)
+++ website/manual/structure_vectors.html       Thu Sep 11 15:27:34 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/interatom_unit_vectors.html";>
+</HEAD>
+</HTML>

Added: website/manual/temperature.html
URL: 
http://svn.gna.org/viewcvs/relax/website/manual/temperature.html?rev=25743&view=auto
==============================================================================
--- website/manual/temperature.html     (added)
+++ website/manual/temperature.html     Thu Sep 11 15:27:34 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/spectrometer_temperature.html";>
+</HEAD>
+</HTML>




Related Messages


Powered by MHonArc, Updated Thu Sep 11 16:00:02 2014