Changeset 94


Ignore:
Timestamp:
06/07/06 19:46:07 (18 years ago)
Author:
smasson
Message:

bugfix with main.html in local mode

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

Legend:

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

    r88 r94  
    4646          Regular users 
    4747        </h4></div></div></div><p> 
    48         The <span class="bold"><strong>complete</strong></span> latest revision (source + tests data files: 750 Mb) can be checked out with the following command executed in your <code class="envar">${HOME}</code>: 
     48        The <span class="bold"><strong>complete</strong></span> latest revision (source + tests data files: 767 Mb) can be checked out with the following command executed in your <code class="envar">${HOME}</code>: 
    4949        </p><pre class="screen"> 
    5050  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">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> 
    5151        </pre><p> 
    5252      </p><p> 
    53         The latest revision of the <span><strong class="command">source files</strong></span> (23 Mb) can be checked out with the following command: 
     53        The latest revision of the <span><strong class="command">source files</strong></span> (40 Mb) can be checked out with the following command: 
    5454        </p><pre class="screen"> 
    5555  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">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> 
     
    7070        Get <span class="application">SAXO</span> from a tar file 
    7171      </h3></div></div></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="saxo_src_tar"></a>2.3.1.&nbsp; 
    72           Get <span class="application">SAXO</span> source files (4.0M Mb) 
     72          Get <span class="application">SAXO</span> source files (4.6M Mb) 
    7373        </h4></div></div></div><p> 
    7474          Create your <code class="filename"><code class="envar">${HOME}</code>/SAXO_DIR</code> directory... 
     
    7878  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>SAXO_DIR</code></em></code></strong> 
    7979          </pre><p> 
    80           ... and download it the latest version of the sources tar file: <a href="http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060605.tar.gz" target="_top">SAXO_SRC_20060605.tar.gz</a> (4.0M Mb). This tar.gz file could also be downloaded with  
     80          ... and download it the latest version of the sources tar file: <a href="http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060607.tar.gz" target="_top">SAXO_SRC_20060607.tar.gz</a> (4.6M Mb). This tar.gz file could also be downloaded with  
    8181        </p><div class="variablelist"><dl><dt><span class="term"><span><strong class="command">wget</strong></span></span></dt><dd><pre class="screen"> 
    82   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">wget</strong></span> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060605.tar.gz</code></em></code></strong> 
     82  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">wget</strong></span> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060607.tar.gz</code></em></code></strong> 
    8383          </pre></dd><dt><span class="term"><span><strong class="command">curl</strong></span></span></dt><dd><pre class="screen"> 
    84   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">curl</strong></span> <code class="option">-O</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060605.tar.gz</code></em></code></strong> 
     84  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">curl</strong></span> <code class="option">-O</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060607.tar.gz</code></em></code></strong> 
    8585          </pre></dd></dl></div><p>      
    8686        Untar the file 
    8787        </p><pre class="screen"> 
    8888  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code><code class="envar">${HOME}</code>/SAXO_DIR</code></em></code></strong> 
    89   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">tar</strong></span> <code class="option">xvfz</code> <em class="parameter"><code>SAXO_SRC_20060605.tar.gz</code></em></code></strong> 
    90   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">rm</strong></span> <em class="parameter"><code>SAXO_SRC_20060605.tar.gz</code></em></code></strong> 
     89  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">tar</strong></span> <code class="option">xvfz</code> <em class="parameter"><code>SAXO_SRC_20060607.tar.gz</code></em></code></strong> 
     90  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">rm</strong></span> <em class="parameter"><code>SAXO_SRC_20060607.tar.gz</code></em></code></strong> 
    9191        </pre><p> 
    9292        </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="saxo_data_tar"></a>2.3.2.&nbsp; 
  • trunk/SRC/Documentation/xmldoc/main.html

    r89 r94  
    66Documentation 
    77</a></span></dt><dt><span class="sect1"><a href="#d0e151">6. SAXO team</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e38"></a>1.&nbsp;What is SAXO</h2></div></div></div><p> 
    8 SAXO is a package (~400 routines, ~60 000 code lines) used to easily and quickly visualize and analyze models outputs or data observations. It is based on <a href="http://www.ittvis.com/idl/" target="_top"><span class="trademark">IDL</span>&#8482;</a> and contains a Graphic User Interface. Developed in collaboration with <a href="http://www.lodyc.jussieu.fr/" target="_top">LOCEAN</a> researchers, it allows to explore four dimension data which may be gridded or irregularly spaced. It is particularly adapted to the "Arakawa C grid" discretization used in <a href="http://www.lodyc.jussieu.fr/NEMO/" target="_top">NEMO</a>. In addition to graphical procedures, interpolation modules and other things..., it contains a set of programs dedicated to oceanographic diagnostics. <a href="../../saxo/browser/trunk/SRC/Documentation/xmldoc/whatissaxo.html?format=raw" target="_top">More...</a>  
     8SAXO is a package (~400 routines, ~60 000 code lines) used to easily and quickly visualize and analyze models outputs or data observations. It is based on <a href="http://www.ittvis.com/idl/" target="_top"><span class="trademark">IDL</span>&#8482;</a> and contains a Graphic User Interface. Developed in collaboration with <a href="http://www.lodyc.jussieu.fr/" target="_top">LOCEAN</a> researchers, it allows to explore four dimension data which may be gridded or irregularly spaced. It is particularly adapted to the "Arakawa C grid" discretization used in <a href="http://www.lodyc.jussieu.fr/NEMO/" target="_top">NEMO</a>. In addition to graphical procedures, interpolation modules and other things..., it contains a set of programs dedicated to oceanographic diagnostics. <a href="whatissaxo.html?format=raw" target="_top">More...</a>  
    99</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e56"></a>2.&nbsp;What's new</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p> 
    1010March 2006-May 2006 : migration for <span class="bold"><strong>obsolete</strong></span> CVS repository + S&eacute;bastion Masson improvments 
    1111in a beautiful &#8220;<span class="quote"><span class="application">trac</span>+<span class="application">svn</span></span>&#8221; project on <code class="systemitem">http:://forge.ipsl.jussieu.fr/saxo/</code>. 
    1212</p></li><li><p> 
    13 More details in <a href="../../saxo/browser/trunk/SRC/Documentation/xmldoc/whatsnew.html?format=raw" target="_top">What's new in SAXO</a> 
     13More details in <a href="whatsnew.html?format=raw" target="_top">What's new in SAXO</a> 
    1414</p></li></ul></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e82"></a>3.&nbsp; 
    1515Get SAXO 
    1616</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p> 
    17 <a href="../../saxo/browser/trunk/SRC/Documentation/xmldoc/getsaxo.html?format=raw" target="_top">Get</a> SAXO 
     17<a href="getsaxo.html?format=raw" target="_top">Get</a> SAXO 
    1818</p></li><li><p> 
    19 <a href="../../saxo/browser/trunk/SRC/Documentation/xmldoc/updatesaxo.html?format=raw" target="_top">Update</a> SAXO 
     19<a href="updatesaxo.html?format=raw" target="_top">Update</a> SAXO 
    2020</p></li><li><p> 
    21 <a href="../../saxo/browser/trunk" target="_top">Browse</a> SAXO 
     21<a href="http://forge.ipsl.jussieu.fr/saxo/browser/trunk" target="_top">Browse</a> SAXO 
    2222</p></li></ul></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e104"></a>4.&nbsp;Support</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p> 
    23 <a href="../../saxo/browser/trunk/SRC/Documentation/xmldoc/mailing.html?format=raw" target="_top">mailing lists</a> (subscribtion and archives). 
     23<a href="mailing.html?format=raw" target="_top">mailing lists</a> (subscribtion and archives). 
    2424</p></li><li><p> 
    2525<a href="http://forge.ipsl.jussieu.fr/saxo/newticket" target="_top">send</a>,  <a href="http://forge.ipsl.jussieu.fr/saxo/report" target="_top">read</a> tickets 
     
    2929Documentation 
    3030</h2></div></div></div><p> 
    31 <a href="../../saxo/browser/trunk/SRC/Documentation/xmldoc/firststeps.html?format=raw" target="_top">First Steps</a> with saxo. See also plots of First Steps in <a href="../../saxo/browser/trunk/SRC/Documentation/xmldoc/all_plots.html?format=raw" target="_top">All plots</a> 
     31<a href="firststeps.html?format=raw" target="_top">First Steps</a> with saxo. See also plots of First Steps in <a href="all_plots.html?format=raw" target="_top">All plots</a> 
    3232</p><p> 
    3333<span class="application">IDLdoc</span> documentations set is available using  
    34 <a href="../../saxo/browser/trunk/SRC/Documentation/idldoc_html_output/index.html?format=raw" target="_top">SRC/Documentation/idldoc_html_output/index.html</a>. 
     34<a href="http://forge.ipsl.jussieu.fr/saxo/browser/trunk/SRC/Documentation/idldoc_html_output/index.html?format=raw" target="_top">SRC/Documentation/idldoc_html_output/index.html</a>. 
    3535</p><p> 
    36 Some useful <a href="../../saxo/browser/trunk/SRC/Documentation/xmldoc/tiplink.html?format=raw" target="_top">Tips and links</a>. 
     36Some useful <a href="tiplink.html?format=raw" target="_top">Tips and links</a>. 
    3737</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e151"></a>6.&nbsp;SAXO team</h2></div></div></div><div class="variablelist"><dl><dt><span class="term"> 
    3838S&eacute;bastien Masson  
  • trunk/SRC/Documentation/xmldoc/makehtml.sh

    r92 r94  
    229229      mv ${1}_${$}.html ${1}.html 
    230230   ;; 
     231   main) 
     232      sed -e s?"../../saxo/browser/trunk/SRC/Documentation/xmldoc/"??g \ 
     233          -e s?"../../saxo/browser/trunk"?"http://forge.ipsl.jussieu.fr/saxo/browser/trunk"?g \ 
     234          ${1}.html > ${1}_${$}.html  
     235      mv ${1}_${$}.html ${1}.html 
     236   ;; 
    231237esac 
    232238rm -f ${1}_${$}.xml 
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r91 r94  
    1717dohtml=0 
    1818dooldtest=0 
    19 doidldoc_html=1 
     19doidldoc_html=0 
    2020doidldoc_assistant=0 
    2121doidlwavedoc=0 
    22 doTARsrc=0 
     22doTARsrc=1 
    2323doTARdata=0 
    2424doforge=1 
Note: See TracChangeset for help on using the changeset viewer.