Changeset 410


Ignore:
Timestamp:
11/06/09 16:17:55 (14 years ago)
Author:
pinsard
Message:

no more titlepage usage for XML processing

Location:
trunk/SRC/Documentation/xmldoc
Files:
2 deleted
4 edited

Legend:

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

    r345 r410  
    33# module : 
    44# ++ working on firststeps.xml before processing for HTML and wiki 
     5# 
     6# TODO 
     7# ==== 
     8# 
     9# file in/out parameters to be usable correctly in makefile 
    510# 
    611# update : 
  • trunk/SRC/Documentation/xmldoc/getsaxo_pre.sh

    r345 r410  
    33# module : 
    44# ++ working on getsaxo.xml before processing for HTML and wiki 
     5# 
     6# TODO 
     7# ==== 
     8# 
     9# file in/out parameters to be usable correctly in makefile 
    510# 
    611# update : 
  • trunk/SRC/Documentation/xmldoc/makefile

    r409 r410  
    1515# 
    1616# $Id$ 
     17# 
     18# - fplod 20091106T151022Z aedon.locean-ipsl.upmc.fr (Darwin) 
     19# 
     20#   * no more titlepage.saxo.xml usage 
    1721# 
    1822# - fplod 20091106T143104Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    7074        -@rm -f $(DIRTMP)/rowscm.xml 
    7175        -@rm -f $(DIRTMP)/rowskwd.xml 
    72         -@rm -f $(DIRTMP)/titlepage.saxo.xsl 
    7376        -@rm -f $(DIRTMP)/all_plots.xml 
    7477        -@rm -f $(DIRTMP)/getsaxo_sed.xml 
     
    142145$(DIRTMP)/websaxo_full.xml \ 
    143146$(DIRSRC)/saxo_html.xsl \ 
    144 $(DIRTMP)/titlepage.saxo.xsl \ 
    145147$(DIRSRC)/style.css \ 
    146148$(DIRSRC)/$(PRODUCT).css 
     
    176178$(DIRTMP)/svnbasiccommands_full.xml \ 
    177179$(DIRSRC)/saxo_html.xsl \ 
    178 $(DIRTMP)/titlepage.saxo.xsl \ 
    179180$(DIRSRC)/style.css \ 
    180181$(DIRSRC)/$(PRODUCT).css 
     
    210211$(DIRTMP)/faqsaxo_full.xml \ 
    211212$(DIRSRC)/saxo_html.xsl \ 
    212 $(DIRTMP)/titlepage.saxo.xsl \ 
    213213$(DIRSRC)/style.css \ 
    214214$(DIRSRC)/$(PRODUCT).css 
     
    244244$(DIRTMP)/getsaxo_full.xml \ 
    245245$(DIRSRC)/saxo_html.xsl \ 
    246 $(DIRTMP)/titlepage.saxo.xsl \ 
    247246$(DIRSRC)/style.css \ 
    248247$(DIRSRC)/$(PRODUCT).css 
     
    283282$(DIRTMP)/firststeps_full.xml \ 
    284283$(DIRSRC)/saxo_html.xsl \ 
    285 $(DIRTMP)/titlepage.saxo.xsl \ 
    286284$(DIRSRC)/style.css \ 
    287285$(DIRSRC)/$(PRODUCT).css 
     
    308306$(DIRTMP)/all_plots.xml \ 
    309307$(DIRSRC)/saxo_html.xsl \ 
    310 $(DIRTMP)/titlepage.saxo.xsl \ 
    311308$(DIRSRC)/style.css \ 
    312309$(DIRSRC)/$(PRODUCT).css 
     
    356353$(DIRTMP)/mailing_full.xml \ 
    357354$(DIRSRC)/saxo_html.xsl \ 
    358 $(DIRTMP)/titlepage.saxo.xsl \ 
    359355$(DIRSRC)/style.css \ 
    360356$(DIRSRC)/$(PRODUCT).css 
     
    392388$(DIRTMP)/mini_notice_full.xml \ 
    393389$(DIRSRC)/saxo_html.xsl \ 
    394 $(DIRTMP)/titlepage.saxo.xsl \ 
    395390$(DIRSRC)/style.css \ 
    396391$(DIRSRC)/$(PRODUCT).css 
     
    426421$(DIRTMP)/tiplink_full.xml \ 
    427422$(DIRSRC)/saxo_html.xsl \ 
    428 $(DIRTMP)/titlepage.saxo.xsl \ 
    429423$(DIRSRC)/style.css \ 
    430424$(DIRSRC)/$(PRODUCT).css 
     
    460454$(DIRTMP)/infoupdatecm_full.xml \ 
    461455$(DIRSRC)/saxo_html.xsl \ 
    462 $(DIRTMP)/titlepage.saxo.xsl \ 
    463456$(DIRSRC)/style.css \ 
    464457$(DIRSRC)/$(PRODUCT).css 
     
    495488$(DIRTMP)/infoupdatekwd_full.xml \ 
    496489$(DIRSRC)/saxo_html.xsl \ 
    497 $(DIRTMP)/titlepage.saxo.xsl \ 
    498490$(DIRSRC)/style.css \ 
    499491$(DIRSRC)/$(PRODUCT).css 
     
    547539$(DIRTMP)/whatissaxo_full.xml \ 
    548540$(DIRSRC)/saxo_html.xsl \ 
    549 $(DIRTMP)/titlepage.saxo.xsl \ 
    550541$(DIRSRC)/style.css \ 
    551542$(DIRSRC)/$(PRODUCT).css 
     
    581572$(DIRTMP)/whatsnew_full.xml \ 
    582573$(DIRSRC)/saxo_html.xsl \ 
    583 $(DIRTMP)/titlepage.saxo.xsl \ 
    584574$(DIRSRC)/style.css \ 
    585575$(DIRSRC)/$(PRODUCT).css 
     
    615605$(DIRTMP)/updatesaxo_full.xml \ 
    616606$(DIRSRC)/saxo_html.xsl \ 
    617 $(DIRTMP)/titlepage.saxo.xsl \ 
    618607$(DIRSRC)/style.css \ 
    619608$(DIRSRC)/$(PRODUCT).css 
     
    635624        --output $@ \ 
    636625        $< 
    637  
    638 $(DIRTMP)/titlepage.saxo.xsl : \ 
    639 $(DIRSRC)/titlepage.saxo.xml 
    640         @xsltproc \ 
    641         --output $@ \ 
    642         http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl \ 
    643         $< 
  • trunk/SRC/Documentation/xmldoc/saxo_html.xsl

    r345 r410  
    44xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    55<!-- 
    6 module : 
     6 
     7module 
     8====== 
     9 
    710transformation docbook en un html 
    811 
    9 source : 
     12FILES 
     13===== 
     14 
    1015./SAXO_DIR/SRC/Documentation/xmldoc/saxo_html.xsl sur aedon.locean-ipsl.upmc.fr 
    1116 
    12 update 
     17EVOLUTIONS 
     18========== 
     19 
    1320$Id$ 
    14 fplod 2006-07-11T08:51:41Z aedon.locean-ipsl.upmc.fr (Darwin) 
    15 modif d'après http://www.sagehill.net/docbookxsl/ModifyElemTemplates.html 
    16 pour mettre autour et email comme le souhaite Gurvan 
    17 et mettre pubdate 
     21 
     22- fplod 20091106T150707Z aedon.locean-ipsl.upmc.fr (Darwin) 
     23 
     24 * suppression de titlepage 
     25 
     26- fplod 2006-07-11T08:51:41Z aedon.locean-ipsl.upmc.fr (Darwin) 
     27 
     28 * modif d'après http://www.sagehill.net/docbookxsl/ModifyElemTemplates.html 
     29   pour mettre auteur et email comme le souhaite Gurvan 
     30   et mettre pubdate 
    1831--> 
    1932 
    20 <!-- if there is some trouble with network, you can replace the following line 
    21 by this one on Mac 
    22 --> 
    2333<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> 
    2434 
    25 <!-- for Mac without network  
    26 <xsl:import href="/sw/share/xml/xsl/docbook-xsl/html/docbook.xsl"/> 
    27 --> 
    2835<xsl:output method="xml" 
    2936encoding="utf-8" 
     
    3239doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" 
    3340doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> 
    34  
    35 <xsl:include href="titlepage.saxo.xsl"/> 
    3641 
    3742<xsl:template match="*" mode="book.titlepage.mode"/> 
Note: See TracChangeset for help on using the changeset viewer.