Changeset 139


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

Location:
trunk/SRC/Documentation/xmldoc
Files:
3 added
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/all_plots_docbook.xsl

    • Property svn:keywords set to Id
  • trunk/SRC/Documentation/xmldoc/firststeps.xml

    r123 r139  
    2525 
    2626source : 
    27 $HeadURL: svn+ssh://pinsard@forge.ipsl.jussieu.fr/ipsl/forge/projets/saxo/svn/trunk/SRC/Documentation/xmldoc/firststeps.xml $ 
    28  
    29 update : 
    30 $Id$ 
     27./SRC/Documentation/xmldoc/firststeps.xml 
    3128 
    3229--> 
     
    3835  <articleinfo> 
    3936    <authorgroup> 
    40       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     37      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
    4138      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    4239    </authorgroup> 
     
    6259      </revision> 
    6360     </revhistory>   
     61     <pubdate>$Id$</pubdate> 
    6462  </articleinfo> 
    6563   
    6664 
    6765   
     66<sect1 id="beforefirststeps"> 
     67<title>Before this</title> 
     68<para> 
     69In this document, we supposed that you followed <ulink url="getsaxo.html">Get SAXO</ulink> recommandations.  
     70</para> 
     71</sect1> 
     72 
    6873  <sect1 id="first_plots"> 
    6974    <title> 
  • 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> 
  • trunk/SRC/Documentation/xmldoc/infoupdatecm.xml

    r123 r139  
    44[]> 
    55<!-- 
    6 update : 
    7 $Id$ 
    86--> 
    97<article> 
     
    119  <articleinfo> 
    1210    <authorgroup> 
    13       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     11      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
    1412      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1513    </authorgroup> 
     
    2523      </revision> 
    2624    </revhistory>   
     25    <pubdate>$Id$</pubdate> 
    2726  </articleinfo> 
    2827 
  • trunk/SRC/Documentation/xmldoc/infoupdatekwd.xml

    r123 r139  
    44[]> 
    55<!-- 
    6 update : 
    7 $Id$ 
    86--> 
    97<article> 
     
    119  <articleinfo> 
    1210    <authorgroup> 
    13       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     11      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
    1412      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1513    </authorgroup> 
     
    2523      </revision> 
    2624    </revhistory>   
     25    <pubdate>$Id$</pubdate> 
    2726  </articleinfo> 
    2827 
  • trunk/SRC/Documentation/xmldoc/mailing.xml

    r123 r139  
    44[]> 
    55<!-- 
    6 update : 
    7 $Id$ 
    86--> 
    97<article> 
     
    119  <articleinfo> 
    1210    <authorgroup> 
    13       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     11      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
    1412      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1513    </authorgroup> 
     
    2523      </revision> 
    2624    </revhistory>   
     25    <pubdate>$Id$</pubdate> 
    2726  </articleinfo> 
    2827 
  • trunk/SRC/Documentation/xmldoc/main.xml

    r123 r139  
    55<article> 
    66<!-- 
    7 update : 
    8 $Id$ 
    97--> 
    108<!-- 
     
    1412  <articleinfo> 
    1513    <authorgroup> 
    16       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     14      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
    1715      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1816    </authorgroup> 
     
    2826      </revision> 
    2927    </revhistory>   
     28    <pubdate>$Id$</pubdate> 
    3029  </articleinfo> 
    3130 
  • trunk/SRC/Documentation/xmldoc/makehtml.sh

    r123 r139  
    33# update :  
    44# $Id$ 
     5# 
     6# ++ one day we can add accessibility check with tidy with -access 3 
     7# diagnostics are not so good so far because tidy (HTML Tidy for Mac OS X  
     8# released on 1 September 2005) doesn't handle carriage returns 
     9# 
     10# fplod 2006-07-12T11:57:24Z aedon.locean-ipsl.upmc.fr (Darwin) 
     11# add style.css 
     12# fplod 2006-07-11T08:25:30Z aedon.locean-ipsl.upmc.fr (Darwin) 
     13# use of tidy and titlepage.saxo.xml 
     14# replace /sw/share/xml/xsl/docbook-xsl/html/docbook.xsl  
     15# by saxo_html.xsl 
    516# fplod 2006-07-05T13:18:56Z aedon.locean-ipsl.upmc.fr (Darwin) 
    617# add infoupdatecm 
     
    181192## 
    182193cd .. # ie <working space of saxo>/SRC/Documentation/xmldoc 
    183  
     194# 
     195# production of titlepage.saxo.xsl 
     196#  
     197# si pb reseau remplacer sur mac par la ligne suivante 
     198titlepagexsl=http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl 
     199titlepagexsl=/sw/share/xml/xsl/docbook-xsl/template/titlepage.xsl 
     200# 
     201xsltproc \ 
     202--xinclude \ 
     203-o titlepage.saxo.xsl \ 
     204${titlepagexsl} \ 
     205titlepage.saxo.xml 
     206# 
    184207case "${1}" in 
    185208   getsaxo) 
     
    234257/sw/share/xml/xsl/docbook-xsl/extensions/saxon653.jar" 
    235258export CLASSPATH 
    236 #java  com.icl.saxon.StyleSheet  \ 
    237 #    -o ${1}.html ${1}.xml  \ 
    238 #    /sw/share/xml/xsl/docbook-xsl/html/docbook.xsl  \ 
    239 #    use.extensions=1 section.autolabel=1 html.stylesheet="saxo.css" css.decoration=1 
    240 # 
    241 #    callout.graphics.path="/sw/share/xml/xsl/docbook-xsl/images/callouts/" 
    242  
    243 java  com.icl.saxon.StyleSheet -o ${1}.html ${1}_${$}.xml  \ 
    244     /sw/share/xml/xsl/docbook-xsl/html/docbook.xsl  \ 
    245    section.autolabel=1 html.stylesheet="saxo.css" css.decoration=1 
    246  
     259# 
     260java com.icl.saxon.StyleSheet -o ${1}.html ${1}_${$}.xml  \ 
     261saxo_html.xsl \ 
     262section.autolabel=1 html.stylesheet="style.css saxo.css" css.decoration=1 \ 
     263callout.graphics.extension=".png" \ 
     264callout.graphics="1" \ 
     265callout.graphics.path="images/callouts/" \ 
     266use.extensions=1 \ 
     267callouts.extension=1 
     268# 
    247269case "${1}" in 
    248270   firststeps) 
    249       java  com.icl.saxon.StyleSheet -o all_plots_${$}.xml ${1}_${$}.xml  \ 
     271      java com.icl.saxon.StyleSheet -o all_plots_${$}.xml ${1}_${$}.xml  \ 
    250272      all_plots_docbook.xsl 
    251273      java com.icl.saxon.StyleSheet -o all_plots.html all_plots_${$}.xml  \ 
    252       /sw/share/xml/xsl/docbook-xsl/html/docbook.xsl \ 
    253       section.autolabel=1 html.stylesheet="saxo.css" css.decoration=1 
     274      saxo_html.xsl \ 
     275      section.autolabel=1 html.stylesheet="style.css saxo.css" css.decoration=1 
    254276      rm -f all_plots_${$}.xml 
    255277# not very nice... but useful !! 
     
    265287   ;; 
    266288esac 
     289#  
     290# use of tidy to have a W3C compliant html file 
     291tidy -m ${1}.html 
     292# 
     293# clean 
    267294rm -f ${1}_${$}.xml 
     295rm titlepage.saxo.xsl 
     296# 
     297# exit 
     298exit 0 
  • trunk/SRC/Documentation/xmldoc/saxo.css

    r123 r139  
    11/* 
     2This CSS file contains specific choices of look and feel of SAXO  
     3documentation. 
     4One can overwrite here choices made in style.css (a quiet beautifull 
     5CSS configuration set for dookbook found on the web 
     6 
    27update : 
    38$Id$ 
    49*/ 
    5 .screen         { background-color: lavender} 
     10 
     11.screen         { background-color: lavender} /* Seb loves this color ! */ 
     12 
     13*[class~="replaceable"] { 
     14    background-color: #98fb98; 
     15    font-style: italic; } 
  • trunk/SRC/Documentation/xmldoc/tiplink.xml

    r123 r139  
    44[]> 
    55<!-- 
    6 update : 
    7 $Id$ 
    86--> 
    97 
     
    1210  <articleinfo> 
    1311    <authorgroup> 
    14       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     12      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
    1513      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1614    </authorgroup> 
     
    2624      </revision> 
    2725    </revhistory>   
     26    <pubdate>$Id$</pubdate> 
    2827  </articleinfo> 
    2928 
  • trunk/SRC/Documentation/xmldoc/updatesaxo.xml

    r123 r139  
    55]> 
    66<!-- 
    7 update : 
    8 $Id$ 
    97--> 
    10  
    11  
    128<article lang="en"> 
    139  <title> 
     
    1713  <articleinfo> 
    1814    <authorgroup> 
    19       <author><firstname>Sébastien</firstname><surname>Masson</surname><email>smasson_at_locean-ipsl.upmc.fr</email></author> 
    20       <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>fplod_at_locean-ipsl.upmc.fr</email></author> 
     15      <author><firstname>Sébastien</firstname><surname>Masson</surname><email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
     16      <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    2117    </authorgroup> 
    2218    <keywordset> 
     
    3127      </revision> 
    3228    </revhistory>   
     29    <pubdate>$Id$</pubdate> 
    3330  </articleinfo> 
    3431 
  • trunk/SRC/Documentation/xmldoc/whatissaxo.xml

    r123 r139  
    44[]> 
    55<!-- 
    6 update : 
    7 $Id$ 
    86--> 
    97<article> 
     
    119  <articleinfo> 
    1210    <authorgroup> 
    13       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     11      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
    1412      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1513    </authorgroup> 
     
    2523      </revision> 
    2624    </revhistory>   
     25    <pubdate>$Id$</pubdate> 
    2726  </articleinfo> 
    2827 
  • trunk/SRC/Documentation/xmldoc/whatsnew.xml

    r123 r139  
    44[]> 
    55<!-- 
    6 update : 
    7 $Id$ 
    86--> 
    97<article> 
     
    119  <articleinfo> 
    1210    <authorgroup> 
    13       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     11      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
    1412      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1513    </authorgroup> 
     
    3028      </revision> 
    3129    </revhistory>   
     30    <pubdate>$Id$</pubdate> 
    3231  </articleinfo> 
    3332 
Note: See TracChangeset for help on using the changeset viewer.