Changeset 91 for trunk/SRC


Ignore:
Timestamp:
06/07/06 14:30:42 (18 years ago)
Author:
pinsard
Message:

correction of savesaxo.sh to handle top menu on html idldoc documentations

Location:
trunk/SRC/Documentation
Files:
6 edited

Legend:

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

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

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

    r90 r91  
    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_4679.html?format=raw" target="file_frame">idldoc_html_4679.pro</a></li> 
     156        <li><a href="./Documentation/xmldoc/idldoc_html_6832.html?format=raw" target="file_frame">idldoc_html_6832.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

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

    r90 r91  
    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_4679.html", "idldoc_html_4679.pro", "", ""); 
     16a[14] = new Array("./Documentation/xmldoc/idldoc_html_6832.html", "idldoc_html_6832.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

    r90 r91  
    11#!/bin/bash 
     2# fplod 2006-06-07T12:11:50Z aedon.locean-ipsl.upmc.fr (Darwin) 
     3# add g option in ?format=raw sed transformation in order to fix  
     4# link on top of idldoc like directory-overview.html 
    25# fplod 2006-06-07T10:57:35Z aedon.locean-ipsl.upmc.fr (Darwin) 
    36# add ?format=raw in idldoc production for frames 
     
    109112     -e "/Last modification:/d" \ 
    110113     -e "/<dd>... ... .* ..:..:.. ....<\/dd>/d" \ 
    111      -e 's/\(href=".*\)\(\.html\)\("\)/\1\2?format=raw\3/' \ 
    112      -e 's/\(href=".*\)\(\.html\)\(#.*"\)/\1\2?format=raw\3/' \ 
    113      -e 's/\(src=".*\)\(\.html\)\("\)/\1\2?format=raw\3/' \ 
     114     -e 's/\(href=".*\)\(\.html\)\("\)/\1\2?format=raw\3/g' \ 
     115     -e 's/\(href=".*\)\(\.html\)\(#.*"\)/\1\2?format=raw\3/g' \ 
     116     -e 's/\(src=".*\)\(\.html\)\("\)/\1\2?format=raw\3/g' \ 
    114117     ${file_html} > ${file_html}_modify 
    115118     mv ${file_html}_modify ${file_html} 
Note: See TracChangeset for help on using the changeset viewer.