Changeset 147


Ignore:
Timestamp:
07/26/06 11:09:08 (18 years ago)
Author:
smasson
Message:

update of tar files and thus getsaxo

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

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/forxxxdoc.sh

    r144 r147  
    2525# 
    2626case "${1}" in 
    27 1|2) 
     270101|0201) 
    2828# screen capture to be commented by frames and callouts images 
    29 capture="figpng/xxx_${1}.png" 
     29capture="figpng/xxx_${1}_org.png" 
    3030;; 
    3131*) 
     
    4747# 
    4848case ${capture} in  
    49 figpng/xxx_2.png) 
     49figpng/xxx_0101_org.png) 
     50capture_xsize=520 #++ should be obtain by parsing identify result 
     51capture_ysize=309 #++ should be obtain by parsing identify result 
     52# 
     53# description of frames (title, xmin,ymin, xmax,ymax) 
     54# nb : title and label are not yet used but they may be added in a kind of  
     55# comments 
     56# later in xml as id or label 
     57# now they are only here to remind us what we do 
     58zone_nb=3 
     59zone_t[1]="Data file" 
     60zone_l[1]="datafile" 
     61zone_rect[1]="26,53, 485,95" 
     62zone_t[2]="Init method" 
     63zone_l[2]="initmethod" 
     64zone_rect[2]="78,101, 433,152" 
     65zone_t[3]="Init program" 
     66zone_l[3]="initprogram" 
     67zone_rect[3]="3,159, 518,278" 
     68#zone_t[1]="Data file" 
     69#zone_l[1]="datafile" 
     70#zone_rect[1]="5,55 515,90" 
     71#zone_t[2]="Init file" 
     72#zone_l[2]="initfile" 
     73#zone_rect[2]="5,150 515,200" 
     74;; 
     75figpng/xxx_0201_org.png) 
    5076capture_xsize=1211 #++ should be obtain by parsing identify result 
    5177capture_ysize=630 #++ should be obtain by parsing identify result 
     
    76102zone_l[5]="check" 
    77103zone_rect[5]="0,0 ${capture_xsize},${capture_ysize}" 
    78 ;; 
    79 figpng/xxx_1.png) 
    80 capture_xsize=520 #++ should be obtain by parsing identify result 
    81 capture_ysize=309 #++ should be obtain by parsing identify result 
    82 # 
    83 # description of frames (title, xmin,ymin, xmax,ymax) 
    84 # nb : title and label are not yet used but they may be added in a kind of  
    85 # comments 
    86 # later in xml as id or label 
    87 # now they are only here to remind us what we do 
    88 zone_nb=2 
    89 zone_t[1]="Data file" 
    90 zone_l[1]="datafile" 
    91 zone_rect[1]="5,55 515,90" 
    92 zone_t[2]="Init file" 
    93 zone_l[2]="initfile" 
    94 zone_rect[2]="5,150 515,200" 
    95104;; 
    96105*) 
     
    147156# 
    148157# last component of the convert command : the name of the output image 
    149 framecallouts=$(dirname ${capture})/$(basename ${capture} .png)_complete.png 
     158framecallouts=$(dirname ${capture})/$(basename ${capture} _org.png).png 
    150159cmd="${cmd} ${framecallouts}" 
    151160# 
  • trunk/SRC/Documentation/xmldoc/getsaxo.html

    r144 r147  
    3737</div> 
    3838<div><span class="pubdate">svn Id of xml source file : $Id: 
    39 getsaxo.xml 139 2006-07-12 16:08:41Z pinsard $<br> 
     39getsaxo.xml 144 2006-07-21 14:32:11Z pinsard $<br> 
    4040<br></span></div> 
    4141<div> 
     
    231231</pre> 
    232232<p>The latest revision of the <span class="bold"><strong>source 
    233 files</strong></span> (52 Mb) can be checked out with the following 
     233files</strong></span> (53 Mb) can be checked out with the following 
    234234command:</p> 
    235235<pre class="screen"> 
     
    242242</pre> 
    243243<p>The latest revision of the <span class="bold"><strong>NetCDF 
    244 data files</strong></span> (728 Mb) used by the test programs can 
     244data files</strong></span> (727 Mb) used by the test programs can 
    245245be checked out with the following command:</p> 
    246246<pre class="screen"> 
     
    289289<h4 class="title"><a name="saxo_src_tar" id= 
    290290"saxo_src_tar"></a>2.3.1.&nbsp; Get <span class= 
    291 "application">SAXO</span> source files (4.8M Mb)</h4> 
     291"application">SAXO</span> source files (4.9M Mb)</h4> 
    292292</div> 
    293293</div> 
     
    313313<p>... and download it the latest version of the sources tar file: 
    314314<a href= 
    315 "http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060628.tar.gz" 
    316 target="_top">SAXO_SRC_20060628.tar.gz</a> (4.8M Mb). This tar.gz 
     315"http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060726.tar.gz" 
     316target="_top">SAXO_SRC_20060726.tar.gz</a> (4.9M Mb). This tar.gz 
    317317file could also be downloaded with</p> 
    318318<div class="variablelist"> 
     
    325325"userinput"><code><span><strong class= 
    326326"command">wget</strong></span> <em class= 
    327 "parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060628.tar.gz</code></em></code></strong> 
     327"parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060726.tar.gz</code></em></code></strong> 
    328328           
    329329</pre></dd> 
     
    336336"command">curl</strong></span> <code class= 
    337337"option">-O</code> <em class= 
    338 "parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060628.tar.gz</code></em></code></strong> 
     338"parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060726.tar.gz</code></em></code></strong> 
    339339           
    340340</pre></dd> 
     
    352352"command">tar</strong></span> <code class= 
    353353"option">xvfz</code> <em class= 
    354 "parameter"><code>SAXO_SRC_20060628.tar.gz</code></em></code></strong> 
     354"parameter"><code>SAXO_SRC_20060726.tar.gz</code></em></code></strong> 
    355355  <code class="prompt">$</code> <strong class= 
    356356"userinput"><code><span><strong class= 
    357357"command">rm</strong></span> <em class= 
    358 "parameter"><code>SAXO_SRC_20060628.tar.gz</code></em></code></strong> 
     358"parameter"><code>SAXO_SRC_20060726.tar.gz</code></em></code></strong> 
    359359         
    360360</pre></div> 
  • trunk/SRC/Documentation/xmldoc/mini_notice.xml

    r145 r147  
    307307<para> 
    308308A window will open with 2 lines to complete. 
    309 <figure id="fig_xxx_1"> 
     309<figure id="fig_xxx_0101"> 
    310310<title>Window xxx 1</title> 
    311311<mediaobjectco> 
     
    317317</areaspec> 
    318318<imageobject> 
    319 <imagedata fileref="figpng/xxx_1_complete.png"/> <!-- ++ instead of xxx_1.png --> 
     319<imagedata fileref="figpng/xxx_0101.png"/> <!-- ++ instead of xxx_0101_org.png --> 
    320320</imageobject> 
    321321<calloutlist> 
     
    329329</imageobjectco> 
    330330<!-- ++ si on met textobject, on ne voit plus l'image !! 
    331 <textobject>[plot figpng/xxx_1_complete.png]</textobject> 
     331<textobject>[plot figpng/xxx_0101.png]</textobject> 
    332332--> 
    333333</mediaobjectco> 
     
    360360ce produit klickety est installable via fink sous mac 
    361361 --> 
    362 <figure id="fig_xxx_2"> 
     362<figure id="fig_xxx_0201"> 
    363363<title>Window xxx 2</title> 
    364364<mediaobjectco> 
     
    372372</areaspec> 
    373373<imageobject> 
    374 <imagedata fileref="figpng/xxx_2_complete.png"/> <!-- ++ instead of xxx_2.png --> 
     374<imagedata fileref="figpng/xxx_0201.png"/> <!-- ++ instead of xxx_0201_org.png --> 
    375375</imageobject> 
    376376<calloutlist> 
     
    390390</imageobjectco> 
    391391<!-- ++ si on met textobject, on ne voit plus l'image 
    392 <textobject>[plot figpng/xxx_2_complete.png]</textobject> 
     392<textobject>[plot figpng/xxx_0201.png]</textobject> 
    393393--> 
    394394</mediaobjectco> 
Note: See TracChangeset for help on using the changeset viewer.