1HTMLLinker(1) GNUstep System Manual HTMLLinker(1)
2
3
4
6 HTMLLinker - tool to fix up href references in HTML files
7
8
10 HTMLLinker [options] input files [ -l relocation file ] [ -d destina‐
11 tion file ]
12
13
15 HTMLLinker is a tool to fix href references in HTML files, typically
16 API reference manuals generated by extracting the docstrings from
17 source code by tools such as autogsdoc(1).
18
19 HTMLLinker accepts the following options (multiple input files, -l and
20 -d options are allowed):
21
22
24 --help Prints a short list of available options.
25
26 --version
27 Displays version information.
28
29 --verbose
30 Prints additional information while processing.
31
32 -Warn [YES|NO]
33 Print additional information about unresolved links.
34
35 -LinksMarker [xxx]
36 Only fix links with attribute rel=xxx
37
38 -FixupAllLinks YES
39 Attempt to fix all links (not only those that are marked with
40 -LinksMarker.
41
42 -PathMappingsFile file
43 Read the relocation mappings from file (in dictionary format).
44
45 -PathMappings '{"path"="another_path";}'
46 Use the specified path mappings.
47
48 -BuildRelocationFileForDir dir
49 Build a relocation file for the directory dir and save it into
50 dir/table.htmlink. This option is special and prevents any
51 other processing by the linker.
52
53
55 autogsdoc(1), GNUstep(7).
56
57
59 HTMLLinker was written by Nicola Pero <nicola@brainstorm.co.uk>.
60
61 This manual page was added by Yavor Doganov <yavor@gnu.org>.
62
63
65 Copyright (C) 2009 Free Software Foundation, Inc.
66
67 Copying and distribution of this file, with or without modification,
68 are permitted in any medium without royalty provided the copyright
69 notice and this notice are preserved.
70
71
72
73GNUstep August 16, 2009 HTMLLinker(1)