Hi Troels, The following is simply a recommendation related to http://www.nmr-relax.com/manual/Search_engine_indexing.html, i.e. hints to increase the ranking of the relax wiki in Google and other searches. First of all, like http://article.gmane.org/gmane.science.nmr.relax.scm/18879, you could include the text:
"This follows the tutorial for adding relaxation dispersion models at: http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#Adding_the_model_to_the_list" You will see links to the commit messages for each part of the tutorial where you can see such text included in almost all cases. You also have a second relevant link which can be used: http://wiki.nmr-relax.com/B14. By including such links in the commit message, those links will then be also included in the release notes which will appear at: https://mail.gna.org/public/relax-announce/ http://www.mail-archive.com/[email protected]/ http://news.gmane.org/gmane.science.nmr.relax.announce http://marc.info/?l=relax-announce&r=1&w=2 https://gna.org/news/?group=relax http://linux.softpedia.com/progChangelog/relax-Changelog-22351.html http://www.softpedia.com/progChangelog/relax-project-Changelog-210902.html http://mac.softpedia.com/progChangelog/Edward-relax-Changelog-124418.html This will then hugely increase the search engine indexing score. The more links spread all over the internet to http://www.nmr-relax.com and http://wiki.nmr-relax.com, the better! Cheers, Edward On 1 May 2014 09:15, <[email protected]> wrote: > Author: tlinnet > Date: Thu May 1 09:15:14 2014 > New Revision: 22897 > > URL: http://svn.gna.org/viewcvs/relax?rev=22897&view=rev > Log: > Added model MODEL_B14 to systemtest > Relax_disp.test_hansen_cpmg_data_auto_analysis_r2eff. > > sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) > B14 model - 2-site exact solution model for all time scales. > > Modified: > trunk/test_suite/system_tests/relax_disp.py > > Modified: trunk/test_suite/system_tests/relax_disp.py > URL: > http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=22897&r1=22896&r2=22897&view=diff > ============================================================================== > --- trunk/test_suite/system_tests/relax_disp.py (original) > +++ trunk/test_suite/system_tests/relax_disp.py Thu May 1 09:15:14 2014 > @@ -33,7 +33,7 @@ > import dep_check > from pipe_control.mol_res_spin import return_spin, spin_loop > from specific_analyses.relax_disp.data import generate_r20_key, > get_curve_type, loop_exp_frq_offset_point, return_param_key_from_data > -from specific_analyses.relax_disp.variables import EXP_TYPE_CPMG_DQ, > EXP_TYPE_CPMG_MQ, EXP_TYPE_CPMG_PROTON_MQ, EXP_TYPE_CPMG_PROTON_SQ, > EXP_TYPE_CPMG_SQ, EXP_TYPE_CPMG_ZQ, EXP_TYPE_R1RHO, MODEL_CR72, MODEL_IT99, > MODEL_LM63, MODEL_M61B, MODEL_NOREX, MODEL_NS_CPMG_2SITE_EXPANDED, MODEL_R2EFF > +from specific_analyses.relax_disp.variables import EXP_TYPE_CPMG_DQ, > EXP_TYPE_CPMG_MQ, EXP_TYPE_CPMG_PROTON_MQ, EXP_TYPE_CPMG_PROTON_SQ, > EXP_TYPE_CPMG_SQ, EXP_TYPE_CPMG_ZQ, EXP_TYPE_R1RHO, MODEL_B14, MODEL_CR72, > MODEL_IT99, MODEL_LM63, MODEL_M61B, MODEL_NOREX, > MODEL_NS_CPMG_2SITE_EXPANDED, MODEL_R2EFF > from status import Status; status = Status() > from test_suite.system_tests.base_classes import SystemTestCase > > @@ -889,6 +889,7 @@ > # Set the model. > ds.models = [ > MODEL_NOREX, > + MODEL_B14, > MODEL_LM63, > MODEL_CR72, > MODEL_IT99 > > > _______________________________________________ > relax (http://www.nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-commits _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

