Ignore:
Timestamp:
07/05/06 17:01:30 (18 years ago)
Author:
pinsard
Message:

Add new documentations about evolution of commons (disseappeared, translated, transformed) see infoupdatecm;Add svn:keyword Id in Documentation/xmldoc/*.html, *.xml, *.sh and *.css; in savesaxo.sh modify *.html produced by idldoc to have preformated examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    • Property svn:keywords set to Id
    r120 r123  
    11#!/bin/bash 
    22#  
     3# update : 
     4# $Id$ 
     5# fplod 2006-07-04T13:09:19Z aedon.locean-ipsl.upmc.fr (Darwin) 
     6# for idldoc html output  
     7# because preformat option doesn't seem to work well 
     8# replace  
     9# div class="value" 
     10# by 
     11# div class="preformat" 
    312# fplod 2006-06-19T08:46:39Z aedon.locean-ipsl.upmc.fr (Darwin) 
    413# for idldoc html output  
     
    615#     -e 's/\(href=".*\)\(\.html\)\("\)/\1\2?format=raw\3/g' \ 
    716#     -e 's/\(href=".*\)\(\.html\)\(#.*"\)/\1\2?format=raw\3/g' \ 
    8 #     -e 's/\(src=".*\)\(\.htmal\)\("\)/\1\2?format=raw\3/g' \ 
     17#     -e 's/\(src=".*\)\(\.html\)\("\)/\1\2?format=raw\3/g' \ 
    918# by  
    1019# -e 's@\(href="[^.]*[^h]*[^t]*[^m]*[^l]*[^"]*\)\(\.html\)\("\)@\1\2?format=raw\3@g' \ 
     
    214223     -e 's@\(href="[^.]*[^h]*[^t]*[^m]*[^l]*[^"]*\)\(\.html\)\(#.*"\)@\1\2?format=raw\3@g' \ 
    215224     -e 's@\(src="[^.]*[^h]*[^t]*[^m]*[^l]*[^"]*\)\(\.html\)\("\)@\1\2?format=raw\3@g' \ 
     225     -e 's@<div class="value">@<div class="preformat">@' \ 
    216226     ${file_html} > ${file_html}_modify 
    217227     mv ${file_html}_modify ${file_html} 
Note: See TracChangeset for help on using the changeset viewer.