Ignore:
Timestamp:
07/05/06 17:01:30 (18 years ago)
Author:
pinsard
Message:

Add new documentations about evolution of commons (disseappeared, translated, transformed) see infoupdatecm;Add svn:keyword Id in Documentation/xmldoc/*.html, *.xml, *.sh and *.css; in savesaxo.sh modify *.html produced by idldoc to have preformated examples

Location:
trunk/SRC/Documentation/xmldoc
Files:
2 added
22 edited

Legend:

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

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

    • Property svn:executable deleted
    • Property svn:keywords set to Id
    r120 r123  
    6666   <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">plot, y</strong></span></code></strong> <a href="figpng/basic_plot.png?format=raw" target="_top"><span class="inlinemediaobject"><img src="images/showfig.png?format=raw" alt="show result"></span></a> 
    6767        </pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png?format=raw" alt="1" border="0"></td><td valign="top" align="left"><p> 
    68                 <span><strong class="command">findgen</strong></span> stands for <span><strong class="command">f</strong></span>loat <span><strong class="command">ind</strong></span>ex <span><strong class="command">gen</strong></span>erator.  
     68                <span><strong class="command">findgen</strong></span> stands for  
     69<span class="bold"><strong>f</strong></span>loat <span class="bold"><strong>ind</strong></span>ex <span class="bold"><strong>gen</strong></span>erator.  
    6970                </p><pre class="screen"> 
    7071  <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">print, findgen(6)</strong></span></code></strong> 
  • trunk/SRC/Documentation/xmldoc/firststeps.xml

    • Property svn:executable deleted
    • Property svn:keywords changed from Id HeadURL to Id
    r120 r123  
    2525 
    2626source : 
    27 $HeadURL$ 
     27$HeadURL: svn+ssh://pinsard@forge.ipsl.jussieu.fr/ipsl/forge/projets/saxo/svn/trunk/SRC/Documentation/xmldoc/firststeps.xml $ 
    2828 
    2929update : 
     
    137137            <callout arearefs="findgen"> 
    138138              <para> 
    139                 <command>findgen</command> stands for <command>f</command>loat <command>ind</command>ex <command>gen</command>erator.  
     139                <command>findgen</command> stands for  
     140<emphasis role="bold">f</emphasis>loat <emphasis role="bold">ind</emphasis>ex <emphasis role="bold">gen</emphasis>erator.  
    140141                <screen format="linespecific"> 
    141142  <prompt>&promptidl;</prompt> <userinput><command>print, findgen(6)</command></userinput> 
  • trunk/SRC/Documentation/xmldoc/getsaxo.html

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

    • Property svn:executable deleted
    • Property svn:keywords changed from Id HeadURL to Id
    r120 r123  
    44[ 
    55<!ENTITY promptidl "idl&gt;"> 
    6 <!ENTITY numb1 '<inlinemediaobject><imageobject><imagedata fileref="images/callouts/1.png" format="PNG"/></imageobject><textobject><phrase>1</phrase></textobject></inlinemediaobject>'> 
    7 <!ENTITY numb2 '<inlinemediaobject><imageobject><imagedata fileref="images/callouts/2.png" format="PNG"/></imageobject><textobject><phrase>2</phrase></textobject></inlinemediaobject>'> 
    8 <!ENTITY showfig '<inlinemediaobject><imageobject><imagedata fileref="images/showfig.png" format="PNG"/></imageobject><textobject><phrase>show result</phrase></textobject></inlinemediaobject>'> 
    96]> 
    107<!-- 
  • trunk/SRC/Documentation/xmldoc/infoupdatekwd.html

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

    • Property svn:keywords changed from Id HeadURL to Id
  • trunk/SRC/Documentation/xmldoc/mailing.html

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

    • Property svn:keywords changed from Id HeadURL to Id
  • trunk/SRC/Documentation/xmldoc/main.html

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

    • Property svn:keywords changed from Id HeadURL to Id
  • trunk/SRC/Documentation/xmldoc/makehtml.sh

    • Property svn:keywords set to Id
    r100 r123  
    11#!/bin/bash 
    22# 
     3# update :  
     4# $Id$ 
     5# fplod 2006-07-05T13:18:56Z aedon.locean-ipsl.upmc.fr (Darwin) 
     6# add infoupdatecm 
     7# add sort and varname in production of infoupdatekwd 
    38# fplod 2006-06-07T13:55:07Z aedon.locean-ipsl.upmc.fr (Darwin) 
    49# add infoupdatekwd 
     
    6166   infoupdatekwd) 
    6267      grep "^  old = \[old, .* new = \[new" ../../ForOldVersion/updatekwd.pro | \ 
    63       sed -e "s/\( old = \[old, '\)\(.*\)\('\] *& new = \[new, '\)\(.*\)\('\]\)/<row><entry colname='old'>\2<\/entry> <entry colname='new'>\4<\/entry><\/row>/" > /tmp/rows.xml 
     68        sort | \ 
     69      sed -e "s/\( old = \[old, '\)\(.*\)\('\] *& new = \[new, '\)\(.*\)\('\]\)/<row><entry colname='old'><varname>\2<\/varname><\/entry> <entry colname='new'><varname>\4<\/varname><\/entry><\/row>/" > /tmp/rowskwd.xml 
     70   ;; 
     71   infoupdatecm) 
     72      grep "IF NOT key_forgetold AND n_elements(" ../../ForOldVersion/updateold.pro | \ 
     73        sort | \ 
     74      sed -e "s/\(^.* THEN \)\(.*\)\( = \)\(.*\)/<row><entry colname='old'><varname>\2<\/varname><\/entry> <entry colname='new'><varname>\4<\/varname><\/entry><\/row>/" > /tmp/rowscm.xml 
    6475   ;; 
    6576   *) 
     
    204215   ;; 
    205216   infoupdatekwd) 
    206       sed -e "/-- rows from updatekwd.pro --/r /tmp/rows.xml" \ 
    207           ${1}.xml > ${1}_${$}.xml  
    208       /bin/rm /tmp/rows.xml 
     217      sed -e "/-- rows from updatekwd.pro --/r /tmp/rowskwd.xml" \ 
     218          ${1}.xml > ${1}_${$}.xml  
     219      /bin/rm /tmp/rowskwd.xml 
     220   ;; 
     221   infoupdatecm) 
     222      sed -e "/-- rows from updateold.pro --/r /tmp/rowscm.xml" \ 
     223          ${1}.xml > ${1}_${$}.xml  
     224      /bin/rm /tmp/rowscm.xml 
    209225   ;; 
    210226   *) 
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    • Property svn:keywords set to Id
    r120 r123  
    11#!/bin/bash 
    22#  
     3# update : 
     4# $Id$ 
     5# fplod 2006-07-04T13:09:19Z aedon.locean-ipsl.upmc.fr (Darwin) 
     6# for idldoc html output  
     7# because preformat option doesn't seem to work well 
     8# replace  
     9# div class="value" 
     10# by 
     11# div class="preformat" 
    312# fplod 2006-06-19T08:46:39Z aedon.locean-ipsl.upmc.fr (Darwin) 
    413# for idldoc html output  
     
    615#     -e 's/\(href=".*\)\(\.html\)\("\)/\1\2?format=raw\3/g' \ 
    716#     -e 's/\(href=".*\)\(\.html\)\(#.*"\)/\1\2?format=raw\3/g' \ 
    8 #     -e 's/\(src=".*\)\(\.htmal\)\("\)/\1\2?format=raw\3/g' \ 
     17#     -e 's/\(src=".*\)\(\.html\)\("\)/\1\2?format=raw\3/g' \ 
    918# by  
    1019# -e 's@\(href="[^.]*[^h]*[^t]*[^m]*[^l]*[^"]*\)\(\.html\)\("\)@\1\2?format=raw\3@g' \ 
     
    214223     -e 's@\(href="[^.]*[^h]*[^t]*[^m]*[^l]*[^"]*\)\(\.html\)\(#.*"\)@\1\2?format=raw\3@g' \ 
    215224     -e 's@\(src="[^.]*[^h]*[^t]*[^m]*[^l]*[^"]*\)\(\.html\)\("\)@\1\2?format=raw\3@g' \ 
     225     -e 's@<div class="value">@<div class="preformat">@' \ 
    216226     ${file_html} > ${file_html}_modify 
    217227     mv ${file_html}_modify ${file_html} 
  • trunk/SRC/Documentation/xmldoc/saxo.css

    • Property svn:executable deleted
    • Property svn:keywords set to Id
    r79 r123  
     1/* 
     2update : 
     3$Id$ 
     4*/ 
    15.screen         { background-color: lavender} 
  • trunk/SRC/Documentation/xmldoc/tiplink.html

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

    • Property svn:keywords changed from Id HeadURL to Id
  • trunk/SRC/Documentation/xmldoc/updatesaxo.html

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

    • Property svn:executable deleted
    • Property svn:keywords changed from Id HeadURL to Id
    r120 r123  
    33"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 
    44[ 
    5 <!ENTITY promptidl "idl&gt;"> 
    6 <!ENTITY numb1 '<inlinemediaobject><imageobject><imagedata fileref="images/callouts/1.png" format="PNG"/></imageobject><textobject><phrase>1</phrase></textobject></inlinemediaobject>'> 
    7 <!ENTITY numb2 '<inlinemediaobject><imageobject><imagedata fileref="images/callouts/2.png" format="PNG"/></imageobject><textobject><phrase>2</phrase></textobject></inlinemediaobject>'> 
    8 <!ENTITY showfig '<inlinemediaobject><imageobject><imagedata fileref="images/showfig.png" format="PNG"/></imageobject><textobject><phrase>show result</phrase></textobject></inlinemediaobject>'> 
    95]> 
    106<!-- 
  • trunk/SRC/Documentation/xmldoc/whatissaxo.html

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

    • Property svn:keywords changed from Id HeadURL to Id
  • trunk/SRC/Documentation/xmldoc/whatsnew.html

    • Property svn:keywords set to Id
    r120 r123  
    2020This revision is equivalent to SAXO_RD 20060124. 
    2121</p><p> 
    22 See <a href="infoupdatekwd.html?format=raw" target="_top">Keywords translation</a>. 
     22See <a href="infoupdatekwd.html?format=raw" target="_top">Keywords translation</a> 
     23and <a href="infoupdatecm.html?format=raw" target="_top">Commons translation</a>. 
    2324</p><p> 
    2425Details can be seen in <a href="http://forge.ipsl.jussieu.fr/saxo/changeset/68" target="_top">Changeset 68</a>. 
  • trunk/SRC/Documentation/xmldoc/whatsnew.xml

    • Property svn:keywords changed from Id HeadURL to Id
    r120 r123  
    7777</para> 
    7878<para> 
    79 See <ulink url="infoupdatekwd.html?format=raw">Keywords translation</ulink>. 
     79See <ulink url="infoupdatekwd.html?format=raw">Keywords translation</ulink> 
     80and <ulink url="infoupdatecm.html?format=raw">Commons translation</ulink>. 
    8081</para> 
    8182<para> 
Note: See TracChangeset for help on using the changeset viewer.