Skip to content

Commit 4379c01

Browse files
committed
Beautified the online html manual
1 parent 816bee1 commit 4379c01

File tree

5 files changed

+32
-9
lines changed

5 files changed

+32
-9
lines changed

doc/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2011-08-12 Werner Koch <[email protected]>
2+
3+
* texi.css: Override some elements.
4+
* gnupg-log-tr.png: New.
5+
* gnupg.texi: Use transparent logo.
6+
17
2011-03-01 Werner Koch <[email protected]>
28

39
* gpgsm.texi (CSR and certificate creation): New.

doc/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ helpfiles = help.txt help.be.txt help.ca.txt help.cs.txt \
2929
help.sv.txt help.tr.txt help.zh_CN.txt help.zh_TW.txt
3030

3131
EXTRA_DIST = samplekeys.asc \
32-
gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png \
32+
gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png gnupg-logo-tr.png\
3333
gnupg-card-architecture.eps gnupg-card-architecture.png \
3434
gnupg-card-architecture.pdf \
3535
FAQ gnupg7.texi \
@@ -129,7 +129,7 @@ gnupg.texi : $(gnupg_TEXINFOS)
129129
online: gnupg.html gnupg.pdf
130130
set -e; \
131131
echo "Uploading current manuals to www.gnupg.org ..."; \
132-
cp $(srcdir)/gnupg-logo.png gnupg.html/; \
132+
cp $(srcdir)/gnupg-logo-tr.png gnupg.html/; \
133133
user=werner ; dashdevel="" ; \
134134
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
135135
dashdevel="-devel" ; \

doc/gnupg-logo-tr.png

9.19 KB
Loading

doc/gnupg.texi

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
@settitle Using the GNU Privacy Guard
66

77
@c A couple of macros with no effect on texinfo
8-
@c but used by the yat2m processor.
8+
@c but used by the yat2m processor.
99
@macro manpage {a}
1010
@end macro
1111
@macro mansect {a}
1212
@end macro
13-
@macro manpause
13+
@macro manpause
1414
@end macro
1515
@macro mancont
1616
@end macro
@@ -110,12 +110,12 @@ section entitled ``Copying''.
110110
@end ifnothtml
111111

112112
@ifhtml
113-
@center @image{gnupg-logo,6cm,,The GnuPG Logo}
113+
@center @image{gnupg-logo-tr,6cm,,The GnuPG Logo}
114114
@end ifhtml
115115

116116
@ifnottex
117117
@node Top
118-
@top
118+
@top
119119
@insertcopying
120120

121121
This manual documents how to use the GNU Privacy Guard system as well as
@@ -207,14 +207,14 @@ the administration and the architecture.
207207

208208
@c @node History
209209
@c @unnumbered History
210-
@c
211-
@c Here are the notices from the old dirmngr manual:
210+
@c
211+
@c Here are the notices from the old dirmngr manual:
212212
@c
213213
@c @itemize
214214
@c @item Using DirMngr, 2002, Steffen Hansen, Klar"alvdalens Datakonsult AB.
215215
@c @item Using DirMngr, 2004, 2005, 2006, 2008 Werner Koch, g10 Code GmbH.
216216
@c @end itemize
217-
@c
217+
@c
218218

219219

220220
@bye

doc/texi.css

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
/* The gnupg.org standard stylesheet. */
22
@import url(/share/site.css);
33

4+
/* The gnupg site sets body margins to zero. Because we don't have
5+
the table layout here we have to set our own margins for the body. */
6+
body {
7+
margin-left: 1em;
8+
margin-right: 1em;
9+
}
10+
11+
/* Make the top header larger. */
12+
h1 {
13+
text-align: center;
14+
font-size: 200%;
15+
}
16+
17+
h1:first-letter {
18+
font-size: 120%;
19+
}
20+
421

522

623

0 commit comments

Comments
 (0)