Author: bugman Date: Sat Sep 20 20:27:11 2014 New Revision: 25936 URL: http://svn.gna.org/viewcvs/relax?rev=25936&view=rev Log: Some more redirects for old user functions. Added: website/manual/pdb_read.html website/manual/pdb_vectors.html Modified: website/.setup_redirects.py Modified: website/.setup_redirects.py URL: http://svn.gna.org/viewcvs/relax/website/.setup_redirects.py?rev=25936&r1=25935&r2=25936&view=diff ============================================================================== --- website/.setup_redirects.py (original) +++ website/.setup_redirects.py Sat Sep 20 20:27:11 2014 @@ -43,6 +43,8 @@ ['manual/noe_read.html', '%s/manual/spectrum_read_intensities.html'%url], ['manual/pcs_centre.html', '%s/manual/paramag_centre.html'%url], ['manual/pdb.html', '%s/manual/structure_read_pdb.html'%url], + ['manual/pdb_read.html', '%s/manual/structure_read_pdb.html'%url], + ['manual/pdb_vectors.html', '%s/manual/structure_vectors.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], Added: website/manual/pdb_read.html URL: http://svn.gna.org/viewcvs/relax/website/manual/pdb_read.html?rev=25936&view=auto ============================================================================== --- website/manual/pdb_read.html (added) +++ website/manual/pdb_read.html Sat Sep 20 20:27:11 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/structure_read_pdb.html";> +</HEAD> +</HTML> Added: website/manual/pdb_vectors.html URL: http://svn.gna.org/viewcvs/relax/website/manual/pdb_vectors.html?rev=25936&view=auto ============================================================================== --- website/manual/pdb_vectors.html (added) +++ website/manual/pdb_vectors.html Sat Sep 20 20:27:11 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/structure_vectors.html";> +</HEAD> +</HTML>