Changeset 164


Ignore:
Timestamp:
08/29/06 16:22:10 (18 years ago)
Author:
pinsard
Message:

main documentation now use whatissaxo documentation using xmllint --xinclude

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

Legend:

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

    r162 r164  
    8484</div> 
    8585</div> 
    86 <p>SAXO is a package (~400 routines, ~60 000 code lines) used to 
    87 easily and quickly visualize and analyze models outputs or data 
    88 observations. It is based on <a href="http://www.ittvis.com/idl/" 
    89 target="_top"><span class="trademark">IDL</span>&trade;</a> and 
    90 contains a Graphic User Interface. Developed in collaboration with 
    91 <a href="http://www.lodyc.jussieu.fr/" target="_top">LOCEAN</a> 
     86<p><a name="whatissaxo_for_main" id="whatissaxo_for_main"></a> SAXO 
     87is a package (~400 routines, ~60 000 code lines) used to easily and 
     88quickly visualize and analyze models outputs or data observations. 
     89It is based on <a href="http://www.ittvis.com/idl/" target= 
     90"_top"><span class="trademark">IDL</span>&trade;</a> and contains a 
     91Graphic User Interface. Developed in collaboration with <a href= 
     92"http://www.lodyc.jussieu.fr/" target="_top">LOCEAN</a> 
    9293researchers, it allows to explore four dimension data which may be 
    9394gridded or irregularly spaced. It is particularly adapted to the 
     
    9697addition to graphical procedures, interpolation modules and other 
    9798things..., it contains a set of programs dedicated to oceanographic 
    98 diagnostics. <a href="whatissaxo.html?format=raw" target= 
     99diagnostics.</p> 
     100<p><a href="whatissaxo.html?format=raw" target= 
    99101"_top">More...</a></p> 
    100102</div> 
  • trunk/SRC/Documentation/xmldoc/main.xml

    r161 r164  
    3232<sect1 id="whatissaxo"> 
    3333<title>What is SAXO</title> 
     34<xi:include href="./whatissaxo.xml" 
     35                 xpointer="whatissaxo_for_main"  
     36                 parse="xml" 
     37      xmlns:xi="http://www.w3.org/2001/XInclude"/> 
     38<!-- je n'arrive pas à faire fonctionner la syntaxe xpath suivante comme dans 
     39http://www.zvon.org/xxl/XIncludeTutorial/Output/example12.html 
     40 
     41<xi:include href="./whatissaxo.xml" 
     42                 xpointer="element(/article/sect[1]/p[1])"  
     43                 parse="xml" 
     44      xmlns:xi="http://www.w3.org/2001/XInclude"/> 
     45--> 
     46 
    3447<para> 
    35 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 <ulink url="http://www.ittvis.com/idl/"><trademark>IDL</trademark></ulink> and contains a Graphic User Interface. Developed in collaboration with <ulink url="http://www.lodyc.jussieu.fr/">LOCEAN</ulink> 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 <ulink url="http://www.lodyc.jussieu.fr/NEMO/">NEMO</ulink>. In addition to graphical procedures, interpolation modules and other things..., it contains a set of programs dedicated to oceanographic diagnostics. <ulink url="../../saxo/browser/trunk/SRC/Documentation/xmldoc/whatissaxo.html?format=raw">More...</ulink>  
     48<ulink url="../../saxo/browser/trunk/SRC/Documentation/xmldoc/whatissaxo.html?format=raw">More...</ulink>  
    3649</para> 
    3750</sect1> 
  • trunk/SRC/Documentation/xmldoc/makehtml.sh

    r161 r164  
    88# released on 1 September 2005) doesn't handle carriage returns 
    99# 
     10# fplod 2006-08-29T14:01:11Z aedon.locean-ipsl.upmc.fr (Darwin) 
     11# add main which needs xmllint processing to resolve xinclude 
    1012# fplod 2006-08-18T13:38:31Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1113# add faqsaxo which needs xmllint processing to resolve xinclude 
     
    256258      /bin/rm /tmp/rowscm.xml 
    257259   ;; 
    258    faqsaxo) 
     260   faqsaxo|main) 
    259261      # resolve xinclude  
    260262      xmllint --xinclude \ 
  • trunk/SRC/Documentation/xmldoc/whatissaxo.html

    r140 r164  
    5252<td align="left" colspan="2">First draft</td> 
    5353</tr> 
     54<tr> 
     55<td align="left">Revision 0.1</td> 
     56<td align="left">August 2006</td> 
     57</tr> 
     58<tr> 
     59<td align="left" colspan="2">add introduction (previously in 
     60main.xml)</td> 
     61</tr> 
    5462</table> 
    5563</div> 
     
    6068<p><b>Table of Contents</b></p> 
    6169<dl> 
    62 <dt><span class="sect1"><a href="#prerequisites">1. 
     70<dt><span class="sect1"><a href="#whatissaxo">1. What is 
     71SAXO</a></span></dt> 
     72<dt><span class="sect1"><a href="#prerequisites">2. 
    6373Prerequisites</a></span></dt> 
    64 <dt><span class="sect1"><a href="#include">2. 
     74<dt><span class="sect1"><a href="#include">3. 
    6575Include</a></span></dt> 
    6676</dl> 
     
    7080<div> 
    7181<div> 
     82<h2 class="title" style="clear: both"><a name="whatissaxo" id= 
     83"whatissaxo"></a>1.&nbsp;What is SAXO</h2> 
     84</div> 
     85</div> 
     86</div> 
     87<p><a name="whatissaxo_for_main" id="whatissaxo_for_main"></a> SAXO 
     88is a package (~400 routines, ~60 000 code lines) used to easily and 
     89quickly visualize and analyze models outputs or data observations. 
     90It is based on <a href="http://www.ittvis.com/idl/" target= 
     91"_top"><span class="trademark">IDL</span>&trade;</a> and contains a 
     92Graphic User Interface. Developed in collaboration with <a href= 
     93"http://www.lodyc.jussieu.fr/" target="_top">LOCEAN</a> 
     94researchers, it allows to explore four dimension data which may be 
     95gridded or irregularly spaced. It is particularly adapted to the 
     96"Arakawa C grid" discretization used in <a href= 
     97"http://www.lodyc.jussieu.fr/NEMO/" target="_top">NEMO</a>. In 
     98addition to graphical procedures, interpolation modules and other 
     99things..., it contains a set of programs dedicated to oceanographic 
     100diagnostics.</p> 
     101</div> 
     102<div class="sect1" lang="en"> 
     103<div class="titlepage"> 
     104<div> 
     105<div> 
    72106<h2 class="title" style="clear: both"><a name="prerequisites" id= 
    73 "prerequisites"></a>1.&nbsp;Prerequisites</h2> 
     107"prerequisites"></a>2.&nbsp;Prerequisites</h2> 
    74108</div> 
    75109</div> 
     
    88122<div> 
    89123<h2 class="title" style="clear: both"><a name="include" id= 
    90 "include"></a>2.&nbsp;Include</h2> 
     124"include"></a>3.&nbsp;Include</h2> 
    91125</div> 
    92126</div> 
  • trunk/SRC/Documentation/xmldoc/whatissaxo.xml

    r139 r164  
    11<?xml version='1.0' encoding='iso-8859-1'?> 
    22<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
    3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"  
     3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 
    44[]> 
    55<!-- 
     
    2222        <revremark>First draft</revremark> 
    2323      </revision> 
    24     </revhistory>   
     24      <revision> 
     25        <revnumber>0.1</revnumber> 
     26        <date>August 2006</date> 
     27        <revremark>add introduction (previously in main.xml)</revremark> 
     28      </revision> 
     29    </revhistory> 
    2530    <pubdate>$Id$</pubdate> 
    2631  </articleinfo> 
     32 
     33<sect1 id="whatissaxo"> 
     34<title>What is SAXO</title> 
     35<para id="whatissaxo_for_main"> 
     36SAXO is a package (~400 routines, ~60 000 code lines) used to easily and quickly visualize and analyze models outputs or data observations. 
     37It is based on <ulink url="http://www.ittvis.com/idl/"><trademark>IDL</trademark></ulink> and contains a Graphic User Interface. 
     38Developed in collaboration with <ulink url="http://www.lodyc.jussieu.fr/">LOCEAN</ulink> researchers, it allows to explore four dimension data which may be gridded or irregularly spaced. 
     39It is particularly adapted to the "Arakawa C grid" discretization used in <ulink url="http://www.lodyc.jussieu.fr/NEMO/">NEMO</ulink>. 
     40In addition to graphical procedures, interpolation modules and other things..., it contains a set of programs dedicated to oceanographic diagnostics. 
     41</para> 
     42</sect1> 
    2743 
    2844<sect1 id="prerequisites"> 
Note: See TracChangeset for help on using the changeset viewer.