Changeset 161


Ignore:
Timestamp:
08/29/06 11:07:50 (18 years ago)
Author:
pinsard
Message:

introduction of FAQ material

Location:
trunk/SRC/Documentation/xmldoc
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/main.xml

    r158 r161  
    8989<listitem> 
    9090<para> 
    91 FAQ (to be created...) 
     91<ulink url="../../saxo/browser/trunk/SRC/Documentation/xmldoc/faqsaxo.html?format=raw">FAQ</ulink> 
    9292</para> 
    9393</listitem> 
  • trunk/SRC/Documentation/xmldoc/makehtml.sh

    r158 r161  
    1 #!/bin/bash 
     1#!/bin/bash -x 
    22# 
    33# update :  
     
    88# released on 1 September 2005) doesn't handle carriage returns 
    99# 
     10# fplod 2006-08-18T13:38:31Z aedon.locean-ipsl.upmc.fr (Darwin) 
     11# add faqsaxo which needs xmllint processing to resolve xinclude 
    1012# fplod 2006-07-21T08:25:05Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1113# add prerequisites for mini_notice production 
     
    254256      /bin/rm /tmp/rowscm.xml 
    255257   ;; 
     258   faqsaxo) 
     259      # resolve xinclude  
     260      xmllint --xinclude \ 
     261              --output ${1}_${$}.xml ${1}.xml 
     262   ;; 
    256263   *) 
    257264      cp ${1}.xml ${1}_${$}.xml  
     
    260267esac 
    261268# 
    262 CLASSPATH="$CLASSPATH:\ 
     269CLASSPATH="${CLASSPATH}:\ 
    263270/sw/share/java/saxon/saxon.jar:\ 
    264271/sw/share/xml/xsl/docbook-xsl/extensions/saxon653.jar" 
  • trunk/SRC/Documentation/xmldoc/saxo.css

    r144 r161  
    99fplod 2006-07-20T14:03:51Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1010add style for gui* moche mais c'est juste pour voir 
     11fplod 2006-08-18T13:06:22Z aedon.locean-ipsl.upmc.fr (Darwin) 
     12suppression du cadre dans les tables filles de div de class qandaset 
    1113*/ 
    1214 
     
    2931    font-weight: bold; 
    3032    font-style: italic; } 
     33 
     34div.qandaset table { 
     35     border: none; 
     36} 
Note: See TracChangeset for help on using the changeset viewer.