Ignore:
Timestamp:
07/12/06 18:08:41 (18 years ago)
Author:
pinsard
Message:

modification of some .xml (add Id, aspell checking), add style.css file and titlepage technique

File:
1 edited

Legend:

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

    r123 r139  
    66]> 
    77<!-- 
    8 update : 
    9 $Id$ 
    108--> 
    11  
    12  
    139<article lang="en"> 
    1410  <title> 
     
    1814  <articleinfo> 
    1915    <authorgroup> 
    20       <author><firstname>Sébastien</firstname><surname>Masson</surname><email>smasson_at_locean-ipsl.upmc.fr</email></author> 
    21       <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>fplod_at_locean-ipsl.upmc.fr</email></author> 
     16      <author><firstname>Sébastien</firstname><surname>Masson</surname><email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
     17      <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    2218    </authorgroup> 
    2319    <keywordset> 
     
    3228      </revision> 
    3329    </revhistory>   
     30   <pubdate>$Id$</pubdate> 
    3431  </articleinfo> 
    3532 
     
    4441      We need to create 2 directories: 
    4542      <itemizedlist> 
    46         <listitem><simpara><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> that will contain the source files of <application>SAXO</application>. It should not be modified by the user to simplify later updates</simpara></listitem> 
    47         <listitem><simpara><filename class='directory'><envar>${HOME}</envar>/My_IDL</filename> that will contain user personal files (including modified <application>SAXO</application> files, if needed).</simpara></listitem> 
     43        <listitem> 
     44         <simpara><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> that will contain the source files of <application>SAXO</application>. It should not be modified by the user to simplify later updates 
     45         </simpara> 
     46        </listitem> 
     47        <listitem> 
     48         <simpara><filename class='directory'><envar>${HOME}</envar>/My_IDL</filename> that will contain user personal files (including modified <application>SAXO</application> files, if needed). 
     49         </simpara> 
     50       </listitem> 
    4851      </itemizedlist> 
    4952    </para> 
     
    7275        <application>SAXO</application> is already installed at 
    7376        <itemizedlist> 
    74           <listitem><simpara>IDRIS, on rhodes: <filename class='directory'>/home/rech/eee/reee217/SAXO_DIR</filename></simpara></listitem> 
    75           <listitem><simpara>IPSL: <filename class='directory'>/home/smlod/SAXO_DIR</filename></simpara></listitem> 
    76           <listitem><simpara>LOCEAN: <filename class='directory'>/usr/home/smasson/SAXO_DIR</filename></simpara></listitem> 
     77          <listitem> 
     78           <simpara>IDRIS, on <systemitem class="systemname">rhodes</systemitem>: <filename class='directory'>/home/rech/eee/reee217/SAXO_DIR</filename> 
     79           </simpara> 
     80          </listitem> 
     81          <listitem> 
     82           <simpara>IPSL: <filename class='directory'>/home/smlod/SAXO_DIR</filename> 
     83           </simpara> 
     84          </listitem> 
     85          <listitem> 
     86           <simpara>LOCEAN: <filename class='directory'>/usr/home/smasson/SAXO_DIR</filename> 
     87           </simpara> 
     88         </listitem> 
    7789        </itemizedlist> 
    7890        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: 
    7991        <variablelist> 
    80           <varlistentry><term><command>IDRIS</command></term> 
     92          <varlistentry><term><emphasis role="bold">IDRIS</emphasis>></term> 
    8193          <listitem><screen> 
    8294  <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> 
    83           </screen></listitem> 
    84           </varlistentry> 
    85           <varlistentry><term><command>IPSL</command></term> 
     95          </screen> 
     96         </listitem> 
     97          </varlistentry> 
     98          <varlistentry><term><emphasis role="bold">IPSL</emphasis></term> 
    8699          <listitem><screen> 
    87100  <prompt>$</prompt> <userinput><command>ln</command> <option>-s</option> <parameter>/home/smlod/SAXO_DIR</parameter> <parameter><envar>${HOME}</envar>/SAXO_DIR</parameter></userinput> 
    88           </screen></listitem> 
    89           </varlistentry> 
    90           <varlistentry><term><command>LOCEAN</command></term> 
     101          </screen> 
     102           </listitem> 
     103          </varlistentry> 
     104          <varlistentry><term><emphasis role="bold">LOCEAN</emphasis></term> 
    91105          <listitem><screen> 
    92106  <prompt>$</prompt> <userinput><command>ln</command> <option>-s</option> <parameter>/usr/home/smasson/SAXO_DIR</parameter> <parameter><envar>${HOME}</envar>/SAXO_DIR</parameter></userinput> 
    93           </screen></listitem> 
     107          </screen> 
     108           </listitem> 
    94109          </varlistentry> 
    95110        </variablelist> 
     
    115130      </para> 
    116131      <para> 
    117         The latest revision of the <command>source files</command> (&szsrcsvn; Mb) can be checked out with the following command: 
     132        The latest revision of the <emphasis role="bold">source files</emphasis> (&szsrcsvn; Mb) can be checked out with the following command: 
    118133        <screen format="linespecific"> 
    119134  <prompt>$</prompt> <userinput><command>svn</command> <option>checkout</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/svn/trunk/SRC</parameter> <parameter>SAXO_DIR/SRC</parameter></userinput> 
     
    121136      </para> 
    122137      <para> 
    123         The latest revision of the <command>NetCDF data files</command> (&szdatasvn; Mb) used by the test programs can be checked out with the following command: 
     138        The latest revision of the <emphasis role="bold">NetCDF data files</emphasis> (&szdatasvn; Mb) used by the test programs can be checked out with the following command: 
    124139        <screen format="linespecific"> 
    125140  <prompt>$</prompt> <userinput><command>svn</command> <option>checkout</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/svn/trunk/DATA</parameter> <parameter>SAXO_DIR/DATA</parameter></userinput> 
     
    133148        </title> 
    134149      <para> 
    135         <command>Contributors</command> 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): 
    136151        <screen  format="linespecific"> 
    137152  <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> 
     
    164179          <listitem><screen> 
    165180  <prompt>$</prompt> <userinput><command>wget</command> <parameter>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_&date;.tar.gz</parameter></userinput> 
    166           </screen></listitem> 
     181          </screen> 
     182           </listitem> 
    167183          </varlistentry> 
    168184          <varlistentry><term><command>curl</command></term> 
    169185          <listitem><screen> 
    170186  <prompt>$</prompt> <userinput><command>curl</command> <option>-O</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_&date;.tar.gz</parameter></userinput> 
    171           </screen></listitem> 
     187          </screen> 
     188           </listitem> 
    172189          </varlistentry> 
    173190        </variablelist>  
     
    189206        If you want to use the tests programs, you need to download the data tests files (<filename>SAXO_DATA_&date2;.tar.gz</filename>), You may download theses files in  
    190207        <itemizedlist> 
    191           <listitem><simpara><filename class='directory'><envar>${HOME}</envar>/My_IDL</filename>. This is the easiest solution but it could be inconvenient if your <envar>${HOME}</envar> disk space is limited.</simpara></listitem> 
    192           <listitem><simpara>any other Directory of your choice. In that case, when using IDL, you will need to define the variable <varname>iodir</varname> to the Directory you choose in order to let IDL find the data tests files. This can be done either through the init.pro file (see <link linkend="generate_init"><xref linkend="generate_init"/></link>) or directly within IDL with the following command: <prompt>&promptidl;</prompt> <userinput><command>iodir = <replaceable>the chosen directory</replaceable></command></userinput></simpara></listitem> 
     208          <listitem> 
     209           <simpara><filename class='directory'><envar>${HOME}</envar>/My_IDL</filename>. This is the easiest solution but it could be inconvenient if your <envar>${HOME}</envar> disk space is limited. 
     210           </simpara> 
     211          </listitem> 
     212          <listitem> 
     213           <simpara>any other Directory of your choice. In that case, when using IDL, you will need to define the variable <varname>iodir</varname> to the Directory you choose in order to let IDL find the data tests files. This can be done either through the <filename>init.pro</filename> file (see <xref linkend="generate_init"/>) or directly within IDL with the following command: <prompt>&promptidl;</prompt> <userinput><command>iodir = <replaceable>the chosen directory</replaceable></command></userinput> 
     214           </simpara> 
     215          </listitem> 
    193216        </itemizedlist> 
    194217        <screen format="linespecific"> 
     
    203226          <listitem><screen> 
    204227  <prompt>$</prompt> <userinput><command>wget</command> <parameter>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_DATA_&date2;.tar.gz</parameter></userinput> 
    205           </screen></listitem> 
     228          </screen> 
     229           </listitem> 
    206230          </varlistentry> 
    207231          <varlistentry><term><command>curl</command></term> 
    208232          <listitem><screen> 
    209233  <prompt>$</prompt> <userinput><command>curl</command> <option>-O</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_DATA_&date2;.tar.gz</parameter></userinput> 
    210           </screen></listitem> 
     234          </screen> 
     235            </listitem> 
    211236          </varlistentry> 
    212237        </variablelist> 
     
    225250      <para> 
    226251        <screen format="linespecific"> 
    227   <prompt>$</prompt> <userinput><command>cd <envar>${HOME}</envar>/SAXO_DIR/SRC</command></userinput> 
     252  <prompt>$</prompt> <userinput><command>cd</command> <parameter><envar>${HOME}</envar>/SAXO_DIR/SRC</parameter></userinput> 
    228253  <prompt>$</prompt> <userinput><command>idl</command></userinput> 
    229254  <computeroutput>IDL Version 6.0, Mac OS X (darwin ppc m32). (c) 2003, Research Systems, Inc.</computeroutput> 
     
    239264<!--    <itemizedlist mark='opencircle'> --> 
    240265        <itemizedlist> 
    241           <listitem><simpara>give the path of <filename class='directory'><envar>${HOME}</envar>/My_IDL</filename></simpara></listitem> 
    242           <listitem><simpara>give the path of <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename></simpara></listitem> 
    243           <listitem><simpara>compatibility with the old version: No (except if you want to use old programs)</simpara></listitem> 
    244           <listitem><simpara>give a default path for the data directory</simpara></listitem> 
    245           <listitem><simpara>give a default path for the postscript directory</simpara></listitem> 
    246           <listitem><simpara>give a default path for the images directory</simpara></listitem> 
    247           <listitem><simpara>give a default path for the animation directory</simpara></listitem> 
    248           <listitem><simpara>number of accessible printer and their configuration</simpara></listitem> 
    249           <listitem><simpara>default color table</simpara></listitem> 
    250           <listitem><simpara>default page orientation (portrait/landscape)</simpara></listitem> 
    251           <listitem><simpara>default page size</simpara></listitem> 
    252           <listitem><simpara>default window size</simpara></listitem> 
    253           <listitem><simpara>postscript archiving options</simpara></listitem> 
    254           <listitem><simpara>name of the init file (<filename>init.pro</filename>)</simpara></listitem> 
     266          <listitem> 
     267           <simpara>give the path of <filename class='directory'><envar>${HOME}</envar>/My_IDL</filename> 
     268           </simpara> 
     269          </listitem> 
     270          <listitem> 
     271           <simpara>give the path of <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> 
     272           </simpara> 
     273          </listitem> 
     274          <listitem> 
     275           <simpara>compatibility with the old version: No (except if you want to use old programs) 
     276           </simpara> 
     277          </listitem> 
     278          <listitem> 
     279           <simpara>give a default path for the data directory 
     280           </simpara> 
     281          </listitem> 
     282          <listitem> 
     283           <simpara>give a default path for the postscript directory 
     284           </simpara> 
     285          </listitem> 
     286          <listitem> 
     287           <simpara>give a default path for the images directory 
     288           </simpara> 
     289          </listitem> 
     290          <listitem> 
     291           <simpara>give a default path for the animation directory 
     292           </simpara> 
     293          </listitem> 
     294          <listitem> 
     295           <simpara>number of accessible printer and their configuration 
     296           </simpara> 
     297          </listitem> 
     298          <listitem> 
     299           <simpara>default color table 
     300           </simpara> 
     301          </listitem> 
     302          <listitem> 
     303           <simpara>default page orientation (portrait/landscape) 
     304           </simpara> 
     305          </listitem> 
     306          <listitem> 
     307           <simpara>default page size 
     308           </simpara> 
     309          </listitem> 
     310          <listitem> 
     311           <simpara>default window size 
     312           </simpara> 
     313          </listitem> 
     314          <listitem> 
     315           <simpara>postscript archiving options 
     316           </simpara> 
     317          </listitem> 
     318          <listitem> 
     319           <simpara>name of the init file (<filename>init.pro</filename>) 
     320           </simpara> 
     321          </listitem> 
    255322        </itemizedlist> 
    256323        <screen format="linespecific"> 
     
    270337      </para> 
    271338    </sect1> 
     339<sect1 id="aftergetsaxo"> 
     340<title>After this</title> 
     341<para> 
     342You are now ready to do your  
     343<ulink url="firststeps.html">First steps with SAXO</ulink>. 
     344</para> 
     345</sect1> 
    272346</article> 
Note: See TracChangeset for help on using the changeset viewer.