Changeset 422 for trunk/SRC


Ignore:
Timestamp:
02/05/10 12:07:38 (14 years ago)
Author:
pinsard
Message:

fix links in firststeps.html

Location:
trunk/SRC/Documentation/xmldoc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/getsaxo.html

    r416 r422  
    9090 
    9191      <p> 
    92 The <span class="bold"><strong>complete</strong></span> latest revision (source + tests data files: 768 Mb) can be checked out with the following command executed in your <code class="envar">${HOME}</code>: 
     92The <span class="bold"><strong>complete</strong></span> latest revision (source + tests data files: 762 Mb) can be checked out with the following command executed in your <code class="envar">${HOME}</code>: 
    9393</p><pre class="screen"> 
    9494  <code class="prompt">$</code> <strong class="userinput"><code><span class="command"><strong>svn</strong></span> <code class="option">checkout</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/svn/trunk/</code></em> <em class="parameter"><code>SAXO_DIR</code></em></code></strong> 
     
    9696      </p> 
    9797      <p> 
    98 The latest revision of the <span class="bold"><strong>source files</strong></span> (41 Mb) can be checked out with the following command: 
     98The latest revision of the <span class="bold"><strong>source files</strong></span> (35 Mb) can be checked out with the following command: 
    9999</p><pre class="screen"> 
    100100  <code class="prompt">$</code> <strong class="userinput"><code><span class="command"><strong>svn</strong></span> <code class="option">checkout</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/svn/trunk/SRC</code></em> <em class="parameter"><code>SAXO_DIR/SRC</code></em></code></strong> 
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r420 r422  
    1212# $Id$ 
    1313# 
     14# - fplod 20100205T104058Z aedon.locean-ipsl.upmc.fr (Darwin) 
     15# 
     16#   * fix hyperlink path errors 
     17#   * do not anymore transfert tools and temporary files on download/ 
     18# 
     19#     already existing files have been removed manualy on  
     20#     saxo@forge:~/download/xmldoc/ 
    1421#  
    1522# - fplod 20100125T112917Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    128135# when doforge=1 
    129136# produce tar files in /tmp/saxo_${$} when dotar=1 
    130 set -x 
     137#set -x 
    131138set -u 
    132139# 
     
    546553if [ ${dodocdownload} -eq 1 ] 
    547554then 
    548     # ++ on pourrait peut-etre faire un rsync en enlevant les .sh et le .xsl 
    549     # et faire le ménage des fichiers qui n'existent plus 
    550555    echo "iii : you will be asked ${lgforge}@forge.ipsl.jussieu.fr passwd several times" 
    551556    # 
     
    555560    cp -rp ../idldoc_html_output /tmp/download_${$}/ 
    556561    # 
    557     # remove svn files 
    558     find /tmp/download_${$}/ -name ".svn" -exec rm -rf {} \; 
     562    # remove tools files 
     563    find /tmp/download_${$}/ -name ".svn" -exec rm -rf {} \; 2> /dev/null 
     564    find /tmp/download_${$}/ -name "*.xml" -exec rm -rf {} \; 2> /dev/null 
     565    find /tmp/download_${$}/ -name "*.xsl" -exec rm -rf {} \; 2> /dev/null 
     566    find /tmp/download_${$}/ -name "*.sed" -exec rm -rf {} \; 2> /dev/null 
     567    find /tmp/download_${$}/ -name "*.sh" -exec rm -rf {} \; 2> /dev/null 
     568    find /tmp/download_${$}/ -name "makefile" -exec rm -rf {} \; 2> /dev/null 
     569    find /tmp/download_${$}/ -name "*~" -exec rm -rf {} \; 2> /dev/null 
    559570    # 
    560571    # replace relative path 
    561572    # by http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/ 
    562     # on ulink lines containing some directories like ../../ToBeReviewed/ or ../../Test/ or file like newheader.txt 
     573    # on ulink lines containing some directories like ../../ToBeReviewed/ or ../../Tests/ or file like newheader.txt 
    563574    list_html=$(find /tmp/download_${$}/ -name "*.html") 
    564575    for file_html in ${list_html} 
    565576    do 
    566577     sed  \ 
    567      -e "/Source code of a file/s+../.*/../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/+" \ 
    568      -e "/..\/..\/ToBeReviewed/s+../../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/+" \ 
    569      -e "/..\/..\/Test/s+../../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/+"  \ 
    570      -e "/..\/..\/Calendar/s+../../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/+" \ 
    571      -e "/..\/newheader/s+../../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/Documentation/+" \ 
     578     -e "/Source code of a file/s+../.*/../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC+g" \ 
     579     -e "/..\/..\/ToBeReviewed/s+../../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/+g" \ 
     580     -e "/..\/..\/Tests/s+../../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/+g"  \ 
     581     -e "/..\/..\/Calendar/s+../../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/+g" \ 
     582     -e "/..\/newheader/s+../../+http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/Documentation/+g" \ 
    572583     ${file_html} > ${file_html}_${$} 
    573584     mv ${file_html}_${$} ${file_html} 
  • trunk/SRC/Documentation/xmldoc/websaxo.html

    r416 r422  
    104104 
    105105<p> 
    106 <a class="link" href="./firststeps.html" target="_top">First Steps</a> with SAXO. See also plots of First Steps in <a class="link" href="./all_plots.html" target="_top">All plots</a> 
     106<a class="link" href="./firststeps.html" target="_top">First Steps</a> with SAXO. See also plots of First Steps in <a class="link" href="./all_plots.html" target="_top">All plots</a>. 
    107107</p> 
    108108<p> 
  • trunk/SRC/Documentation/xmldoc/wiki/WikiStart

    r416 r422  
    4040  * [http://forge.ipsl.jussieu.fr/saxo/download/xmldoc/faqsaxo.html FAQ] 
    4141== Documentation == 
    42 [http://forge.ipsl.jussieu.fr/saxo/download/xmldoc/firststeps.html First Steps] with SAXO. See also plots of First Steps in [http://forge.ipsl.jussieu.fr/saxo/download/xmldoc/all_plots.html All plots] 
     42[http://forge.ipsl.jussieu.fr/saxo/download/xmldoc/firststeps.html First Steps] with SAXO. See also plots of First Steps in [http://forge.ipsl.jussieu.fr/saxo/download/xmldoc/all_plots.html All plots]. 
     43 
    4344A short overview and [http://forge.ipsl.jussieu.fr/saxo/download/xmldoc/mini_notice.html documentation of xxx widget] is now available. 
    4445 
Note: See TracChangeset for help on using the changeset viewer.