Changeset 144


Ignore:
Timestamp:
07/21/06 16:32:11 (18 years ago)
Author:
pinsard
Message:

add files for xxx documentation see mini_notice.html

Location:
trunk/SRC/Documentation/xmldoc
Files:
7 added
5 edited

Legend:

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

    r140 r144  
    159159<dl> 
    160160<dt><span class="term"><span class= 
    161 "bold"><strong>IDRIS</strong></span>&gt;</span></dt> 
     161"bold"><strong>IDRIS</strong></span></span></dt> 
    162162<dd> 
    163163<pre class="screen"> 
     
    219219</div> 
    220220<p>The <span class="bold"><strong>complete</strong></span> latest 
    221 revision (source + tests data files: 779 Mb) can be checked out 
     221revision (source + tests data files: 780 Mb) can be checked out 
    222222with the following command executed in your <code class= 
    223223"envar">${HOME}</code>:</p> 
     
    261261</div> 
    262262</div> 
    263 <p><span class="bold"><strong>Contributors</strong></span>&gt; 
    264 should better use the following command (and replace login by your 
    265 own login):</p> 
     263<p><span class="bold"><strong>Contributors</strong></span> should 
     264better use the following command (and replace login by your own 
     265login):</p> 
    266266<pre class="screen"> 
    267267  <code class="prompt">$</code> <strong class= 
     
    528528</div> 
    529529</div> 
    530 <p>You are now ready to do your <a href="firststeps.html" target= 
    531 "_top">First steps with SAXO</a>.</p> 
     530<p>You are now ready to do your <a href= 
     531"firststeps.html?format=raw" target="_top">First steps with 
     532SAXO</a>.</p> 
    532533</div> 
    533534</div> 
  • trunk/SRC/Documentation/xmldoc/getsaxo.xml

    r139 r144  
    9090        If you can access one of theses directories, there is no need to re-install <application>SAXO</application> again! In that case, you only have to link <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> to the appropriate directory: 
    9191        <variablelist> 
    92           <varlistentry><term><emphasis role="bold">IDRIS</emphasis>></term> 
     92          <varlistentry><term><emphasis role="bold">IDRIS</emphasis></term> 
    9393          <listitem><screen> 
    9494  <prompt>$</prompt> <userinput><command>ln</command> <option>-s</option> <parameter>/home/rech/eee/reee217/SAXO_DIR</parameter> <parameter><envar>${HOME}</envar>/SAXO_DIR</parameter></userinput> 
     
    148148        </title> 
    149149      <para> 
    150         <emphasis role="bold">Contributors</emphasis>> should better use the following command (and replace login by your own login): 
     150        <emphasis role="bold">Contributors</emphasis> should better use the following command (and replace login by your own login): 
    151151        <screen  format="linespecific"> 
    152152  <prompt>$</prompt> <userinput><command>svn</command> <option>checkout</option> <parameter>svn+ssh://<replaceable>login</replaceable>@forge.ipsl.jussieu.fr/ipsl/forge/projets/saxo/svn/trunk/</parameter> <parameter>SAXO_DIR</parameter></userinput> 
     
    341341<para> 
    342342You are now ready to do your  
    343 <ulink url="firststeps.html">First steps with SAXO</ulink>. 
     343<ulink url="firststeps.html?format=raw">First steps with SAXO</ulink>. 
    344344</para> 
    345345</sect1> 
  • trunk/SRC/Documentation/xmldoc/makehtml.sh

    r139 r144  
    88# released on 1 September 2005) doesn't handle carriage returns 
    99# 
     10# fplod 2006-07-21T08:25:05Z aedon.locean-ipsl.upmc.fr (Darwin) 
     11# add prerequisites for mini_notice production 
    1012# fplod 2006-07-12T11:57:24Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1113# add style.css 
     
    8587      sed -e "s/\(^.* THEN \)\(.*\)\( = \)\(.*\)/<row><entry colname='old'><varname>\2<\/varname><\/entry> <entry colname='new'><varname>\4<\/varname><\/entry><\/row>/" > /tmp/rowscm.xml 
    8688   ;; 
     89   mini_notice) 
     90      # production of images with frames and callouts 
     91      ./forxxxdoc.sh 1 
     92      ./forxxxdoc.sh 2 
     93   ;; 
    8794   *) 
    88       echo "iii : no ndate determination needed" 
     95      echo "iii : no prerequisites needed" 
    8996   ;; 
    9097esac 
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r142 r144  
    1 #!/bin/bash -x 
     1#!/bin/bash 
    22#  
    33# update : 
    44# $Id$ 
     5# fplod 2006-07-21T08:23:52Z aedon.locean-ipsl.upmc.fr (Darwin) 
     6# add mini_notice production 
    57# fplod 2006-07-11T08:26:05Z aedon.locean-ipsl.upmc.fr (Darwin) 
    68# commented tidy in dohtml section is moved in makehtml 
     
    149151# 
    150152    cd ${memopwd} 
    151     for docxml in firststeps.xml getsaxo.xml mailing.xml main.xml tiplink.xml updatesaxo.xml whatissaxo.xml whatsnew.xml 
     153    for docxml in firststeps.xml getsaxo.xml mailing.xml main.xml tiplink.xml updatesaxo.xml whatissaxo.xml whatsnew.xml infoupdatekwd.xml infoupdatecm.xml mini_notice.xml 
    152154    do 
    153155      ./makehtml.sh $(basename ${docxml} .xml) 
  • trunk/SRC/Documentation/xmldoc/saxo.css

    r139 r144  
    77update : 
    88$Id$ 
     9fplod 2006-07-20T14:03:51Z aedon.locean-ipsl.upmc.fr (Darwin) 
     10add style for gui* moche mais c'est juste pour voir 
    911*/ 
    1012 
     
    1416    background-color: #98fb98; 
    1517    font-style: italic; } 
     18 
     19*[class~="guimenu"] { 
     20    background-color: #green; 
     21    font-weight: bold; 
     22    font-style: italic; } 
     23*[class~="guisubmenu"] { 
     24    background-color: #yellow; 
     25    font-weight: bold; 
     26    font-style: italic; } 
     27*[class~="guibutton"] { 
     28    background-color: #cyan; 
     29    font-weight: bold; 
     30    font-style: italic; } 
Note: See TracChangeset for help on using the changeset viewer.