Ignore:
Timestamp:
04/18/13 17:15:27 (11 years ago)
Author:
pinsard
Message:

fix for XSL documentations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/superbib01_txt.xsl

    r76 r323  
    55version="1.0"> 
    66 
    7 <!-- 
    8 module : 
     7<!--rst 
     8 
     9.. _superbib01_txt.xsl: 
     10 
     11================== 
     12superbib01_txt.xsl 
     13================== 
     14 
     15DESCRIPTION 
     16=========== 
     17 
    918transformation of a DocBook file into a text file eatable by bibopa.sh 
    1019 
     20EXAMPLES 
     21======== 
     22 
    1123example pour test demo1 
    12 $ xsltproc \-\-param makedate "'$(date -u +"%Y-%m-%dT%H:%M:%SZ")'" \ 
     24 
     25.. code-block:: sh 
     26 
     27  xsltproc \-\-param makedate "'$(date -u +"%Y-%m-%dT%H:%M:%SZ")'" \ 
    1328  \-\-output /tmp/bibdemo1_dbk5.txt \ 
    1429  superbib01_txt.xsl data/bibdemo1_dbk5.xml 
    15 $ ./bibopa.sh -p demo1 -i /tmp/bibdemo1_dbk5.txt -t raw -l fr 
    16 $ diff biblio.xml data/bibdemo1_dbk5.xml 
     30  bibopa.sh -p demo1 -i /tmp/bibdemo1_dbk5.txt -t raw -l fr 
     31  diff biblio.xml data/bibdemo1_dbk5.xml 
    1732 
    18 update : 
     33EVOLUTIONS 
     34========== 
     35 
    1936$Id$ 
    20 fplod 2008-05-06T13:06:45Z aedon.locean-ipsl.upmc.fr (Darwin) 
    21 reactivation to provide opposite action of bibopa.sh 
    22 fplod 2007-04-06T14:27:24Z zeus.locean-ipsl.upmc.fr (Linux) 
    23 creation 
     37 
     38- fplod 2008-05-06T13:06:45Z aedon.locean-ipsl.upmc.fr (Darwin) 
     39 
     40  * reactivation to provide opposite action of bibopa.sh 
     41 
     42- fplod 2007-04-06T14:27:24Z zeus.locean-ipsl.upmc.fr (Linux) 
     43 
     44  * creation 
     45 
    2446--> 
    2547 
Note: See TracChangeset for help on using the changeset viewer.