Changeset 176 for trunk/SRC


Ignore:
Timestamp:
11/25/09 14:34:11 (15 years ago)
Author:
pinsard
Message:

remove most of wiki pages

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

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/linkwiki.sed

    r158 r176  
    44# replace html link in wiki link 
    55# 
    6 # 
    76# TODO 
    87# ==== 
    9 # 
    10 # images 
    118# 
    129# EVOLUTIONS 
     
    2017# 
    2118# href 
    22 s@faqpost_it.html@FaqPost_it@g 
    23 s@getpost_it.html@GetPost_it@g 
    2419s@webpost_it.html@WikiStart@g 
    25 s@whatispost_it.html@WhatisPost_it@g 
    26 s@whatsnew.html@WhatsNew@g 
    27 s@svnbasiccommands.html@SvnBasicCommands@g 
    2820# 
    29 # src (attachment) 
    30 s@src=\"images@href=\"./@g 
  • trunk/SRC/Documentation/xmldoc/makefile

    r159 r176  
    101101tracwiki : \ 
    102102$(DIRWIKI) \ 
    103 $(DIRWIKI)/SvnBasicCommands \ 
    104 $(DIRWIKI)/WikiStart \ 
    105 $(DIRWIKI)/FaqPost_it \ 
    106 $(DIRWIKI)/GetPost_it \ 
    107 $(DIRWIKI)/WhatsNew \ 
    108 $(DIRWIKI)/WhatisPost_it \ 
    109 $(DIRWIKI)/HowToUsePost_it 
     103$(DIRWIKI)/WikiStart 
    110104        @echo "Do not forget to import wiki pages" 
    111105        @echo "\$$ ssh $(PRODUCT)@forge.ipsl.jussieu.fr mkdir -p /tmp/$(PRODUCT)/" 
     
    191185        $< 
    192186 
    193 $(DIRWIKI)/GetPost_it: \ 
    194 $(DIRTMP)/getpost_it_full.xml \ 
    195 $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    196 $(DIRSRC)/linkwiki.sed 
    197         @xsltproc \ 
    198         $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    199         $< | \ 
    200         sed -f $(DIRSRC)/linkwiki.sed | \ 
    201         awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
    202         sed -e "s+@star@+*+" \ 
    203         > $@ 
    204  
    205187$(DIRWWW)/getpost_it.html : \ 
    206188$(DIRTMP)/getpost_it_full.xml \ 
     
    226208        $< 
    227209 
    228 $(DIRWIKI)/WhatisPost_it : \ 
    229 $(DIRTMP)/whatispost_it_full.xml \ 
    230 $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    231 $(DIRSRC)/linkwiki.sed 
    232         @xsltproc \ 
    233         $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    234         $< | \ 
    235         sed -f $(DIRSRC)/linkwiki.sed | \ 
    236         awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
    237         sed -e "s+@star@+*+" \ 
    238         > $@ 
    239  
    240210$(DIRWWW)/whatispost_it.html : \ 
    241211$(DIRTMP)/whatispost_it_full.xml \ 
     
    261231        $< 
    262232 
    263 $(DIRWIKI)/WhatsNew : \ 
    264 $(DIRTMP)/whatsnew_full.xml \ 
    265 $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    266 $(DIRSRC)/linkwiki.sed 
    267         @xsltproc \ 
    268         $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    269         $< | \ 
    270         sed -f $(DIRSRC)/linkwiki.sed | \ 
    271         awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
    272         sed -e "s+@star@+*+" \ 
    273         > $@ 
    274  
    275233$(DIRWWW)/whatsnew.html : \ 
    276234$(DIRTMP)/whatsnew_full.xml \ 
     
    297255 
    298256 
    299 $(DIRWIKI)/SvnBasicCommands : \ 
    300 $(DIRTMP)/svnbasiccommands_full.xml \ 
    301 $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    302 $(DIRSRC)/linkwiki.sed 
    303         @xsltproc \ 
    304         $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    305         $< | \ 
    306         sed -f $(DIRSRC)/linkwiki.sed | \ 
    307         awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
    308         sed -e "s+@star@+*+" \ 
    309         > $@ 
    310  
    311257$(DIRWWW)/svnbasiccommands.html : \ 
    312258$(DIRTMP)/svnbasiccommands_full.xml \ 
     
    331277        --output $@ \ 
    332278        $< 
    333  
    334 $(DIRWIKI)/HowToUsePost_it : \ 
    335 $(DIRTMP)/How_to_use_post_it_full.xml \ 
    336 $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    337 $(DIRSRC)/linkwiki.sed 
    338         @xsltproc \ 
    339         $(SAXO_DIR)/SRC/Documentation/xmldoc/saxo_tracwiki.xsl \ 
    340         $< | \ 
    341         sed -f $(DIRSRC)/linkwiki.sed | \ 
    342         awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
    343         sed -e "s+@star@+*+" \ 
    344         -e "s+=== idl\&gt;+=== idl\>+" \ 
    345         -e "s+---\&gt;+---\>+" \ 
    346         > $@ 
    347279 
    348280$(DIRWWW)/How_to_use_post_it.html : \ 
  • trunk/SRC/Documentation/xmldoc/whatispost_it.xml

    r157 r176  
    1919xmlns:xl="http://www.w3.org/1999/xlink" 
    2020xml:lang="en"> 
    21 <title>What is &project;</title> 
     21<title>What is &project; ?</title> 
    2222  <info> 
    2323    <keywordset> 
     
    3030 
    3131<sect1 xml:id="whatispost_it"> 
    32 <title>What is &project;</title> 
     32<title>What is &project; ?</title> 
    3333<para xml:id="whatispost_it_for_main"> 
    3434The main goal is to visualize models' outputs in a simple manner with a limited knowledge of <application>IDL</application>.  
  • trunk/SRC/Documentation/xmldoc/whatsnew.xml

    r157 r176  
    2626--> 
    2727 
    28 <title>What's new in &project;</title> 
     28<title>What's new in &project; ?</title> 
    2929  <info> 
    3030    <keywordset> 
Note: See TracChangeset for help on using the changeset viewer.