Changeset 157 for trunk/SRC


Ignore:
Timestamp:
11/09/09 16:39:33 (15 years ago)
Author:
pinsard
Message:

wiki pages sources in XML

Location:
trunk/SRC/Documentation/xmldoc
Files:
5 added
2 edited

Legend:

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

    r156 r157  
    7878<chapter> 
    7979 <title>General introduction</title> 
    80    <para><application>&project;</application> has been developped in <application>IDL</application> by <person><personname><firstname>Eric</firstname> <surname>Guilyardi</surname></personname></person>. 
     80   <para><application>&project;</application> has been developped in <application>IDL</application> by <person><personname><firstname>Éric</firstname> <surname>Guilyardi</surname></personname></person>. 
    8181It uses <application>SAXO</application> routines which has been developped by <person><personname><firstname>Sébastien</firstname> <surname>Masson</surname></personname></person> 
    8282<footnote> 
     
    359359This file contains 3 variables : the land sea mask fraction, latitudes as a 1D variable and longitudes as a 1D variables. 
    360360And &project; through &SAXO; routines will build the grid with the help of those variables : gphit (eg latitudes), glamt (longitudes), tmask (masks on T-points), e1t (scale factor along x), e2t (scale factor along y) as 2d variables &hellip; Usually the atmospheric grids are regular. 
    361 You can get easily the 'grids_...' files through the IPCC database 
     361You can get easily the <filename>grids_*</filename> files through the IPCC database. 
    362362<footnote> 
    363363<para> 
  • trunk/SRC/Documentation/xmldoc/makefile

    r156 r157  
    9494html : \ 
    9595$(DIRWWW)/svnbasiccommands.html \ 
     96$(DIRWWW)/webpost_it.html \ 
     97$(DIRWWW)/faqpost_it.html \ 
     98$(DIRWWW)/getpost_it.html \ 
     99$(DIRWWW)/whatispost_it.html \ 
     100$(DIRWWW)/whatsnew.html \ 
    96101$(DIRWWW)/How_to_use_post_it.html 
    97102 
     
    99104$(DIRWIKI) \ 
    100105$(DIRWIKI)/SvnBasicCommands \ 
    101 $(DIRWIKI)/HowToUsepost_it  
     106$(DIRWIKI)/WikiStart \ 
     107$(DIRWIKI)/FaqPost_it \ 
     108$(DIRWIKI)/GetPost_it \ 
     109$(DIRWIKI)/WhatsNew \ 
     110$(DIRWIKI)/HowToUsepost_it 
    102111        @echo "Do not forget to import wiki pages" 
    103112        @echo "\$$ ssh $(PRODUCT)@forge.ipsl.jussieu.fr mkdir -p /tmp/$(PRODUCT)/" 
     
    139148 
    140149$(DIRTMP)/webpost_it_full.xml : \ 
    141 $(DIRSRC)/webpost_it.xml 
    142         @xmllint \ 
    143         --xinclude \ 
    144         --encode utf-8 \ 
    145         --noent \ 
    146         --output $@ \ 
    147         $< 
     150$(DIRSRC)/webpost_it.xml \ 
     151$(DIRSRC)/getpost_it.xml \ 
     152$(DIRSRC)/whatsnew.xml \ 
     153$(DIRSRC)/whatispost_it.xml 
     154        @xmllint \ 
     155        --xinclude \ 
     156        --encode utf-8 \ 
     157        --noent \ 
     158        --output $@ \ 
     159        $< 
     160 
     161$(DIRWIKI)/FaqPost_it: \ 
     162$(DIRTMP)/faqpost_it_full.xml \ 
     163$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl 
     164        @xsltproc \ 
     165        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
     166        $< | \ 
     167        awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
     168        sed -e "s+@star@+*+" \ 
     169        > $@ 
     170 
     171$(DIRWWW)/faqpost_it.html : \ 
     172$(DIRTMP)/faqpost_it_full.xml \ 
     173$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     174$(SAXO_DIR)/SRC/Documentation/xmldoc/style.css \ 
     175$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo.css 
     176        @xsltproc \ 
     177        --param html.stylesheet "'style.css saxo.css'" \ 
     178        --param css.decoration 1 \ 
     179        --param link.mailto.url "'mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr'" \ 
     180        --param section.autolabel 1 \ 
     181        --output $@ \ 
     182        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     183        $< 
     184 
     185$(DIRTMP)/faqpost_it_full.xml : \ 
     186$(DIRSRC)/faqpost_it.xml 
     187        @xmllint \ 
     188        --xinclude \ 
     189        --encode utf-8 \ 
     190        --noent \ 
     191        --output $@ \ 
     192        $< 
     193 
     194$(DIRWIKI)/GetPost_it: \ 
     195$(DIRTMP)/getpost_it_full.xml \ 
     196$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl 
     197        @xsltproc \ 
     198        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
     199        $< | \ 
     200        awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
     201        sed -e "s+@star@+*+" \ 
     202        > $@ 
     203 
     204$(DIRWWW)/getpost_it.html : \ 
     205$(DIRTMP)/getpost_it_full.xml \ 
     206$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     207$(SAXO_DIR)/SRC/Documentation/xmldoc/style.css \ 
     208$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo.css 
     209        @xsltproc \ 
     210        --param html.stylesheet "'style.css saxo.css'" \ 
     211        --param css.decoration 1 \ 
     212        --param link.mailto.url "'mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr'" \ 
     213        --param section.autolabel 1 \ 
     214        --output $@ \ 
     215        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     216        $< 
     217 
     218$(DIRTMP)/getpost_it_full.xml : \ 
     219$(DIRSRC)/getpost_it.xml 
     220        @xmllint \ 
     221        --xinclude \ 
     222        --encode utf-8 \ 
     223        --noent \ 
     224        --output $@ \ 
     225        $< 
     226 
     227$(DIRWIKI)/WhatsIsPost_it : \ 
     228$(DIRTMP)/whatispost_it_full.xml \ 
     229$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl 
     230        @xsltproc \ 
     231        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
     232        $< | \ 
     233        awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
     234        sed -e "s+@star@+*+" \ 
     235        > $@ 
     236 
     237$(DIRWWW)/whatispost_it.html : \ 
     238$(DIRTMP)/whatispost_it_full.xml \ 
     239$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     240$(SAXO_DIR)/SRC/Documentation/xmldoc/style.css \ 
     241$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo.css 
     242        @xsltproc \ 
     243        --param html.stylesheet "'style.css saxo.css'" \ 
     244        --param css.decoration 1 \ 
     245        --param link.mailto.url "'mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr'" \ 
     246        --param section.autolabel 1 \ 
     247        --output $@ \ 
     248        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     249        $< 
     250 
     251$(DIRTMP)/whatispost_it_full.xml : \ 
     252$(DIRSRC)/whatispost_it.xml 
     253        @xmllint \ 
     254        --xinclude \ 
     255        --encode utf-8 \ 
     256        --noent \ 
     257        --output $@ \ 
     258        $< 
     259 
     260$(DIRWIKI)/WhatsNew : \ 
     261$(DIRTMP)/whatsnew_full.xml \ 
     262$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl 
     263        @xsltproc \ 
     264        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
     265        $< | \ 
     266        awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
     267        sed -e "s+@star@+*+" \ 
     268        > $@ 
     269 
     270$(DIRWWW)/whatsnew.html : \ 
     271$(DIRTMP)/whatsnew_full.xml \ 
     272$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     273$(SAXO_DIR)/SRC/Documentation/xmldoc/style.css \ 
     274$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo.css 
     275        @xsltproc \ 
     276        --param html.stylesheet "'style.css saxo.css'" \ 
     277        --param css.decoration 1 \ 
     278        --param link.mailto.url "'mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr'" \ 
     279        --param section.autolabel 1 \ 
     280        --output $@ \ 
     281        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_html.xsl \ 
     282        $< 
     283 
     284$(DIRTMP)/whatsnew_full.xml : \ 
     285$(DIRSRC)/whatsnew.xml 
     286        @xmllint \ 
     287        --xinclude \ 
     288        --encode utf-8 \ 
     289        --noent \ 
     290        --output $@ \ 
     291        $< 
     292 
    148293 
    149294$(DIRWIKI)/SvnBasicCommands : \ 
     
    184329$(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl 
    185330        @xsltproc \ 
    186         $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl 
     331        $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    187332        $< | \ 
    188333        awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
Note: See TracChangeset for help on using the changeset viewer.