OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / doc / utils / xref.sed
1 # turn end-of xref tags into <*>
2 # Copyright (C) 1999  Sandy Harris.
3
4 # This program is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License as published by the
6 # Free Software Foundation; either version 2 of the License, or (at your
7 # option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
8
9 # This program is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12 # for more details.
13 #
14 # RCSID $Id: xref.sed,v 1.1 2001/01/29 01:18:08 sandy Exp $
15 s/<\/a>/<*>/g
16 # delete all xrefs that point
17 # within our document set
18 s/<a href="..\/Internet-docs\/rfc....\.txt">//
19 # in same doc
20 s/<a href="#[a-zA-Z0-9\.]*">//
21 # pointer into another doc
22 s/<a href="DES.html#[a-zA-Z0-9\.]*">//
23 s/<a href="RFCs.html#[a-zA-Z0-9\.]*">//
24 s/<a href="WWWref.html#[a-zA-Z0-9\.]*">//
25 s/<a href="bibliography.html#[a-zA-Z0-9\.]*">//
26 s/<a href="compatibility.html#[a-zA-Z0-9\.]*">//
27 s/<a href="configuration.html#[a-zA-Z0-9\.]*">//
28 s/<a href="contents.html#[a-zA-Z0-9\.]*">//
29 s/<a href="debugging.html#[a-zA-Z0-9\.]*">//
30 s/<a href="exportlaws.html#[a-zA-Z0-9\.]*">//
31 s/<a href="glossary.html#[a-zA-Z0-9\.]*">//
32 s/<a href="index.html#[a-zA-Z0-9\.]*">//
33 s/<a href="overview.html#[a-zA-Z0-9\.]*">//
34 s/<a href="roadmap.html#[a-zA-Z0-9\.]*">//
35 s/<a href="testbed.html#[a-zA-Z0-9\.]*">//
36 s/<a href="setup.html#[a-zA-Z0-9\.]*">//
37 # pointer to head of doc
38 s/<a href="DES.html">//
39 s/<a href="RFCs.html">//
40 s/<a href="WWWref.html">//
41 s/<a href="bibliography.html">//
42 s/<a href="compatibility.html">//
43 s/<a href="configuration.html">//
44 s/<a href="contents.html">//
45 s/<a href="debugging.html">//
46 s/<a href="exportlaws.html">//
47 s/<a href="glossary.html">//
48 s/<a href="index.html">//
49 s/<a href="overview.html">//
50 s/<a href="roadmap.html">//
51 s/<a href="testbed.html">//
52 s/<a href="setup.html">//
53 # xref to non-HTML files
54 s/<a href="standards">//
55 s/<a href="impl.notes">//
56 s/<a href="prob.report">//