source: trunk/SRC/Documentation/xmldoc/linkwiki.sed @ 413

Last change on this file since 413 was 411, checked in by pinsard, 15 years ago

correction for wiki links

  • Property svn:keywords set to Id
File size: 775 bytes
Line 
1#+
2#
3# module
4# ======
5#
6# replace html link in wiki link
7#
8#
9# TODO
10# ====
11#
12# images
13#
14# EVOLUTIONS
15# ==========
16#
17# $Id$
18#
19# fplod 20091109T163549Z aedon.locean-ipsl.upmc.fr (Darwin)
20#
21#  * usage instead of XSL command in saxo_tracwiki.xsl
22#
23#-
24#
25# href
26s@./all_plots.html@wiki:AllPlots@g
27s@./faqsaxo.html@wiki:FaqSaxo@g
28s@./firststeps.html@wiki:FirstSteps@g
29s@./getsaxo.html@wiki:GetSaxo@g
30s@./infoupdatecm.html@wiki:InfoUpdateCm@g
31s@./infoupdatekwd.html@wiki:InfoUpdateKwd@g
32s@./mailing.html@wiki:Mailing@g
33s@./mini_notice.html@wiki:MiniNotice@g
34s@./tiplink.html@wiki:TipLink@g
35s@./updatesaxo.html@wiki:UpdateSaxo@g
36s@./websaxo.html@wiki:WikiStart@g
37s@./whatissaxo.html@wiki:WhatisSaxo@g
38s@./whatsnew.html@wiki:WhatsNew@g
39#
40# src (attachment)
41s@src=\"images@href=\"./@g
Note: See TracBrowser for help on using the repository browser.