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

Last change on this file since 356 was 351, checked in by pinsard, 16 years ago

new wiki generation technique : form _full.xml instead of .html

  • Property svn:keywords set to Id
File size: 733 bytes
Line 
1# module :
2# replace html link in wiki link
3#
4# update :
5# $Id$
6#
7# href
8s@href=\"./all_plots.html@href=\"./AllPlots@g
9s@href=\"./faqsaxo.html@href=\"./FaqSaxo@g
10s@href=\"./firststeps.html@href=\"./FirstSteps@g
11s@href=\"./getsaxo.html@href=\"./GetSaxo@g
12s@href=\"./infoupdatecm.html@href=\"./InfoUpdateCm@g
13s@href=\"./infoupdatekwd.html@href=\"./InfoUpdateKwd@g
14s@href=\"./mailing.html@href="./Mailing@g
15s@href=\"./mini_notice.html@href=\"./MiniNotice@g
16s@href=\"./tiplink.html@href=\"./TipLink@g
17s@href=\"./updatesaxo.html@href=\"./UpdateSaxo@g
18s@href=\"./websaxo.html@href=\"./WikiStart@g
19s@href=\"./whatissaxo.html@href=\"./WhatisSaxo@g
20s@href=\"./whatsnew.html@href=\"./WhatsNew@g
21#
22# src (attachment)
23s@src=\"images@href=\"./@g
Note: See TracBrowser for help on using the repository browser.