Changeset 90


Ignore:
Timestamp:
06/07/06 13:04:48 (18 years ago)
Author:
pinsard
Message:

correction of savesaxo to handle format=raw for frames Documentation/idldoc_html_output/index.html

Location:
trunk/SRC/Documentation
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Documentation/xmldoc/dir-files.html

    r89 r90  
    2121      <ul> 
    2222         
    23         <li><a href="idldoc_html_3519.html?format=raw" target="file_frame">idldoc_html_3519.pro</a></li> 
     23        <li><a href="idldoc_html_4679.html?format=raw" target="file_frame">idldoc_html_4679.pro</a></li> 
    2424      </ul> 
    2525 
  • trunk/SRC/Documentation/idldoc_html_output/Documentation/xmldoc/directory-overview.html

    r89 r90  
    8989      <dl> 
    9090       
    91         <dt><a href="idldoc_html_3519.html?format=raw">idldoc_html_3519.pro</a></dt> 
     91        <dt><a href="idldoc_html_4679.html?format=raw">idldoc_html_4679.pro</a></dt> 
    9292        <dd></dd> 
    9393       
  • trunk/SRC/Documentation/idldoc_html_output/all-files.html

    r89 r90  
    154154        <li><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw" target="file_frame">hdyn.pro</a></li> 
    155155        <li><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw" target="file_frame">identifyclick.pro</a></li> 
    156         <li><a href="./Documentation/xmldoc/idldoc_html_3519.html?format=raw" target="file_frame">idldoc_html_3519.pro</a></li> 
     156        <li><a href="./Documentation/xmldoc/idldoc_html_4679.html?format=raw" target="file_frame">idldoc_html_4679.pro</a></li> 
    157157        <li><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw" target="file_frame">image_viewer.pro</a></li> 
    158158        <li><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw" target="file_frame">imdisp.pro</a></li> 
  • trunk/SRC/Documentation/idldoc_html_output/idldoc-index-I.html

    r89 r90  
    466466        <dd>a parameter from the routine ./ToBeReviewed/WIDGET/findtopid.html</dd> 
    467467         
    468         <dt><a href="Documentation/xmldoc/idldoc_html_3519.html?format=raw">idldoc_html_3519.pro</a></dt> 
     468        <dt><a href="Documentation/xmldoc/idldoc_html_4679.html?format=raw">idldoc_html_4679.pro</a></dt> 
    469469        <dd>a file from the directory ./Documentation/xmldoc</dd> 
    470470         
  • trunk/SRC/Documentation/idldoc_html_output/index.html

    r89 r90  
    2626     
    2727    <frameset id="nav" rows="30%,70%" border="1"> 
    28       <frame src="all-dirs.html" name="dirslist_frame"/> 
    29       <frame src="all-files.html" name="dir_frame"/> 
     28      <frame src="all-dirs.html?format=raw" name="dirslist_frame"/> 
     29      <frame src="all-files.html?format=raw" name="dir_frame"/> 
    3030    </frameset> 
    3131     
    32     <frame src="overview.html" name="file_frame"/> 
     32    <frame src="overview.html?format=raw" name="file_frame"/> 
    3333  </frameset> 
    3434 
  • trunk/SRC/Documentation/idldoc_html_output/search.js

    r89 r90  
    1414a[12] = new Array("./Commons/cm_demomode.html", "cm_demomode.pro", "", ""); 
    1515a[13] = new Array("./Commons/cm_general.html", "cm_general.pro", "", ""); 
    16 a[14] = new Array("./Documentation/xmldoc/idldoc_html_3519.html", "idldoc_html_3519.pro", "", ""); 
     16a[14] = new Array("./Documentation/xmldoc/idldoc_html_4679.html", "idldoc_html_4679.pro", "", ""); 
    1717a[15] = new Array("./Documentation/xmldoc/idlfiles/init_example.html", "init_example.pro", "", ""); 
    1818a[16] = new Array("./ForOldVersion/keep_compatibility.html", "keep_compatibility.pro", "", "    NAME: keep_compatibility     PURPOSE:      1  define key_forgetold   1b   keyword_set flag      2  remove all oldcm_used pro found in  path     3  define and create myuniquetmpdir and add it to  path     4  copy oldcm_full _empty  to myuniquetmpdir oldcm_used pro      CATEGORY: compatibility with old version     CALLING SEQUENCE:keep_compatibility   flag      INPUTS:         flag: 1 or 0 to keep or forget the compatibility      dir: the directory where we create oldcm_used pro       if omitted  is automatically defined to                1b   keyword_set key_forgetold       COMMON BLOCKS: cm_general     SIDE EFFECTS: see purpose     RESTRICTIONS: copy oldcm_full or oldcm_empty must be found in the    path  dir must aslo be in the  path     MODIFICATION HISTORY:Sebastien Masson  smasson lodyc jussieu fr                         June 2005     PRO keep_compatibility  flag    cm_general     version should be at least 6 0     IF fix strmid version release  0  1  LT 6 THEN BEGIN      print                                print                        ERROR       print                                print   This version of SAXO needs at least IDL version 6 0      print                                print                        ERROR       print                                return   ENDIF     IF n_elements myuniquetmpdir  NE 0 THEN BEGIN      path    path   :    expand_path myuniquetmpdir      return   ENDIF      if n_elements flag  eq 0 then flag   1b   keyword_set key_forgetold     1  automatic definition of key_forgetold   key_forgetold   1b   keyword_set flag       2  remove all oldcm_used pro found in  path   to_rm   find oldcm_used    IF to_rm 0  NE  NOT FOUND  THEN file_delete  to_rm     3  define and create myuniquetmpdir and add it to  path   def_myuniquetmpdir     4  copy oldcm_full _empty  to myuniquetmpdir oldcm_used pro    select which file should be copied to oldcm_used pro   IF key_forgetold THEN BEGIN      oldcm   find oldcm_empty      print   We forget the compatibility with the old version    ENDIF ELSE BEGIN      oldcm   find oldcm_full       print   We keep the compatibility with the old version    ENDELSE      oldcm   oldcm 0    IF oldcm EQ  NOT FOUND  THEN BEGIN     print   Error: oldcm_full or oldcm_empty must be found in the  path      stop   ENDIF   copy   file_copy  oldcm  myuniquetmpdir    oldcm_used pro   overwrite     make sure we can make the plots enev if we are using the demo mode     demomode_compatibility      make sure that the common variables are correctly initialized      IF size ccmeshparameters   type  NE 8 THEN BEGIN      computegrid  1  1  1  1  1  1   fullcgrid  cm_4data         varname         vargrid    T      vardate    0      varexp         varunit         valmask   1 e20   ENDIF       return END"); 
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r89 r90  
    11#!/bin/bash 
     2# fplod 2006-06-07T10:57:35Z aedon.locean-ipsl.upmc.fr (Darwin) 
     3# add ?format=raw in idldoc production for frames 
    24# fplod 2006-06-07T08:14:15Z aedon.locean-ipsl.upmc.fr (Darwin) 
    35# add action for idldochtml 
     
    109111     -e 's/\(href=".*\)\(\.html\)\("\)/\1\2?format=raw\3/' \ 
    110112     -e 's/\(href=".*\)\(\.html\)\(#.*"\)/\1\2?format=raw\3/' \ 
     113     -e 's/\(src=".*\)\(\.html\)\("\)/\1\2?format=raw\3/' \ 
    111114     ${file_html} > ${file_html}_modify 
    112115     mv ${file_html}_modify ${file_html} 
Note: See TracChangeset for help on using the changeset viewer.