]> git.ipfire.org Git - thirdparty/strongswan.git/blame - doc/utils/xref.sed
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / doc / utils / xref.sed
CommitLineData
997358a6
MW
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 2004/03/15 20:35:24 as Exp $
15s/<\/a>/<*>/g
16# delete all xrefs that point
17# within our document set
18s/<a href="..\/Internet-docs\/rfc....\.txt">//
19# in same doc
20s/<a href="#[a-zA-Z0-9\.]*">//
21# pointer into another doc
22s/<a href="DES.html#[a-zA-Z0-9\.]*">//
23s/<a href="RFCs.html#[a-zA-Z0-9\.]*">//
24s/<a href="WWWref.html#[a-zA-Z0-9\.]*">//
25s/<a href="bibliography.html#[a-zA-Z0-9\.]*">//
26s/<a href="compatibility.html#[a-zA-Z0-9\.]*">//
27s/<a href="configuration.html#[a-zA-Z0-9\.]*">//
28s/<a href="contents.html#[a-zA-Z0-9\.]*">//
29s/<a href="debugging.html#[a-zA-Z0-9\.]*">//
30s/<a href="exportlaws.html#[a-zA-Z0-9\.]*">//
31s/<a href="glossary.html#[a-zA-Z0-9\.]*">//
32s/<a href="index.html#[a-zA-Z0-9\.]*">//
33s/<a href="overview.html#[a-zA-Z0-9\.]*">//
34s/<a href="roadmap.html#[a-zA-Z0-9\.]*">//
35s/<a href="testbed.html#[a-zA-Z0-9\.]*">//
36s/<a href="setup.html#[a-zA-Z0-9\.]*">//
37# pointer to head of doc
38s/<a href="DES.html">//
39s/<a href="RFCs.html">//
40s/<a href="WWWref.html">//
41s/<a href="bibliography.html">//
42s/<a href="compatibility.html">//
43s/<a href="configuration.html">//
44s/<a href="contents.html">//
45s/<a href="debugging.html">//
46s/<a href="exportlaws.html">//
47s/<a href="glossary.html">//
48s/<a href="index.html">//
49s/<a href="overview.html">//
50s/<a href="roadmap.html">//
51s/<a href="testbed.html">//
52s/<a href="setup.html">//
53# xref to non-HTML files
54s/<a href="standards">//
55s/<a href="impl.notes">//
56s/<a href="prob.report">//