Changeset 350 for trunk


Ignore:
Timestamp:
04/16/08 16:15:46 (16 years ago)
Author:
pinsard
Message:

improve links in wiki files

Location:
trunk/SRC/Documentation/xmldoc
Files:
2 added
1 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/makefile

    r349 r350  
    104104 
    105105$(DIRWIKI)/WebSaxo : \ 
     106$(DIRSRC)/linkwiki.sed \ 
    106107$(DIRWWW)/websaxo.html 
    107108        @echo "{{{" > $@ 
    108109        @echo "#!html" >> $@ 
    109110        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    110         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/websaxo.html \ 
     111        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/websaxo.html | \ 
     112        sed -f $(DIRSRC)/linkwiki.sed \ 
    111113        >> $@ 
    112114        @echo "}}}" >> $@ 
    113115 
    114116$(DIRWIKI)/WikiStart : \ 
     117$(DIRSRC)/linkwiki.sed \ 
    115118$(DIRWWW)/websaxo.html 
    116119        @echo "{{{" > $@ 
     
    118121        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    119122        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/websaxo.html | \ 
     123        sed -f $(DIRSRC)/linkwiki.sed | \ 
    120124        xml ed -N x="http://www.w3.org/1999/xhtml" \ 
    121125        -d "//x:div[@class='authorgroup']" \ 
     
    148152        $(DIRSRC)/websaxo.xml 
    149153 
    150 $(DIRWIKI)/FaqSaxo: \ 
     154$(DIRWIKI)/FaqSaxo : \ 
     155$(DIRSRC)/linkwiki.sed \ 
    151156$(DIRWWW)/faqsaxo.html 
    152157        @echo "{{{" > $@ 
    153158        @echo "#!html" >> $@ 
    154159        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    155         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/faqsaxo.html \ 
     160        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/faqsaxo.html | \ 
     161        sed -f $(DIRSRC)/linkwiki.sed \ 
    156162        >> $@ 
    157163        @echo "}}}" >> $@ 
     
    181187 
    182188$(DIRWIKI)/GetSaxo : \ 
     189$(DIRSRC)/linkwiki.sed \ 
    183190$(DIRWWW)/getsaxo.html 
    184191        @echo "{{{" > $@ 
    185192        @echo "#!html" >> $@ 
    186193        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    187         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/getsaxo.html \ 
     194        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/getsaxo.html | \ 
     195        sed -f $(DIRSRC)/linkwiki.sed \ 
    188196        >> $@ 
    189197        @echo "}}}" >> $@ 
     
    215223 
    216224$(DIRWIKI)/FirstSteps : \ 
     225$(DIRSRC)/linkwiki.sed \ 
    217226$(DIRWWW)/firststeps.html 
    218227        @echo "{{{" > $@ 
    219228        @echo "#!html" >> $@ 
    220229        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    221         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/firststeps.html \ 
     230        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/firststeps.html | \ 
     231        sed -f $(DIRSRC)/linkwiki.sed \ 
    222232        >> $@ 
    223233        @echo "}}}" >> $@ 
     
    238248 
    239249$(DIRWIKI)/AllPlots : \ 
     250$(DIRSRC)/linkwiki.sed \ 
    240251$(DIRWWW)/all_plots.html 
    241252        @echo "{{{" > $@ 
    242253        @echo "#!html" >> $@ 
    243254        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    244         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/all_plots.html \ 
     255        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/all_plots.html | \ 
     256        sed -f $(DIRSRC)/linkwiki.sed \ 
    245257        >> $@ 
    246258        @echo "}}}" >> $@ 
     
    282294 
    283295$(DIRWIKI)/Mailing : \ 
     296$(DIRSRC)/linkwiki.sed \ 
    284297$(DIRWWW)/mailing.html 
    285298        @echo "{{{" > $@ 
    286299        @echo "#!html" >> $@ 
    287300        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    288         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/mailing.html \ 
     301        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/mailing.html | \ 
     302        sed -f $(DIRSRC)/linkwiki.sed \ 
    289303        >> $@ 
    290304        @echo "}}}" >> $@ 
     
    314328 
    315329$(DIRWIKI)/MiniNotice : \ 
     330$(DIRSRC)/linkwiki.sed \ 
    316331$(DIRWWW)/mini_notice.html 
    317332        @echo "{{{" > $@ 
    318333        @echo "#!html" >> $@ 
    319334        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    320         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/mini_notice.html \ 
     335        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/mini_notice.html | \ 
     336        sed -f $(DIRSRC)/linkwiki.sed \ 
    321337        >> $@ 
    322338        @echo "}}}" >> $@ 
     
    346362 
    347363$(DIRWIKI)/TipLink : \ 
     364$(DIRSRC)/linkwiki.sed \ 
    348365$(DIRWWW)/tiplink.html 
    349366        @echo "{{{" > $@ 
    350367        @echo "#!html" >> $@ 
    351368        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    352         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/tiplink.html \ 
     369        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/tiplink.html | \ 
     370        sed -f $(DIRSRC)/linkwiki.sed \ 
    353371        >> $@ 
    354372        @echo "}}}" >> $@ 
     
    378396 
    379397$(DIRWIKI)/InfoUpdateCm : \ 
     398$(DIRSRC)/linkwiki.sed \ 
    380399$(DIRWWW)/infoupdatecm.html 
    381400        @echo "{{{" > $@ 
    382401        @echo "#!html" >> $@ 
    383402        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    384         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/infoupdatecm.html \ 
     403        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/infoupdatecm.html | \ 
     404        sed -f $(DIRSRC)/linkwiki.sed \ 
    385405        >> $@ 
    386406        @echo "}}}" >> $@ 
     
    411431 
    412432$(DIRWIKI)/InfoUpdateKwd : \ 
     433$(DIRSRC)/linkwiki.sed \ 
    413434$(DIRWWW)/infoupdatekwd.html 
    414435        @echo "{{{" > $@ 
    415436        @echo "#!html" >> $@ 
    416437        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    417         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/infoupdatekwd.html \ 
     438        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/infoupdatekwd.html | \ 
     439        sed -f $(DIRSRC)/linkwiki.sed \ 
    418440        >> $@ 
    419441        @echo "}}}" >> $@ 
     
    461483 
    462484$(DIRWIKI)/WhatisSaxo : \ 
     485$(DIRSRC)/linkwiki.sed \ 
    463486$(DIRWWW)/whatissaxo.html 
    464487        @echo "{{{" > $@ 
    465488        @echo "#!html" >> $@ 
    466489        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    467         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/whatissaxo.html \ 
     490        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/whatissaxo.html | \ 
     491        sed -f $(DIRSRC)/linkwiki.sed \ 
    468492        >> $@ 
    469493        @echo "}}}" >> $@ 
     
    493517 
    494518$(DIRWIKI)/WhatsNew : \ 
     519$(DIRSRC)/linkwiki.sed \ 
    495520$(DIRWWW)/whatsnew.html 
    496521        @echo "{{{" > $@ 
    497522        @echo "#!html" >> $@ 
    498523        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    499         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/whatsnew.html \ 
     524        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/whatsnew.html | \ 
     525        sed -f $(DIRSRC)/linkwiki.sed \ 
    500526        >> $@ 
    501527        @echo "}}}" >> $@ 
     
    525551 
    526552$(DIRWIKI)/UpdateSaxo : \ 
     553$(DIRSRC)/linkwiki.sed \ 
    527554$(DIRWWW)/updatesaxo.html 
    528555        @echo "{{{" > $@ 
    529556        @echo "#!html" >> $@ 
    530557        @xml sel -N x="http://www.w3.org/1999/xhtml" \ 
    531         -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/updatesaxo.html \ 
     558        -t -m "//x:div[@class='article']" -c . -n $(DIRWWW)/updatesaxo.html | \ 
     559        sed -f $(DIRSRC)/linkwiki.sed \ 
    532560        >> $@ 
    533561        @echo "}}}" >> $@ 
  • trunk/SRC/Documentation/xmldoc/wiki/FaqSaxo

    r347 r350  
    7474</p></td></tr> 
    7575<tr class="answer"><td align="left" valign="top"/><td align="left" valign="top"><p> 
    76 see document <a href="./whatissaxo.html" target="_top">What is SAXO</a>. 
     76see document <a href="./WhatisSaxo" target="_top">What is SAXO</a>. 
    7777</p></td></tr> 
    7878 
     
    8181</p></td></tr> 
    8282<tr class="answer"><td align="left" valign="top"/><td align="left" valign="top"><p> 
    83 see Support in document <a href="./websaxo.html" target="_top">Main page of SAXO</a>. 
     83see Support in document <a href="./WikiStart" target="_top">Main page of SAXO</a>. 
    8484</p></td></tr> 
    8585 
     
    8888</p></td></tr> 
    8989<tr class="answer"><td align="left" valign="top"/><td align="left" valign="top"><p> 
    90 see document <a href="./getsaxo.html" target="_top">Get SAXO</a>. 
     90see document <a href="./GetSaxo" target="_top">Get SAXO</a>. 
    9191</p></td></tr> 
    9292 
  • trunk/SRC/Documentation/xmldoc/wiki/FirstSteps

    r347 r350  
    2121 
    2222<p> 
    23 In this document, we supposed that you followed <a href="./getsaxo.html" target="_top">Get SAXO</a> recommendations. 
     23In this document, we supposed that you followed <a href="./GetSaxo" target="_top">Get SAXO</a> recommendations. 
    2424</p> 
    2525</div> 
  • trunk/SRC/Documentation/xmldoc/wiki/GetSaxo

    r349 r350  
    250250<p> 
    251251You are now ready to do your 
    252 <a href="./firststeps.html" target="_top">First steps with SAXO</a>. 
     252<a href="./FirstSteps" target="_top">First steps with SAXO</a>. 
    253253</p> 
    254254</div> 
  • trunk/SRC/Documentation/xmldoc/wiki/MiniNotice

    r347 r350  
    5858<div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="initmethodtxt" id="initmethodtxt"/>1.1.2. Grid initialization method</h4></div></div></div> 
    5959  <p> 
    60     For visualising grilled data, you need to <a href="./firststeps.html#load_grid" target="_top">define the grid</a> on which are located the data. By default, "automatic grid construction with initncdf.pro" is checked. This means that the grid will be defined by using the informations contained in the data file (through the IDL prodecure <span><strong class="command">initncdf</strong></span>) without needing any other auxiliary file. If you checked "grid construction with other IDL batch or procedure", this means that you don't want to use the default <span><strong class="command">initncdf</strong></span> procedure to define the grid and you will provide your own IDL procedure or the so-called IDL batch file (a file which is called by using @, see IDL documentation). 
     60    For visualising grilled data, you need to <a href="./FirstSteps#load_grid" target="_top">define the grid</a> on which are located the data. By default, "automatic grid construction with initncdf.pro" is checked. This means that the grid will be defined by using the informations contained in the data file (through the IDL prodecure <span><strong class="command">initncdf</strong></span>) without needing any other auxiliary file. If you checked "grid construction with other IDL batch or procedure", this means that you don't want to use the default <span><strong class="command">initncdf</strong></span> procedure to define the grid and you will provide your own IDL procedure or the so-called IDL batch file (a file which is called by using @, see IDL documentation). 
    6161  </p> 
    6262</div> 
  • trunk/SRC/Documentation/xmldoc/wiki/UpdateSaxo

    r347 r350  
    1717       
    1818      <p> 
    19         If you <a href="./getsaxo.html#saxo_local" target="_top">linked</a> your <code class="filename">${HOME}/SAXO_DIR</code> to 
     19        If you <a href="./GetSaxo#saxo_local" target="_top">linked</a> your <code class="filename">${HOME}/SAXO_DIR</code> to 
    2020        </p><div class="itemizedlist"><ul type="disc"><li>IDRIS, on rhodes: <code class="filename">/home/rech/eee/reee217/SAXO_DIR</code></li><li>IPSL: <code class="filename">/home/smlod/SAXO_DIR</code></li><li>LOCEAN: <code class="filename">/usr/home/smasson/SAXO_DIR</code></li></ul></div><p> 
    2121        you are always using the up-to-date version of SAXO. There is nothing to do. 
     
    2525   
    2626 
    27     <div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="saxo_svn" id="saxo_svn"/>2.  If you got SAXO with <a href="./getsaxo.html#saxo_svn" target="_top"><span class="application"> Subversion (svn)</span></a> </h2></div></div></div> 
     27    <div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="saxo_svn" id="saxo_svn"/>2.  If you got SAXO with <a href="./GetSaxo#saxo_svn" target="_top"><span class="application"> Subversion (svn)</span></a> </h2></div></div></div> 
    2828       
    2929      <p> 
     
    5454   
    5555 
    56     <div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="saxo_tar" id="saxo_tar"/>3.  If you got SAXO from a <a href="./getsaxo.html#saxo_src_tar" target="_top">tar file</a> </h2></div></div></div> 
     56    <div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="saxo_tar" id="saxo_tar"/>3.  If you got SAXO from a <a href="./GetSaxo#saxo_src_tar" target="_top">tar file</a> </h2></div></div></div> 
    5757       
    5858      <p> 
    59         The only way to update SAXO is to re-download and reinstall the tar file as you done for the <a href="./getsaxo.html#saxo_src_tar" target="_top">first installation</a>. 
     59        The only way to update SAXO is to re-download and reinstall the tar file as you done for the <a href="./GetSaxo#saxo_src_tar" target="_top">first installation</a>. 
    6060      </p> 
    6161    </div> 
  • trunk/SRC/Documentation/xmldoc/wiki/WebSaxo

    r347 r350  
    3333 
    3434<p> 
    35 <a href="./whatissaxo.html" target="_top">More 
</a> 
     35<a href="./WhatisSaxo" target="_top">More 
</a> 
    3636</p> 
    3737</div> 
     
    4646</li><li> 
    4747<p> 
    48 More details in <a href="./whatsnew.html" target="_top">What's new in SAXO</a> 
     48More details in <a href="./WhatsNew" target="_top">What's new in SAXO</a> 
    4949</p> 
    5050</li></ul></div> 
     
    5757 
    5858<div class="itemizedlist"><ul type="disc"><li><p> 
    59 <a href="./getsaxo.html" target="_top">Get</a> SAXO 
     59<a href="./GetSaxo" target="_top">Get</a> SAXO 
    6060</p></li><li><p> 
    61 <a href="./updatesaxo.html" target="_top">Update</a> SAXO 
     61<a href="./UpdateSaxo" target="_top">Update</a> SAXO 
    6262</p></li><li><p> 
    6363<a href="http://forge.ipsl.jussieu.fr/saxo/browser/trunk" target="_top">Browse</a> SAXO 
     
    6969<div class="itemizedlist"><ul type="disc"><li> 
    7070<p> 
    71 You like SAXO? Please subscribe to SAXO <a href="./mailing.html" target="_top">mailing lists</a> (subscription and archives). 
     71You like SAXO? Please subscribe to SAXO <a href="./Mailing" target="_top">mailing lists</a> (subscription and archives). 
    7272</p> 
    7373</li><li> 
    7474<p> 
    75 <a href="http://forge.ipsl.jussieu.fr/saxo/report" target="_top">Read</a> tickets. Because of abusive use of our tickets, <a href="http://forge.ipsl.jussieu.fr/saxo/newticket" target="_top">sending tickets</a> is now limited to a registered login accessible if you subscribe to <a href="./mailing.html" target="_top">SAXO mailing lists</a>. 
     75<a href="http://forge.ipsl.jussieu.fr/saxo/report" target="_top">Read</a> tickets. Because of abusive use of our tickets, <a href="http://forge.ipsl.jussieu.fr/saxo/newticket" target="_top">sending tickets</a> is now limited to a registered login accessible if you subscribe to <a href="./Mailing" target="_top">SAXO mailing lists</a>. 
    7676</p> 
    7777</li><li> 
    7878<p> 
    79 <a href="./faqsaxo.html" target="_top">FAQ</a> 
     79<a href="./FaqSaxo" target="_top">FAQ</a> 
    8080</p> 
    8181</li></ul></div> 
     
    8686 
    8787<p> 
    88 <a href="./firststeps.html" target="_top">First Steps</a> with SAXO. See also plots of First Steps in <a href="./all_plots.html" target="_top">All plots</a> 
     88<a href="./FirstSteps" target="_top">First Steps</a> with SAXO. See also plots of First Steps in <a href="./AllPlots" target="_top">All plots</a> 
    8989</p> 
    9090<p> 
    91 A short overview and <a href="./mini_notice.html" target="_top">documentation of xxx widget</a> is now available. 
     91A short overview and <a href="./MiniNotice" target="_top">documentation of xxx widget</a> is now available. 
    9292</p> 
    9393<p> 
     
    9595</p> 
    9696<p> 
    97 Some useful <a href="./tiplink.html" target="_top">Tips and links</a>. 
     97Some useful <a href="./TipLink" target="_top">Tips and links</a>. 
    9898</p> 
    9999</div> 
  • trunk/SRC/Documentation/xmldoc/wiki/WhatsNew

    r347 r350  
    101101</p> 
    102102<p> 
    103 See <a href="./infoupdatekwd.html" target="_top">Keywords translation</a> 
    104 and <a href="./infoupdatecm.html" target="_top">Commons translation</a>. 
     103See <a href="./InfoUpdateKwd" target="_top">Keywords translation</a> 
     104and <a href="./InfoUpdateCm" target="_top">Commons translation</a>. 
    105105</p> 
    106106<p> 
  • trunk/SRC/Documentation/xmldoc/wiki/WikiStart

    r349 r350  
    3838</p> 
    3939    <p> 
    40       <a href="./whatissaxo.html" target="_top">More &#x2026;</a> 
     40      <a href="./WhatisSaxo" target="_top">More &#x2026;</a> 
    4141    </p> 
    4242  </div> 
     
    6464        <li> 
    6565          <p> 
    66 More details in <a href="./whatsnew.html" target="_top">What's new in SAXO</a> 
     66More details in <a href="./WhatsNew" target="_top">What's new in SAXO</a> 
    6767</p> 
    6868        </li> 
     
    8383      <ul type="disc"> 
    8484        <li> 
    85           <p><a href="./getsaxo.html" target="_top">Get</a> SAXO 
     85          <p><a href="./GetSaxo" target="_top">Get</a> SAXO 
    8686</p> 
    8787        </li> 
    8888        <li> 
    89           <p><a href="./updatesaxo.html" target="_top">Update</a> SAXO 
     89          <p><a href="./UpdateSaxo" target="_top">Update</a> SAXO 
    9090</p> 
    9191        </li> 
     
    109109        <li> 
    110110          <p> 
    111 You like SAXO? Please subscribe to SAXO <a href="./mailing.html" target="_top">mailing lists</a> (subscription and archives). 
     111You like SAXO? Please subscribe to SAXO <a href="./Mailing" target="_top">mailing lists</a> (subscription and archives). 
    112112</p> 
    113113        </li> 
    114114        <li> 
    115           <p><a href="http://forge.ipsl.jussieu.fr/saxo/report" target="_top">Read</a> tickets. Because of abusive use of our tickets, <a href="http://forge.ipsl.jussieu.fr/saxo/newticket" target="_top">sending tickets</a> is now limited to a registered login accessible if you subscribe to <a href="./mailing.html" target="_top">SAXO mailing lists</a>. 
     115          <p><a href="http://forge.ipsl.jussieu.fr/saxo/report" target="_top">Read</a> tickets. Because of abusive use of our tickets, <a href="http://forge.ipsl.jussieu.fr/saxo/newticket" target="_top">sending tickets</a> is now limited to a registered login accessible if you subscribe to <a href="./Mailing" target="_top">SAXO mailing lists</a>. 
    116116</p> 
    117117        </li> 
    118118        <li> 
    119119          <p> 
    120             <a href="./faqsaxo.html" target="_top">FAQ</a> 
     120            <a href="./FaqSaxo" target="_top">FAQ</a> 
    121121          </p> 
    122122        </li> 
     
    132132      </div> 
    133133    </div> 
    134     <p><a href="./firststeps.html" target="_top">First Steps</a> with SAXO. See also plots of First Steps in <a href="./all_plots.html" target="_top">All plots</a> 
     134    <p><a href="./FirstSteps" target="_top">First Steps</a> with SAXO. See also plots of First Steps in <a href="./AllPlots" target="_top">All plots</a> 
    135135</p> 
    136136    <p> 
    137 A short overview and <a href="./mini_notice.html" target="_top">documentation of xxx widget</a> is now available. 
     137A short overview and <a href="./MiniNotice" target="_top">documentation of xxx widget</a> is now available. 
    138138</p> 
    139139    <p> 
     
    141141</p> 
    142142    <p> 
    143 Some useful <a href="./tiplink.html" target="_top">Tips and links</a>. 
     143Some useful <a href="./TipLink" target="_top">Tips and links</a>. 
    144144</p> 
    145145  </div> 
Note: See TracChangeset for help on using the changeset viewer.