Ignore:
Timestamp:
04/22/08 10:52:34 (16 years ago)
Author:
pinsard
Message:

some improvements in wiki production

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/wiki/FaqSaxo

    r353 r354  
    128128 
    129129Yes, if you use at least IDL 6.2. It is produced by IDLdoc. SAXO and IDL online_help have been merged, you can simply get the help by typing: 
    130      {{{ 
     130      
     131{{{ 
    131132#!html 
    132133<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    188189and |. 
    189190 
    190 * Paragraphs of {{{*.pro}}} headers are shown with a proportional 
     191 * Paragraphs of {{{*.pro}}} headers are shown with a proportional 
    191192font in the HTML release. 
    192193 
     
    214215 
    215216There is one way with command line : 
    216      {{{ 
    217 #!html 
    218 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    219        <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">aspell</strong></span> <code class="option">--mode=sgml</code> <code class="option">-c</code> {{{xmlfile}}}</code></strong> 
     217      
     218{{{ 
     219#!html 
     220<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     221       <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">aspell</strong></span> <code class="option">--mode=sgml</code> <code class="option">-c</code> xmlfile</code></strong> 
    220222     </pre> 
    221223}}} 
     
    232234 
    233235Not so easy but you can start with something like this : 
    234      {{{ 
    235 #!html 
    236 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    237        <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> {{{${HOME}/SAXO_DIR/SRC/}}}</code></strong> 
     236      
     237{{{ 
     238#!html 
     239<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     240       <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> ${HOME}/SAXO_DIR/SRC/</code></strong> 
    238241       <code class="prompt">$</code> <strong class="userinput"><code>list=$(find . -name "*.pro")</code></strong> 
    239242       <code class="prompt">$</code> <strong class="userinput"><code>for file in ${list}; do aspell list &lt; ${file}; done &gt; /tmp/list_word </code></strong> 
     
    249252 
    250253To find occurences of one of these misspelled words, you have to do this : 
    251      {{{ 
     254      
     255{{{ 
    252256#!html 
    253257<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    269273 
    270274You won't see  online help update if you are working with the official distribution because of {{{!HELP_PATH}}}. To override this problem, when you are in {{{SAXO_basedirectory/SAXO_DIR/SRC/Documentation/xmldoc/}}},  you can call online help like this : 
    271      {{{ 
     275      
     276{{{ 
    272277#!html 
    273278<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
Note: See TracChangeset for help on using the changeset viewer.