Changeset 108


Ignore:
Timestamp:
10/27/10 16:57:34 (14 years ago)
Author:
pinsard
Message:

usage of option directive

Location:
trunk
Files:
1 deleted
26 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/guides/requirements.rst

    r106 r108  
    2020============ 
    2121 
    22 SUPERBIB is written using unix shell scripts using :command:`xsltproc`. 
     22SUPERBIB is written using unix shell scripts using : 
     23 
     24 - XML parser :command:`xsltproc` 
     25 - :command:`recode` 
     26 - XML parser :command:`xmlstarlet` 
    2327 
    2428You will need network to access to XML/DocBook XSD and XSL. 
  • trunk/before.sh

    r103 r108  
    2828#  - etc. 
    2929# 
    30 # -s  source directory 
    31 # -w  output directory 
    32 # -l  language 
    33 # -mono   +todo+ 
    34 # -multi   +todo+ 
    35 # -m  +todo+ 
     30# .. option:: -s  <source directory> 
     31# .. option:: -w  <output directory> 
     32# .. option:: -l  <language> 
     33# .. option:: -mono    
     34# 
     35#    +todo+ 
     36# 
     37# .. option:: -multi    
     38# 
     39#    +todo+ 
     40# 
     41# .. option:: -m   
     42# 
     43#    +todo+ 
     44# 
    3645# 
    3746# EXAMPLES 
     
    4150# ==== 
    4251# 
    43 # il faudrait autoriser plusieurs fois -l lang et utiliser un tableau de 
     52# il faudrait autoriser plusieurs fois :option:`-l` et utiliser un tableau de 
    4453# langues pour créer autant de répertoires qu'il faut. 
    4554# 
  • trunk/bibopa.sh

    r107 r108  
    2323# =========== 
    2424# 
     25# .. option:: -i   <filein> 
     26# .. option:: -ti  <typein> 
     27# .. option:: -o   <order> 
     28# .. option:: -p   <project> 
     29# .. option:: -l   <lang> 
     30# .. option:: -to  <typeout> 
    2531# 
    2632# Each entry in the same input file must follows the same order for authors 
    2733# except the first one. 
    2834# 
    29 # With ``fs`` in option order you will correctly process raw entry with 
     35# With ``fs`` in option :option:`-o order` you will correctly process raw entry with 
    3036# firstname and surname in this order for authors except the first one. 
    3137# 
  • trunk/components_db.xsl

    r95 r108  
    88<!--rst 
    99 
     10.. _components_db.xsl: 
     11 
    1012================= 
    1113components_db.xsl 
    1214================= 
    1315 
    14 ---------------------------------------------- 
    1516creation des élements components de formulaire 
    16 ---------------------------------------------- 
    1717 
    1818EVOLUTIONS 
  • trunk/form_db.xsl

    r95 r108  
    88<!--rst 
    99 
     10.. _form_db.xsl: 
     11 
    1012=========== 
    1113form_db.xsl 
    1214=========== 
    1315 
    14 ---------------------- 
    1516creation du formulaire 
    16 ---------------------- 
    1717 
    1818EVOLUTIONS 
  • trunk/insertphp.sh

    r103 r108  
    2626# en fonction d'info dans main.xml 
    2727# 
    28 # -i  input file 
    29 # -o  output file 
    30 # -s  sedfile 
    31 # -d  depth 
     28# .. option:: -i  <input file> 
     29# .. option:: -o  <output file> 
     30# .. option:: -s  <sedfile> 
     31# .. option:: -d  <depth> 
    3232# 
    3333# EXAMPLES 
  • trunk/install.sh

    r103 r108  
    1 #!/bin/sh 
     1#! /bin/sh 
    22#+ 
    33# 
     
    2727# is launched. 
    2828# 
    29 # -w  input directort 
    30 # -p  output directory 
    31 # -u  output url 
    32 # -l  login used to access on output url 
     29# .. option:: -w  <input directory> 
     30# .. option:: -p  <output directory> 
     31# .. option:: -u  <output url> 
     32# .. option:: -l  <login used to access on output url> 
    3333# 
    3434# If needed, existing directories might be removed before (to erase obsolete 
    35 # files), using ncftp tool : 
     35# files), using :command:`ncftp` tool : 
    3636# 
    3737# For example, to clean directory on LOCEAN web server :: 
  • trunk/linkchecker.sh

    r103 r108  
    2222# DESCRIPTION 
    2323# =========== 
     24# 
     25# .. option:: -d <dircheck> 
     26# .. option:: -u <url> 
    2427# 
    2528# check links of a given directory or url 
  • trunk/mailtouser.sh

    r103 r108  
    2424# =========== 
    2525# 
    26 # convert email text in xml form following user.dtd 
     26# .. option:: -m <mailbodyfile> 
     27# .. option:: -x <xmloutput> 
     28# 
     29# convert email text in xml form following :file:`user.dtd` 
    2730# 
    2831# SEE ALSO 
  • trunk/main_html.xsl

    r95 r108  
    88<!--rst 
    99 
     10.. _main_html.xsl: 
     11 
    1012============= 
    1113main_html.xsl 
    1214============= 
    1315 
    14 ---------------------------------------------- 
    1516transformation docbook en html avec formulaire 
    16 ---------------------------------------------- 
    1717 
    1818EVOLUTIONS 
  • trunk/message_lang.xsl

    r95 r108  
    66<!--rst 
    77 
     8.. _message_lang.xsl: 
     9 
    810================ 
    911message_lang.xsl 
    1012================ 
    1113 
    12 ------------------------------------------------- 
    1314produce paragraph or phrase according to language 
    14 ------------------------------------------------- 
    1515 
    1616EVOLUTIONS 
  • trunk/select_form.php

    r33 r108  
    8080 
    8181/* si pb il faut afficher toutes les information succeptibles de comprendre 
    82 et suggéré à l'utilisateur de nous les envoyer par mail 
     82et suggérer à l'utilisateur de nous les envoyer par mail 
    8383*/ 
    8484echo 'date : ' . date($DATE_ISO8601_mod); 
    8585echo ' author_id : ' . $author_id; 
    8686echo $_SERVER['HTTP_USER_AGENT']; 
    87 echo 'phpverion : ' . phpversion(); 
     87echo 'phpversion : ' . phpversion(); 
    8888echo $_POST['personal_surname']; 
    8989echo "<p>personal_surname : $personal_surname</p>"; 
  • trunk/superbib01_html.xsl

    r95 r108  
    77<!--rst 
    88 
     9.. _superbib01_html.xsl: 
     10 
    911=================== 
    1012superbib01_html.xsl 
    1113=================== 
    1214 
    13 --------------------------------- 
    1415transformation docbook en un html 
    15 --------------------------------- 
    1616 
    1717EVOLUTION 
  • trunk/superbib01_xml.xsl

    r95 r108  
    88<!--rst 
    99 
     10.. _superbib01_xml.xsl: 
     11 
    1012================== 
    1113superbib01_xml.xsl 
    1214================== 
    1315 
    14 --------------------------------------------------------------- 
    1516produce a DocBook 5 with bibliograhy references sorted by years 
    16 --------------------------------------------------------------- 
    1717 
    1818EVOLUTIONS 
  • trunk/superbib02_html.xsl

    r95 r108  
    77<!--rst 
    88 
     9.. _superbib02_html.xsl: 
     10 
    911=================== 
    1012superbib02_html.xsl 
    1113=================== 
    1214 
    13 ---------------------------------------- 
    1415transformation docbook en plusieurs html 
    15 ---------------------------------------- 
    1616 
    1717EVOLUTIONS 
  • trunk/superbib02_xml.xsl

    r95 r108  
    88<!--rst 
    99 
     10.. _superbib02_xml.xsl: 
     11 
    1012================== 
    1113superbib02_xml.xsl 
    1214================== 
    1315 
    14 ----------------------------------------------------------------- 
    1516produce a DocBook 5 with bibliograhy references sorted by authors 
    16 ----------------------------------------------------------------- 
    1717 
    1818EVOLUTIONS 
  • trunk/superbib_profile.sh

    r103 r108  
    1919#  $ . ./superbib_profile.sh -d directory -i indir -o outdir -t tempdir 
    2020# 
    21 # In ${HOME}/.profile, add the following line :: 
     21# In :file:`${HOME}/.profile`, add the following line :: 
    2222# 
    2323#  . superbib_profile.sh -d directory  -i indir -o outdir -t tempdir 
     
    2525# DESCRIPTION 
    2626# =========== 
     27# 
     28# .. option:: -d  <directory> 
     29# .. option:: -i  <indir> 
     30# .. option:: -o  <outdir> 
     31# .. option:: -t  <tempdir> 
    2732# 
    2833# define SUPERBIB environment 
  • trunk/superbibmany01_html.xsl

    r95 r108  
    77<!--rst 
    88 
     9.. _superbibmany01_html.xsl: 
     10 
    911======================= 
    1012superbibmany01_html.xsl 
    1113======================= 
    1214 
    13 ---------------------------------------- 
    1415transformation docbook en plusieurs html 
    15 ---------------------------------------- 
    1616 
    1717EVOLUTIONS 
  • trunk/superbibmany01_xml.xsl

    r95 r108  
    88<!--rst 
    99 
     10.. _superbibmany01_xml.xsl: 
     11 
    1012====================== 
    1113superbibmany01_xml.xsl 
    1214====================== 
    1315 
    14 ----------------------------------------------------------------------- 
    1516produce one DocBook 5 with bibliograhy references of one author in each 
    16 ----------------------------------------------------------------------- 
    1717 
    1818DESCRIPTION 
  • trunk/superbibmany02_html.xsl

    r95 r108  
    77<!--rst 
    88 
     9.. _superbibmany02_html.xsl: 
     10 
    911======================= 
    1012superbibmany02_html.xsl 
    1113======================= 
    1214 
    13 -------------------------------------------------------- 
    1415transformation docbook en plusieurs html avec formulaire 
    15 -------------------------------------------------------- 
    1616 
    1717EVOLUTIONS 
  • trunk/superbibmany02_xml.xsl

    r95 r108  
    77 
    88<!--rst 
     9 
     10.. _superbibmany02_xml.xsl: 
    911 
    1012====================== 
  • trunk/template_db.xsl

    r95 r108  
    99<!--rst 
    1010 
     11.. _template_db.xsl: 
     12 
    1113=============== 
    1214template_db.xsl 
    1315=============== 
    1416 
    15 ----------------------------------------------- 
    1617création du prototype de formulaire utilisateur 
    17 ----------------------------------------------- 
    1818 
    1919EVOLUTIONS 
  • trunk/timestamp.php

    r95 r108  
    22 
    33/*rst 
     4 
     5.. _timestamp.php: 
    46 
    57============= 
  • trunk/twindoi.sh

    r103 r108  
    2323# =========== 
    2424# 
     25# 
     26# .. option:: -i <filein> 
     27# .. option:: -t <type> 
    2528# 
    2629# detection of duplicate DOI 
  • trunk/user_db.xsl

    r95 r108  
    88<!--rst 
    99 
     10.. _user_db.xsl: 
     11 
    1012=========== 
    1113user_db.xsl 
    1214=========== 
    1315 
    14 ----------------------------------------------------------------------- 
    1516creation des élements de formulaire (sans saisie) d'après les info user 
    16 ----------------------------------------------------------------------- 
    1717 
    1818EVOLUTIONS 
  • trunk/user_html.xsl

    r95 r108  
    77<!--rst 
    88 
     9.. _user_html.xsl: 
     10 
    911============= 
    1012user_html.xsl 
    1113============= 
    1214 
    13 -------------------------------------------------------- 
    1415transformation docbook en plusieurs html avec formulaire 
    15 -------------------------------------------------------- 
    1616 
    1717EVOLUTIONS 
Note: See TracChangeset for help on using the changeset viewer.