Check-in [94846894fd]
Overview
Comment:Updated to be more aggressive in fixing up wiki-quote characters in man pages
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA1: 94846894fd2c68f19810ee55d528422f390ccc82
User & Date: rkeene on 2014-12-29 04:36:26.958
Other Links: manifest | tags
Context
2014-12-29
04:36
Updated to be more aggressive in fixing up wiki-quote characters in man pages Leaf check-in: 94846894fd user: rkeene tags: trunk
2014-11-25
18:10
libconfig 0.3.3 check-in: 365b6c155e user: rkeene tags: 0.3.3, trunk
Changes
18
19
20
21
22
23
24
25

26
27
28
29
30
31
32
18
19
20
21
22
23
24

25
26
27
28
29
30
31
32







-
+







	else
		wikipage="Manual for ${file}"
	fi

	(
		echo '<H2>NAME</H2>'
		man2html -H linux.die.net -M /man -p "${file}.3" | \
			sed '0,/<H2>NAME<\/H2>/ d;/<H2>Index<\/H2>/,$ d;s@<A HREF="../index.html">Return to Main Contents</A>@@;s@\[@\&#91;@;s@\]@\&#93;@' | \
			sed '0,/<H2>NAME<\/H2>/ d;/<H2>Index<\/H2>/,$ d;s@<A HREF="../index.html">Return to Main Contents</A>@@;s@\[@\&#91;@g;s@\]@\&#93;@g' | \
			sed 's@file:/usr/include/libconfig.h@artifact/'"${LIBCONFIG_H_SHA1}"'@' | \
			sed '$ d;/^ *$/ d' | \
			sed 's@\(http://linux.die.net/man/[^+]*\)+@\1/@' | \
			sed 's@http://linux.die.net/man/3/lc_@wiki/Manual for lc_@g;s@http://linux.die.net/man/3/libconfig@wiki/Manual@'
	) | (
		fossil wiki commit "${wikipage}" || \
			( fossil wiki create "${wikipage}" && fossil wiki commit "${wikipage}" )