Ignore:
Timestamp:
06/12/06 14:54:03 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Postscript *.pro files for better idldoc output + change the title of idldoc output in html to SAXO Documentation

Location:
trunk/SRC/Documentation/idldoc_html_output/Postscript
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Postscript/closeps.html

    r89 r104  
    77<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
    88  <head> 
    9     <title>closeps.pro (IDLdoc API documentation)</title> 
     9    <title>closeps.pro (SAXO Documentation)</title> 
    1010 
    1111     
     
    1616    <script type="text/javascript"> 
    1717      function setTitle() { 
    18         parent.document.title="closeps.pro (IDLdoc API documentation)"; 
     18        parent.document.title="closeps.pro (SAXO Documentation)"; 
    1919      } 
    2020    </script> 
     
    2424 
    2525    <div id="navbar_title"> 
    26   <h1>IDLdoc API documentation</h1> 
     26  <h1>SAXO Documentation</h1> 
    2727</div> 
    2828 
     
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> Close the Postscript mode 
     90 
     91  when archive_ps ne 0, we add the name and the date 
     92  at the bottom left corner of the postcript page. If the 
     93  postscript is called idl.ps we change its name to number.ps 
     94  (number automatically found to be 1 larger that any of the 
     95  existing ps file) 
     96</div> 
    9097 
    9198       
     
    107114            closeps, <a href="#_closeps_keyword_INFOWIDGET">INFOWIDGET</a>=<span class="result">INFOWIDGET</span></p> 
    108115         
    109           <div class="comments"> 
    110  NAME: closeps 
    111  
    112  PURPOSE: Close the Postscript mode 
    113  
    114  CALLING SEQUENCE: closeps 
    115  
    116  KEYWORD PARAMETERS: 
    117  
    118       INFOWIDGET: A long integer giving the id of the information 
    119            widget (created by openps) that we have de destroy at  
    120            the end of closeps (when the postscript is done) 
    121  
    122  COMMON BLOCKS: cm_4ps 
    123  
    124  SIDE EFFECTS: when archive_ps ne 0, we add the name and the date 
    125     at the bottom left corner of the postcript page. If the 
    126     postscript is called idl.ps we change its name to number.ps 
    127     (number automatically found to be 1 larger that any of the 
    128      existing ps file) 
    129 </div> 
     116          <div class="comments"></div> 
    130117 
    131118           
     
    148135            </h4> 
    149136         
    150             <div class="comments"></div> 
     137            <div class="comments"> A long integer giving the id of the information 
     138           widget (created by openps) that we have de destroy at  
     139           the end of closeps (when the postscript is done) 
     140</div> 
    151141             
    152142           
    153143 
    154144           
     145          <h3>Version history</h3> 
    155146           
    156147           
    157            
    158            
     148          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     149                       21/12/98 
     150 June 2005: Sebastien Masson, english version with new commons </div> 
    159151           
    160152           
     
    165157           
    166158         
     159          <h3>Other attributes</h3> 
    167160           
    168161           
    169            
    170            
     162          <h4>Uses routines</h4><div class="value"> cm_4ps 
     163</div> 
    171164           
    172165           
  • trunk/SRC/Documentation/idldoc_html_output/Postscript/directory-overview.html

    r89 r104  
    77<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
    88  <head> 
    9     <title>Postscript/ (IDLdoc API documentation)</title> 
     9    <title>Postscript/ (SAXO Documentation)</title> 
    1010 
    1111     
     
    1616    <script type="text/javascript"> 
    1717      function setTitle() { 
    18         parent.document.title="Postscript/ (IDLdoc API documentation)"; 
     18        parent.document.title="Postscript/ (SAXO Documentation)"; 
    1919      } 
    2020    </script> 
     
    2525 
    2626    <div id="navbar_title"> 
    27   <h1>IDLdoc API documentation</h1> 
     27  <h1>SAXO Documentation</h1> 
    2828</div> 
    2929 
     
    9090       
    9191        <dt><a href="closeps.html?format=raw">closeps.pro</a></dt> 
    92         <dd></dd> 
     92        <dd> Close the Postscript mode    when archive_ps ne 0, we add the name and the date   at the bottom left corner of the postcript page.</dd> 
    9393       
    9494        <dt><a href="openps.html?format=raw">openps.pro</a></dt> 
    95         <dd></dd> 
     95        <dd> switch to postcript mode and define it </dd> 
    9696       
    9797        <dt><a href="printps.html?format=raw">printps.pro</a></dt> 
    98         <dd></dd> 
     98        <dd> postscript visualisation/archiving/printing </dd> 
    9999       
    100100      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/Postscript/openps.html

    r89 r104  
    77<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
    88  <head> 
    9     <title>openps.pro (IDLdoc API documentation)</title> 
     9    <title>openps.pro (SAXO Documentation)</title> 
    1010 
    1111     
     
    1616    <script type="text/javascript"> 
    1717      function setTitle() { 
    18         parent.document.title="openps.pro (IDLdoc API documentation)"; 
     18        parent.document.title="openps.pro (SAXO Documentation)"; 
    1919      } 
    2020    </script> 
     
    2424 
    2525    <div id="navbar_title"> 
    26   <h1>IDLdoc API documentation</h1> 
     26  <h1>SAXO Documentation</h1> 
    2727</div> 
    2828 
     
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> switch to postcript mode and define it 
     90</div> 
    9091 
    9192       
     
    105106         
    106107          <p class="header"> 
    107             openps<span class="result">, <a href="#_openps_param_namepsin">namepsin</a></span>, <a href="#_openps_keyword_FILENAME">FILENAME</a>=<span class="result">FILENAME</span>, <a href="#_openps_keyword_INFOWIDGET">INFOWIDGET</a>=<span class="result">INFOWIDGET</span>, <a href="#_openps_keyword_KEEPPFONT">KEEPPFONT</a>=<span class="result">KEEPPFONT</span>, <a href="#_openps_keyword_KEEP_PFONT">KEEP_PFONT</a>=<span class="result">KEEP_PFONT</span>, <a href="#_openps_keyword_PORTRAIT">PORTRAIT</a>=<span class="result">PORTRAIT</span>, <a href="#_openps_keyword_LANDSCAPE">LANDSCAPE</a>=<span class="result">LANDSCAPE</span>, <a href="#_openps_keyword_LIGHTNESS">LIGHTNESS</a>=<span class="result">LIGHTNESS</span>, <a href="#_openps_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     108            openps<span class="result">[, <a href="#_openps_param_namepsin">namepsin</a>]</span>, <a href="#_openps_keyword_FILENAME">FILENAME</a>=<span class="result">FILENAME</span>, <a href="#_openps_keyword_INFOWIDGET">INFOWIDGET</a>=<span class="result">INFOWIDGET</span>, <a href="#_openps_keyword_KEEPPFONT">KEEPPFONT</a>=<span class="result">KEEPPFONT</span>, <a href="#_openps_keyword_KEEP_PFONT">KEEP_PFONT</a>=<span class="result">KEEP_PFONT</span>, <a href="#_openps_keyword_PORTRAIT">PORTRAIT</a>=<span class="result">PORTRAIT</span>, <a href="#_openps_keyword_LANDSCAPE">LANDSCAPE</a>=<span class="result">LANDSCAPE</span>, <a href="#_openps_keyword_LIGHTNESS">LIGHTNESS</a>=<span class="result">LIGHTNESS</span>, <a href="#_openps_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    108109         
    109110          <div class="comments"> 
    110  NAME:openps 
    111  
    112  PURPOSE:switch to postcript mode and define it 
    113  
    114  CALLING SEQUENCE:openps[,nameps] 
    115  
    116  OPTIONAL INPUT: 
    117         nameps: name of the postscript file. Extension '.ps' is added 
     111</div> 
     112 
     113           
     114 
     115           
     116            <h3>Parameters</h3> 
     117         
     118             
     119            <h4 id="_openps_param_namepsin">namepsin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     120              <span class="attr">in</span> 
     121               
     122              <span class="attr">optional</span> 
     123               
     124               
     125               
     126               
     127               
     128            </h4> 
     129         
     130          <div class="comments"> name of the postscript file. Extension '.ps' is added 
    118131                if missing. It will be stored in the psdir directory. 
    119  
    120  KEYWORD PARAMETERS: 
    121  
    122         FILENAME: to define the name of the postcript file through 
     132</div> 
     133             
     134 
     135           
     136 
     137           
     138 
     139            <h3>Keywords</h3> 
     140             
     141            <h4 id="_openps_keyword_FILENAME">FILENAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     142               
     143               
     144               
     145               
     146               
     147               
     148               
     149               
     150            </h4> 
     151         
     152            <div class="comments"> to define the name of the postcript file through 
    123153                  a keyword rather than with nameps inut argument 
    124154                  (in this case the keyword can be pass through  
    125155                  different routines via _extra keyword). 
    126  
    127         INFOWIDGET: If INFOWIDGET is present, it specifies a named 
     156</div> 
     157             
     158            <h4 id="_openps_keyword_INFOWIDGET">INFOWIDGET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     159               
     160               
     161               
     162               
     163               
     164               
     165               
     166               
     167            </h4> 
     168         
     169            <div class="comments"> If INFOWIDGET is present, it specifies a named 
    128170             variable into which the id of the widget giving informations 
    129171             about the postscript creation is stored as a long integer. 
    130172             This id is needed by close ps to kill the information widget. 
    131  
    132         KEEP_PFONT: activate to suppress the modification of !p.font 
    133             (by defaut we force  !p.font = 0  to make smaller postscripts) 
    134         KEEPPFONT: same as keep_pfont 
    135  
    136         LIGHTNESS: a scalar used to change the Lightness of the color 
     173</div> 
     174             
     175            <h4 id="_openps_keyword_KEEPPFONT">KEEPPFONT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     176               
     177               
     178               
     179               
     180               
     181               
     182               
     183               
     184            </h4> 
     185         
     186            <div class="comments"> same as keep_pfont 
     187</div> 
     188             
     189            <h4 id="_openps_keyword_KEEP_PFONT">KEEP_PFONT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     190               
     191               
     192               
     193               
     194               
     195               
     196               
     197               
     198            </h4> 
     199         
     200            <div class="comments"> activate to suppress the modification of !p.font 
     201            (by defaut we force  !p.font = 0  to make smaller postscripts)</div> 
     202             
     203            <h4 id="_openps_keyword_PORTRAIT">PORTRAIT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     204               
     205               
     206               
     207               
     208               
     209               
     210               
     211               
     212            </h4> 
     213         
     214            <div class="comments"></div> 
     215             
     216            <h4 id="_openps_keyword_LANDSCAPE">LANDSCAPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     217               
     218               
     219               
     220               
     221               
     222               
     223               
     224               
     225            </h4> 
     226         
     227            <div class="comments"></div> 
     228             
     229            <h4 id="_openps_keyword_LIGHTNESS">LIGHTNESS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     230               
     231               
     232               
     233               
     234               
     235               
     236               
     237               
     238            </h4> 
     239         
     240            <div class="comments"> a scalar used to change the Lightness of the color 
    137241            palette to be abble to adjust according to the printer we use, 
    138242            the media (paper or slide)...  
    139243               lightness < 1 to get lighter colors 
    140244                         > 1 to get darker colors 
    141  
    142         _EXTRA: used to pass any keyword to device procedure. 
     245</div> 
     246             
     247            <h4 id="_openps_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     248               
     249               
     250               
     251               
     252               
     253               
     254               
     255               
     256            </h4> 
     257         
     258            <div class="comments">: used to pass any keyword to device procedure. 
    143259   
    144  COMMON BLOCKS: cm_4ps 
    145 </div> 
    146  
    147            
    148  
    149            
    150             <h3>Parameters</h3> 
    151          
    152              
    153             <h4 id="_openps_param_namepsin">namepsin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    154                
    155                
    156                
    157                
    158                
    159                
    160                
    161                
    162             </h4> 
    163          
    164           <div class="comments"></div> 
    165              
    166  
    167            
    168  
    169            
    170  
    171             <h3>Keywords</h3> 
    172              
    173             <h4 id="_openps_keyword_FILENAME">FILENAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    174                
    175                
    176                
    177                
    178                
    179                
    180                
    181                
    182             </h4> 
    183          
    184             <div class="comments"></div> 
    185              
    186             <h4 id="_openps_keyword_INFOWIDGET">INFOWIDGET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    187                
    188                
    189                
    190                
    191                
    192                
    193                
    194                
    195             </h4> 
    196          
    197             <div class="comments"></div> 
    198              
    199             <h4 id="_openps_keyword_KEEPPFONT">KEEPPFONT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    200                
    201                
    202                
    203                
    204                
    205                
    206                
    207                
    208             </h4> 
    209          
    210             <div class="comments"></div> 
    211              
    212             <h4 id="_openps_keyword_KEEP_PFONT">KEEP_PFONT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    213                
    214                
    215                
    216                
    217                
    218                
    219                
    220                
    221             </h4> 
    222          
    223             <div class="comments"></div> 
    224              
    225             <h4 id="_openps_keyword_PORTRAIT">PORTRAIT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    226                
    227                
    228                
    229                
    230                
    231                
    232                
    233                
    234             </h4> 
    235          
    236             <div class="comments"></div> 
    237              
    238             <h4 id="_openps_keyword_LANDSCAPE">LANDSCAPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    239                
    240                
    241                
    242                
    243                
    244                
    245                
    246                
    247             </h4> 
    248          
    249             <div class="comments"></div> 
    250              
    251             <h4 id="_openps_keyword_LIGHTNESS">LIGHTNESS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    252                
    253                
    254                
    255                
    256                
    257                
    258                
    259                
    260             </h4> 
    261          
    262             <div class="comments"></div> 
    263              
    264             <h4 id="_openps_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    265                
    266                
    267                
    268                
    269                
    270                
    271                
    272                
    273             </h4> 
    274          
    275             <div class="comments"></div> 
    276              
    277            
    278  
    279            
    280            
    281            
    282            
    283            
     260 uses cm_4ps 
     261</div> 
     262             
     263           
     264 
     265           
     266          <h3>Version history</h3> 
     267           
     268           
     269          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     270 21/12/98 
     271 1/2/98: ajout de nameps en input 
     272 1/9/1999: ajout du mot cle FILENAME et du widget 
     273 June 2005: Sebastien Masson, cleaning, english version with new commons </div> 
    284274           
    285275           
  • trunk/SRC/Documentation/idldoc_html_output/Postscript/printps.html

    r89 r104  
    77<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
    88  <head> 
    9     <title>printps.pro (IDLdoc API documentation)</title> 
     9    <title>printps.pro (SAXO Documentation)</title> 
    1010 
    1111     
     
    1616    <script type="text/javascript"> 
    1717      function setTitle() { 
    18         parent.document.title="printps.pro (IDLdoc API documentation)"; 
     18        parent.document.title="printps.pro (SAXO Documentation)"; 
    1919      } 
    2020    </script> 
     
    2424 
    2525    <div id="navbar_title"> 
    26   <h1>IDLdoc API documentation</h1> 
     26  <h1>SAXO Documentation</h1> 
    2727</div> 
    2828 
     
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> postscript visualisation/archiving/printing 
     90</div> 
    9091 
    9192       
     
    102103           
    103104          <dt><p><a href="#_printps_event">printps_event<span class="result">, event</span></a></p><dt> 
    104           <dd>  NAME:   printps   PURPOSE: postscript visualisation/archiving/printing   CATEGORY: for the postscripts   CALLING SEQUENCE:      imprime [,psfilename]         INPUTS:           psfilename: the name of the postscript file we want to            visualize and/or print and/or archive.</dd>    
    105            
    106           <dt><p><a href="#_printps">printps<span class="result">, psfilename</span></a></p><dt> 
     105          <dd>     - archiving possibilities -    if archive_ps (common variable of cm_4ps) ne 0 then the postscript  can be saved for archiving if it is printed or if the button  "archive ps" is pressed.</dd>        
     106           
     107          <dt><p><a href="#_printps">printps<span class="result">[, psfilename]</span></a></p><dt> 
    107108          <dd></dd>      
    108109                 
     
    116117        <div class="routine_details" id="_printps_event"> 
    117118 
    118           <h2><a class="top" href="#container">top</a>printps_event </h2> 
     119          <h2><a class="top" href="#container">top</a>printps_event <span class="categories"> for the postscripts 
     120</span></h2> 
    119121         
    120122          <p class="header"> 
     
    122124         
    123125          <div class="comments"> 
    124  NAME: 
    125         printps 
    126  
    127  PURPOSE: postscript visualisation/archiving/printing 
    128  
    129  CATEGORY: for the postscripts 
    130  
    131  CALLING SEQUENCE: 
    132         imprime [,psfilename] 
    133        
    134  INPUTS: 
    135    
    136         psfilename: the name of the postscript file we want to 
    137            visualize and/or print and/or archive. It can also refer 
    138            to a gzipped postscript file. If needed, this name will 
    139            be completed by .ps and/or .gz  
    140  
    141  KEYWORD PARAMETERS: None 
    142  
    143  COMMON BLOCKS: cm_4ps 
    144  
    145  SIDE EFFECTS:  
     126 
     127 
    146128 
    147129 - archiving possibilities - 
     
    155137 be changed to number.ps (number automatically found to be 1 larger 
    156138 that any of the existing ps file). 
    157  
    158  RESTRICTIONS: 
     139</div> 
     140 
     141           
     142 
     143           
     144            <h3>Parameters</h3> 
     145         
     146             
     147            <h4 id="_printps_event_param_event">event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     148               
     149               
     150               
     151               
     152               
     153               
     154               
     155               
     156            </h4> 
     157         
     158          <div class="comments"></div> 
     159             
     160 
     161           
     162 
     163           
     164 
     165           
     166          <h3>Version history</h3> 
     167           
     168           
     169          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     170                        21/12/98 
     171                       25/8/19999 utilisation des widgets 
     172                       8/9/1999 utilisation de cw_bgroup 
     173 June 2005: Sebastien Masson: cleaning, english version with new commons </div> 
     174           
     175           
     176          <h3>Known issues</h3> 
     177           
     178           
     179           
     180          <h4>Restrictions</h4><div class="value"> 
    159181 
    160182 1) this is working only with unix/linux/osX machines 
     
    168190 or 
    169191     print_command+printer_machine_names[i]+' '+file.ps 
    170  is working. default definition is '\lpr -P' 
    171  
    172  EXAMPLE: IDL> printps 
    173 </div> 
     192 is working. default definition is 'lpr -P' 
     193 
     194</div> 
     195         
     196           
     197           
     198           
     199           
     200           
     201           
     202           
     203         
     204           
     205         
     206        </div> 
     207         
     208 
     209        <div class="routine_details" id="_printps"> 
     210 
     211          <h2><a class="top" href="#container">top</a>printps </h2> 
     212         
     213          <p class="header"> 
     214            printps<span class="result">[, <a href="#_printps_param_psfilename">psfilename</a>]</span></p> 
     215         
     216          <div class="comments"></div> 
    174217 
    175218           
     
    179222         
    180223             
    181             <h4 id="_printps_event_param_event">event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    182                
    183                
    184                
     224            <h4 id="_printps_param_psfilename">psfilename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     225              <span class="attr">in</span> 
     226               
     227              <span class="attr">optional</span> 
    185228               
    186229               
     
    190233            </h4> 
    191234         
    192           <div class="comments"></div> 
    193              
    194  
    195            
    196  
    197            
    198  
    199            
    200            
    201            
    202            
    203            
    204            
    205            
    206            
    207            
    208            
    209            
    210            
    211          
    212            
    213            
    214            
    215            
    216            
    217            
    218            
    219          
    220            
    221          
    222         </div> 
    223          
    224  
    225         <div class="routine_details" id="_printps"> 
    226  
    227           <h2><a class="top" href="#container">top</a>printps </h2> 
    228          
    229           <p class="header"> 
    230             printps<span class="result">, <a href="#_printps_param_psfilename">psfilename</a></span></p> 
    231          
    232           <div class="comments"></div> 
    233  
    234            
    235  
    236            
    237             <h3>Parameters</h3> 
    238          
    239              
    240             <h4 id="_printps_param_psfilename">psfilename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    241                
    242                
    243                
    244                
    245                
    246                
    247                
    248                
    249             </h4> 
    250          
    251           <div class="comments"></div> 
    252              
    253  
    254            
    255  
    256            
    257  
    258            
    259            
    260            
    261            
    262            
    263            
    264            
    265            
    266            
    267            
    268            
    269            
    270          
    271            
    272            
    273            
    274            
     235          <div class="comments"> the name of the postscript file we want to 
     236           visualize and/or print and/or archive. It can also refer 
     237           to a gzipped postscript file. If needed, this name will 
     238           be completed by .ps and/or .gz  
     239</div> 
     240             
     241 
     242           
     243 
     244           
     245 
     246          <h3>Examples</h3><div class="value"> 
     247  IDL> printps 
     248</div> 
     249          <h3>Version history</h3> 
     250           
     251           
     252          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     253                        21/12/98 
     254                       25/8/19999 utilisation des widgets 
     255                       8/9/1999 utilisation de cw_bgroup 
     256 June 2005: Sebastien Masson: cleaning, english version with new commons </div> 
     257           
     258           
     259           
     260           
     261           
     262           
     263           
     264         
     265          <h3>Other attributes</h3> 
     266           
     267           
     268          <h4>Uses routines</h4><div class="value"> cm_4ps 
     269</div> 
    275270           
    276271           
Note: See TracChangeset for help on using the changeset viewer.