SUPERBIB tools

Shell scripts

superbib_profile.sh

before.sh

bibopa.sh

install.sh

linkchecker.sh

mailtouser.sh

twindoi.sh

XSL scripts

components_db.xsl

form_db.xsl

main_html.xsl

message_lang.xsl

superbib01_html.xsl

superbib01_xml.xsl

superbib02_html.xsl

superbib02_xml.xsl

superbibmany01_html.xsl

superbibmany01_xml.xsl

superbibmany02_html.xsl

superbibmany02_xml.xsl

template_db.xsl

user_db.xsl

user_html.xsl

PHP scripts

timestamp.php

superbib_profile.sh

NAME

superbib_profile.sh - define SUPERBIB environnement

SYNOPSIS

Online usage

$ . ./superbib_profile.sh -d directory -i indir -o outdir -t tempdir

In ${HOME}/.profile, add the following line

. superbib_profile.sh -d directory  -i indir -o outdir -t tempdir

DESCRIPTION

define SUPERBIB environnement

${SUPERBIB} is the base directory of tools.

${SUPERBIB_LOG} is the directory where log files will be written.

${SUPERBIB_ID} is the directory where input files must be.

${SUPERBIB_OD} is the directory where output files will be written.

MANPATH++

EXAMPLES

For fplod, on aedon.locean-ipsl.upmc.fr:

$ cd /usr/home/fplod/src/superbib/superbib_ws/src/
$ . ./superbib_profile.sh \
  -d $(pwd) \
  -i /usr/temp/${LOGNAME}/superbib_d/ \
  -o /usr/temp/${LOGNAME}/superbib_d/ \
  -t /usr/temp/${LOGNAME}/log/

FILES

original location

/usr/home/fplod/src/superbib/superbib_ws/src/superbib_profile.sh sur aedon.locean-ipsl.upmc.fr

EVOLUTIONS

++ option bavarde

++ machine dependant

++ compilateur dependant

++ pas de MANPATH defini par défaut sur zeus

$Id$

  • fplod 2008-10-31T11:17:24Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation ++ pas encore en service

before.sh

NAME

before.sh - preparation of results directory

SYNOPSIS

$ before.sh -p product -s dirsrc -w dirwww -l lang -mono|-multi -m nmany

DESCRIPTION

preparation of temporary (before deployement) of superbib results directory
  • tree;
  • copy of constant images copie des images;
  • copy of CSS style sheet;
  • etc.
-s source directory
-w output directory
-l language
-mono ++
-multi ++
-m ++

EXAMPLES

FILES

original location

/usr/home/fplod/src/superbib_ws/before.sh sur aedon.locean-ipsl.upmc.fr

TODO

il faudrait autoriser plusieurs fois -l lang et utiliser un tableau de langues pour créer autant de répertoires qu'il faut.

EVOLUTIONS

$Id: before.sh 83 2008-12-19 10:55:44Z pinsard $

  • fplod 2008-09-16T15:19:59Z aedon.locean-ipsl.upmc.fr (Darwin)
    • comments in ReStructured Text
  • fplod 2008-06-16T09:48:22Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add copy of documents
  • fplod 2007-10-17T12:22:57Z aedon.locean-ipsl.upmc.fr (Darwin)
    • parametrisation of number of "many" presentation
  • fplod 2007-09-28T08:43:10Z aedon.locean-ipsl.upmc.fr (Darwin)
    • parametrisation and translation
  • fplod 2007-03-30T09:55:49Z aedon.locean-ipsl.upmc.fr (Darwin)
    • création

bibopa.sh

NAME

bibopa.sh - transform a bibliography file in DocBook 5 format

SYNOPSYS

$ bibopa.sh -i filein -t type -o order -p project -l lang

DESCRIPTION

Each entry in the same input file must follows the same order for authors except the first one.

With fs in option order you will correctly process raw entry with firstname and surname in this order for authors except the first one.

If raw entry uses surname and firstname order, you should use sf.

Behera, S. K., J. Luo, S. Masson, S. Rao, S. Gualdi, P. Delecluse, A.
Navarra and T. Yamagata, 2004 : Paramount Impact of the Indian Ocean
Dipole on the East African Short Rains: A CGCM Study, J. Climate, In
press.

donnerait

<biblioentry xml:id="behara2004">
<authorgroup>
<author><surname>Behera</surname> <firstname>S. K.</firstname> </author>
<author><firstname>J.</firstname> <surname>Luo</surname></author>
<author><firstname>S.</firstname> <surname>Masson</surname></author>
<author><firstname>S.</firstname> <surname>Rao</surname></author>
<author><firstname>S.</firstname> <surname>Gualdi</surname></author>
<author><firstname>P.</firstname> <surname>Delecluse</surname></author>
<author><firstname>A.</firstname> <surname>Navara</surname></author>
<author><firstname>T.</firstname> <surname>Yamagata</surname></author>
</authorgroup>
<date>2004</date>
<title>Paramount Impact of the Indian Ocean Dipole on the East African
Short Rains: A CGCM Study</title>
<publishername>J. Climate</publishername>
<biblioid class="doi">doi</biblioid>
<bibliomisc role="pseudoref">In press.</bibliomisc>
<bibliomisc role="internalref">from
http://www.lodyc.jussieu.fr/~opatlod/NEMO_v1/6_Menu/2_page/index.html
2007-03-29T16:24:31Z fplod by hand</bibliomisc>
</biblioentry>
@book{MetReiCoh2004 ,
   author    = {Michael Metcalf and
           John Reid and Malcolm Cohen},
   title     = {Fortran 95/2003 explained},
   year      = {2004},
   publisher = {Oxford University Press},
   edition   = {Third},
   ISBN      = {0-19-852693-8},
   pages = {434}
}

donnerait

<biblioentry xml:id="MetReiCoh2004">
<authorgroup>
<author><firstname>Michael</firstname> <surname>Metcalf</surname></author>
<author><firstname>John</firstname> <surname>Reid</surname></author>
<author><firstname>Malcolm</firstname> <surname>Cohen</surname></author>
</authorgroup>
<date>2004}</date>
<title>Fortran 95/2003 explained</title>
<publisher><publishername>Oxford University Press</publishername></publisher>
<biblioid class="isbn">0-19-852693-8</biblioid>
<pagenums>434</pagenums>
<edition>Third</edition>

EXAMPLES

To transform the NEMO bibliography file in raw format:

$ ./bibopa.sh -p birefnemo -i data/biball.txt -t raw

To transform a bibliography file in mailbody format:

$ ./bibopa.sh -p bibrefnemo -i data/mail2007-05-10T09:01:56Z -t mailbody

To transform a bibliography file in bibtex format in french:

$ ./bibopa.sh -p polyfortran -i data/petitpolyfp.bib -t bibtex -l fr

To transform the SUPERBIB demo bibliography file in raw format:

$ ./bibopa.sh -p demo1 -i data/bibdemo1.txt -t raw -l fr

SEE ALSO

mailtouser.sh

FILES

original location

/usr/home/fplod/incas/bibnemo/src/bibnemomaf/bibopa.sh sur cerbere.locean-ipsl.upmc.fr

TODO

gestion des comments

gestion des id existants (cf à la fin)

option debug

should use iconv instead of recode for portability issue but not found yet the "flat" functionality in iconv

write something in the logfile !

EVOLUTIONS

$Id: bibopa.sh 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2009-01-15T10:36:18Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add description of -o option
    • add journal "PNAS"
    • add journal "Lettre PIGB-PMRC"
  • fplod 2009-01-14T15:27:48Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add journal "Water Resources Research"
    • add journal "Climate Research"
    • add conf "Colloque du GIS « Climat-Environnement-Sociétés »"
    • add journal "Agricultural and Forest Meteorology"
    • add conf "VIIth IAHS Scientific Assembly"
    • add conf "AGU fall Meeting"
    • add journal "Phil. Trans. Roy. Soc. B"
    • add journal "Phil. Trans. Roy. Soc. B"
    • add conf "4th Alexander Von Humboldt International Conference"
    • add journal/conf "??" (Should not be used too much !)
    • add journal "Nature Geosciences"
    • add journal "International Journal of Climatology"
    • add journal "Journal of Hydrology"
    • add journal "Revue de l'Énergie"
    • add journal "Clim. Res."
    • add journal "Hydrol. Earth Sys. Sci."
    • add journal "Ambio"
    • add journal "Theoretical and applied climatology"
    • add journal "Remote Sensing of Environnement"
  • fplod 2008-10-28T11:40:19Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add journal "Progress In Oceanography"
    • add journal "Climatic Change"
    • add journal "Ocean Dynamics"
    • add journal "Phil. Trans. Roy. Soc. A"
    • add journal "Izvestiya Atmospheric and Oceanic Physics"
    • add journal "Journal of Hydrometeorology"
    • add journal "Remote Sensing of Environment"
    • add journal "Oceanology"
    • add journal "Water Resour. Res."
    • add journal "Advances in Atmospheric Sciences"
    • add journal "Quaternary Science Reviews"
    • replace "Elsevier Oceanography Series" by "Elsevier Oceanographic Series"
    • bug fix : unclosed date tag
    • trouble with flat conversion for id building ...
    • remove interactivity at then end (allowing redirection of stderr and stdout)
    • strip blank lines
    • bug fix : counting nb of occurences of "," technique ... to be improved
  • fplod 2008-09-16T15:19:59Z aedon.locean-ipsl.upmc.fr (Darwin)
    • comments in ReStructured Text
  • fplod 2008-05-16T10:33:16Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add parameter -o for firstname/surname order in bibtex file
  • fplod 2008-05-15T15:15:04Z aedon.locean-ipsl.upmc.fr (Darwin)
    • new way of processing bibtex file : external/bibtex2xml.py
  • fplod 2008-04-30T07:11:58Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5 out
    • xmlto 0.0.18 does'nt like this docbook release. remove
    • usage of xml (xmlstarlet) for validation
    • bug fix
    • add journal names from demo1
    • fplod 2008-03-12T16:11:07Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add -p option (to overide bibrefnemo in file name and id)
    • add -l option by default en
  • fplod 2008-03-11T11:25:27Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add bibtex entry (not finished)++
  • fplod 2007-06-20T17:18:02Z aedon.locean-ipsl.upmc.fr (Darwin)
    • <bibliomisc role="id"> replace by <biblioid class="doi">
  • smasson 2007-06-07T16:43:42Z arete.locean-ipsl.upmc.fr (Darwin)
    • Add journals
  • fplod 2007-05-10T09:17:09Z aedon.locean-ipsl.upmc.fr (Darwin)
    • dernières touches
  • fplod 2007-04-25T10:59:49Z cerbere.locean-ipsl.upmc.fr (Linux)
    • add a filein parameter and an option for mailbody
    • comments (line begininig with #) are now possible
  • Sebastien Masson avril 2007
    • creation

install.sh

NAME

install.sh - publication of HTML files and associated files

SYNOPSYS

$ install.sh -w dirwww -p dirpublish -u urlpublish -l login

DESCRIPTION

publication (rsync) of dirwww content on dirpublish given in argument

If the host of publication is cerbere.locean-ipsl.upmc.fr, a specific update is launched.

-w input directory
-p output directory
-u output url
-l login used to access on output url

EXAMPLES

FILES

original location

/usr/home/fplod/src/superbib_ws/install.sh sur aedon.locean-ipsl.upmc.fr

EVOLUTIONS

$Id: install.sh 83 2008-12-19 10:55:44Z pinsard $

  • fplod 2008-09-16T15:24:26Z aedon.locean-ipsl.upmc.fr (Darwin)
    • comments in ReStructured Text
  • fplod 2008-06-17T09:10:19Z aedon.locean-ipsl.upmc.fr (Darwin)
  • fplod 2008-03-28T10:26:58Z aedon.locean-ipsl.upmc.fr (Darwin)
    • new personnal webpages policy at LOCEAN so new command and new parameter (-u)
  • fplod 2007-09-28T09:30:43Z aedon.locean-ipsl.upmc.fr (Darwin)
    • parametrisation and translation
  • smasson 2007-06-07T16:43:42Z arete.locean-ipsl.upmc.fr (Darwin)
    • can give the answer with input parameters
  • fplod 2007-04-26T11:51:42Z aedon.locean-ipsl.upmc.fr (Darwin)

linkchecker.sh

NAME

linkchecker.sh - check links of a given directory or url

SYNOPSYS

$ linkchecker.sh -d dircheck -u url

DESCRIPTION

check links of a given directory or url cf. install.sh

EXAMPLES

FILES

original location

/usr/home/fplod/src/superbib_ws/linkchecker.sh sur aedon.locean-ipsl.upmc.fr

EVOLUTIONS

++ linkchecker ne voit pas les erreurs !!

++ dirpublish forme fplod@cerbere.locean-ipsl.upmc.fr:./WWW/ par example donc pas http

  • ajouter la possibilite de faire une carte du site avec graphviz

exemple syntaxe

$ linkchecker -odot -v http://www.lodyc.jussieu.fr/NEMO/general/biblio_new/   | dot -Tps > sitemap.ps

remove "set -u" because I don't know how to test if there is at least one directory AND one url to be checked without this option

!! ++ must be restore ASAP

$Id: linkchecker.sh 83 2008-12-19 10:55:44Z pinsard $

  • fplod 2008-12-19T10:05:59Z aedon.locean-ipsl.upmc.fr (Darwin)
    • bug fix for relative directory (thanks to Sébastien Masson)
  • fplod 2008-09-16T15:28:34Z aedon.locean-ipsl.upmc.fr (Darwin)
    • comment in ReStructured Text
  • fplod 2007-10-12T07:32:08Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add -u pour url
    • add multiple -d and suppression of interactivity
    • replace -w by -d (more generic)
    • use rather checklink than linkchecker because the first one exist either on Mac and Unix, and because the second one exists only on Mac and does'nt seem to detect every problem
  • fplod 2007-10-11T15:31:25Z aedon.locean-ipsl.upmc.fr (Darwin)
    • parametrization
    • merge with checklink.sh ++ choisir entre les deux
  • fplod 2007-06-19T09:26:04Z aedon.locean-ipsl.upmc.fr (Darwin)
    • création

mailtouser.sh

NAME

mailtouser.sh - convert email text in xml form folloowing user.dtd

SYNOPSYS

$ mailtouser.sh -m mailbodyfile -x xmloutput

DESCRIPTION

convert email text in xml form following user.dtd

SEE ALSO

bibopa.sh

EXAMPLES

$ ./mailtouser.sh -m data/mail2007-05-10T09:01:56Z -x ginette.xml

FILES

original location

/usr/home/fplod/src/superbib_ws/mailtouser.sh sur aedon.locean-ipsl.upmc.fr

EVOLUTIONS

++ gestion des comments

++ gestion de la signature

$Id: mailtouser.sh 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-16T15:42:41Z aedon.locean-ipsl.upmc.fr (Darwin)
  • comments in ReStructured Text
  • fplod 2007-06-06T09:27:55Z aedon.locean-ipsl.upmc.fr (Darwin)
  • correction for Off-Line and PC Cluster
  • fplod 2007-05-18T08:31:48Z aedon.locean-ipsl.upmc.fr (Darwin)
  • add off-line and agrif components
  • fplod 2007-05-09T15:03:15Z aedon.locean-ipsl.upmc.fr (Darwin)
  • reprise + ajout middlename + ajout components_date
  • fplod 2007-04-25T09:15:38Z aedon.locean-ipsl.upmc.fr (Darwin)
  • creation

twindoi.sh

NAME

twindoi.sh - detection of duplicate DOI

SYNOPSYS

$ twindoi.sh -i filein -t type

DESCRIPTION

detection of duplicate DOI

EXAMPLES

$ ./twindoi.sh -i data/biball.txt -t raw
$ ./twindoi.sh -i data/biball.xml -t xml

FILES

original location

/usr/home/fplod/src/superbib_ws/twindoi.sh sur aedon.locean-ipsl.upmc.fr

EVOLUTIONS

++ option debug

++ the following command wich is not convenient (xml vs txt) did not give any alert and check inside xml comments

$ ./twindoi.sh -i data/biball.xml -t raw

$Id: twindoi.sh 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-05-05T14:26:31Z aedon.locean-ipsl.upmc.fr (Darwin)
    • usage of xml(starlet) for doi extraction in xml file
  • fplod 2007-06-20T16:12:22Z aedon.locean-ipsl.upmc.fr (Darwin)
    • consolidation and homogeneisation
  • smasson 2007-06-20T16:11:47Z
    • creation

components_db.xsl

NAME

création des éléments components de formulaire

EVOLUTIONS

$Id: components_db.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T09:49:51Z aedon.locean-ipsl.upmc.fr (Darwin)
    • project name from main.xml file instead of a fixed one
  • fplod 2008-04-29T09:06:37Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt fot dbk5
  • fplod 2007-06-08T09:07:12Z aedon.locean-ipsl.upmc.fr (Darwin)
    • bug fix for components_date
  • fplod 2007-05-18T10:25:06Z aedon.locean-ipsl.upmc.fr (Darwin)
    • correction pour cause de dysfonctionnement sous firefox (mais ok sous safari) : Le 1er choix est modifié si on clique sur un des choix suivant
  • fplod 2007-04-27T15:16:34Z aedon.locean-ipsl.upmc.fr (Darwin)
    • ajout date
  • fplod 2007-04-26T10:07:08Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation

form_db.xsl

NAME

creation du formulaire

EVOLUTIONS

$Id: form_db.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T09:49:51Z aedon.locean-ipsl.upmc.fr (Darwin)
    • project name from main.xml file instead of a fixed one
  • fplod 2008-04-29T08:57:43Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5
  • fplod 2007-10-17T08:07:50Z aedon.locean-ipsl.upmc.fr (Darwin)
    • improve sort (diacriticals)
  • fplod 2007-05-18T14:56:32Z aedon.locean-ipsl.upmc.fr (Darwin)
    • modif gestion de id
  • fplod 2007-05-15T07:41:16Z aedon.locean-ipsl.upmc.fr (Darwin)
    • factorisation de biblioentry
  • fplod 2007-04-27T10:53:20Z aedon.locean-ipsl.upmc.fr (Darwin)
  • fplod 2007-04-26T12:08:09Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation

main_html.xsl

NAME

transformation docbook en html avec formulaire

EVOLUTIONS

$Id: main_html.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T10:23:44Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add a link to project homepage at the bottom of the page
  • fplod 2008-04-30T15:23:38Z aedon.locean-ipsl.upmc.fr (Darwin)
    • language inherited from biblio.xml
  • fplod 2008-04-28T11:02:38Z aedon.locean-ipsl.upmc.fr (Darwin)
    • input dbk5
  • fplod 2007-04-18T08:15:46Z aedon.locean-ipsl.upmc.fr (Darwin)
    • création

message_lang.xsl

NAME

produce paragraph or phrase according to language

EVOLUTIONS

$Id$

  • fplod 2008-09-17T12:07:38Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add message_back
  • fplod 2008-05-06T13:24:02Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add message_and
  • fplod 2008-04-30T10:57:13Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation

superbib01_html.xsl

NAME

transformation docbook en un html

EVOLUTION

$Id: superbib01_html.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T10:23:44Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add a link to project homepage at the bottom of the page
  • fplod 2007-03-30T09:55:19Z aedon.locean-ipsl.upmc.fr (Darwin)
    • création

superbib01_xml.xsl

NAME

produce a DocBook 5 with bibliograhy references sorted by years

EVOLUTIONS

$Id: superbib01_xml.xsl 77 2008-09-18 15:06:53Z pinsard $

  • fplod 2008-09-17T10:40:43Z aedon.locean-ipsl.upmc.fr (Darwin)
    • project name from main.xml file instead of a fixed one
  • fplod 2008-04-30T10:32:48Z aedon.locean-ipsl.upmc.fr (Darwin)
    • language inherited from biblio.xml
  • fplod 2008-04-29T15:23:51Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5 in ++
  • fplod 2008-04-29T07:46:20Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5 out
  • fplod 2007-10-17T08:01:14Z aedon.locean-ipsl.upmc.fr (Darwin)
    • improve authors sort (diacriticals)
  • fplod 2007-06-08T08:36:48Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add total nb of publications in one cell. quite interesting usage of XPATH to determine mininum and maximum value of a element !
  • fplod 2007-05-21T14:06:53Z aedon.locean-ipsl.upmc.fr (Darwin)
    • ajout de plot nbpub/years
  • fplod 2007-05-04T08:02:29Z aedon.locean-ipsl.upmc.fr (Darwin)
    • externalisation de biblioentry
    • passage de itemizedlist à sect1 pour homogénéisation sur présentation par auteur(et parce que je préfère)
  • fplod 2007-04-02T08:53:30Z aedon.locean-ipsl.upmc.fr (Darwin)
    • journal dans biblioset
  • fplod 2007-03-30T12:38:34Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation

superbib02_html.xsl

NAME

transformation docbook en plusieurs html

EVOLUTIONS

$Id: superbib02_html.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T10:23:44Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add a link to project homepage at the bottom of the page
  • fplod 2007-04-06T10:30:31Z aedon.locean-ipsl.upmc.fr (Darwin)
    • création

superbib02_xml.xsl

NAME

produce a DocBook 5 with bibliograhy references sorted by authors

EVOLUTIONS

$Id: superbib02_xml.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T10:40:43Z aedon.locean-ipsl.upmc.fr (Darwin)
    • project name from main.xml file instead of a fixed one
  • fplod 2008-04-30T15:02:03Z aedon.locean-ipsl.upmc.fr (Darwin)
    • language inherited from biblio.xml
  • fplod 2008-04-29T08:01:08Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5
  • fplod 2007-10-17T07:49:19Z aedon.locean-ipsl.upmc.fr (Darwin)
    • improve sort (diacriticals)
  • fplod 2007-05-18T14:31:33Z aedon.locean-ipsl.upmc.fr (Darwin)
    • modif gestion id
  • fplod 2007-05-16T15:15:36Z aedon.locean-ipsl.upmc.fr (Darwin)
    • correction pour homonymes partiels
  • fplod 2007-05-04T08:17:56Z aedon.locean-ipsl.upmc.fr (Darwin)
    • externalisation de biblioentry
  • fplod 2007-04-02T08:53:30Z aedon.locean-ipsl.upmc.fr (Darwin)
    • journal dans biblioset
  • fplod 2007-03-30T12:38:34Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation

superbibmany01_html.xsl

NAME

transformation docbook en plusieurs html

EVOLUTIONS

$Id: superbibmany01_html.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T10:23:44Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add a link to project homepage at the bottom of the page
  • fplod 2007-05-04T09:05:49Z aedon.locean-ipsl.upmc.fr (Darwin)
    • création à partir de bibnemomaf02_html.xsl mais user.footer.navigation au lieu de user.footer.content

superbibmany01_xml.xsl

NAME

produce one DocBook 5 with bibliograhy references of one author in each

this DocBook will be chunked for html output

EVOLUTIONS

$Id: superbibmany01_xml.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T09:49:51Z aedon.locean-ipsl.upmc.fr (Darwin)
    • project name from main.xml file instead of a fixed one
  • fplod 2008-04-30T14:52:20Z aedon.locean-ipsl.upmc.fr (Darwin)
    • language inherited from biblio.xml
  • fplod 2008-04-29T15:57:17Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5 in
  • fplod 2008-04-29T08:20:09Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5 out
  • fplod 2007-10-17T08:03:44Z aedon.locean-ipsl.upmc.fr (Darwin)
    • improve sort (diacriticals)
  • fplod 2007-05-18T14:57:52Z aedon.locean-ipsl.upmc.fr (Darwin)
    • modif gestion id
  • fplod 2007-05-16T15:19:57Z aedon.locean-ipsl.upmc.fr (Darwin)
    • correction pour homonymes partiels
  • fplod 2007-05-04T09:23:05Z aedon.locean-ipsl.upmc.fr (Darwin)
    • création à partir de bibnemomaf02_xml.xsl mais liens externes

superbibmany02_html.xsl

NAME

transformation docbook en plusieurs html avec formulaire

EVOLUTIONS

$Id: superbibmany02_html.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T10:23:44Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add a link to project homepage at the bottom of the page
  • fplod 2007-04-06T10:30:31Z aedon.locean-ipsl.upmc.fr (Darwin)
    • création

superbibmany02_xml.xsl

NAME

produce one DocBook 5 with a form containing bibliograhy references and general information of one author/user

this DocBook will be chunked for html output

EVOLUTIONS

$Id: superbibmany02_xml.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T10:40:43Z aedon.locean-ipsl.upmc.fr (Darwin)
    • project name from main.xml file instead of a fixed one
  • fplod 2008-04-30T14:52:55Z aedon.locean-ipsl.upmc.fr (Darwin)
    • language inherited from biblio.xml
  • fplod 2008-04-30T06:44:31Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5 in
  • fplod 2007-10-17T08:06:40Z aedon.locean-ipsl.upmc.fr (Darwin)
    • improve sort (diacriticals)
  • fplod 2007-05-18T14:59:29Z aedon.locean-ipsl.upmc.fr (Darwin)
    • modif gestion id
  • fplod 2007-05-16T15:28:56Z aedon.locean-ipsl.upmc.fr (Darwin)
    • correction pour homonymes partiels
  • fplod 2007-05-15T15:07:37Z aedon.locean-ipsl.upmc.fr (Darwin)
    • modification to see user/userid="template" information if author_id doesn't exit in users datafile
  • fplod 2007-04-16T08:10:06Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation

template_db.xsl

NAME

création du prototype de formulaire utilisateur

EVOLUTIONS

$Id: template_db.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T09:49:51Z aedon.locean-ipsl.upmc.fr (Darwin)
    • project name from main.xml file instead of a fixed one
  • fplod 2008-04-30T13:30:47Z aedon.locean-ipsl.upmc.fr (Darwin)
    • language inherited from biblio.xml
  • fplod 2008-04-29T10:28:37Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5
  • fplod 2007-04-26T09:31:32Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation

user_db.xsl

NAME

création des éléments de formulaire (sans saisie) d'après les info user

EVOLUTIONS

$Id: user_db.xsl 76 2008-09-18 10:14:27Z pinsard $

  • fplod 2008-09-17T09:49:51Z aedon.locean-ipsl.upmc.fr (Darwin)
    • project name from main.xml file instead of a fixed one
  • fplod 2008-04-30T13:55:17Z aedon.locean-ipsl.upmc.fr (Darwin)
    • language inherited from biblio.xml
  • fplod 2008-04-29T10:23:26Z aedon.locean-ipsl.upmc.fr (Darwin)
    • chgt for dbk5
  • fplod 2007-06-06T10:20:22Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add middle name
  • fplod 2007-05-04T10:26:02Z aedon.locean-ipsl.upmc.fr (Darwin)
    • homogéneisation sur bibnemo pr auteur et par année
  • fplod 2007-04-20T15:31:20Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation

user_html.xsl

NAME

transformation docbook en plusieurs html avec formulaire

EVOLUTIONS

$Id: user_html.xsl 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2008-09-17T10:23:44Z aedon.locean-ipsl.upmc.fr (Darwin)
    • add a link to project homepage at the bottom of the page
  • fplod 2007-04-18T08:15:46Z aedon.locean-ipsl.upmc.fr (Darwin)
    • création

timestamp.php

NAME

++

EVOLUTIONS

++ quand on sera passer en PHP => 5.1

++ - decommenter date_default_timezone_set('UTC')

++ - remplacer gmdate par date

$Id: timestamp.php 80 2008-10-30 09:10:11Z pinsard $

  • fplod 2007-05-09T09:14:02Z aedon.locean-ipsl.upmc.fr (Darwin)
    • creation