1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

Beautified the online html manual

This commit is contained in:
Werner Koch 2011-08-12 14:40:47 +02:00
parent 816bee1fa0
commit 4379c01a24
5 changed files with 32 additions and 9 deletions

View File

@ -1,3 +1,9 @@
2011-08-12 Werner Koch <wk@g10code.com>
* texi.css: Override some elements.
* gnupg-log-tr.png: New.
* gnupg.texi: Use transparent logo.
2011-03-01 Werner Koch <wk@g10code.com> 2011-03-01 Werner Koch <wk@g10code.com>
* gpgsm.texi (CSR and certificate creation): New. * gpgsm.texi (CSR and certificate creation): New.

View File

@ -29,7 +29,7 @@ helpfiles = help.txt help.be.txt help.ca.txt help.cs.txt \
help.sv.txt help.tr.txt help.zh_CN.txt help.zh_TW.txt help.sv.txt help.tr.txt help.zh_CN.txt help.zh_TW.txt
EXTRA_DIST = samplekeys.asc \ EXTRA_DIST = samplekeys.asc \
gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png \ gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png gnupg-logo-tr.png\
gnupg-card-architecture.eps gnupg-card-architecture.png \ gnupg-card-architecture.eps gnupg-card-architecture.png \
gnupg-card-architecture.pdf \ gnupg-card-architecture.pdf \
FAQ gnupg7.texi \ FAQ gnupg7.texi \
@ -129,7 +129,7 @@ gnupg.texi : $(gnupg_TEXINFOS)
online: gnupg.html gnupg.pdf online: gnupg.html gnupg.pdf
set -e; \ set -e; \
echo "Uploading current manuals to www.gnupg.org ..."; \ echo "Uploading current manuals to www.gnupg.org ..."; \
cp $(srcdir)/gnupg-logo.png gnupg.html/; \ cp $(srcdir)/gnupg-logo-tr.png gnupg.html/; \
user=werner ; dashdevel="" ; \ user=werner ; dashdevel="" ; \
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \ if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
dashdevel="-devel" ; \ dashdevel="-devel" ; \

BIN
doc/gnupg-logo-tr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -5,12 +5,12 @@
@settitle Using the GNU Privacy Guard @settitle Using the GNU Privacy Guard
@c A couple of macros with no effect on texinfo @c A couple of macros with no effect on texinfo
@c but used by the yat2m processor. @c but used by the yat2m processor.
@macro manpage {a} @macro manpage {a}
@end macro @end macro
@macro mansect {a} @macro mansect {a}
@end macro @end macro
@macro manpause @macro manpause
@end macro @end macro
@macro mancont @macro mancont
@end macro @end macro
@ -110,12 +110,12 @@ section entitled ``Copying''.
@end ifnothtml @end ifnothtml
@ifhtml @ifhtml
@center @image{gnupg-logo,6cm,,The GnuPG Logo} @center @image{gnupg-logo-tr,6cm,,The GnuPG Logo}
@end ifhtml @end ifhtml
@ifnottex @ifnottex
@node Top @node Top
@top @top
@insertcopying @insertcopying
This manual documents how to use the GNU Privacy Guard system as well as This manual documents how to use the GNU Privacy Guard system as well as
@ -207,14 +207,14 @@ the administration and the architecture.
@c @node History @c @node History
@c @unnumbered History @c @unnumbered History
@c @c
@c Here are the notices from the old dirmngr manual: @c Here are the notices from the old dirmngr manual:
@c @c
@c @itemize @c @itemize
@c @item Using DirMngr, 2002, Steffen Hansen, Klar"alvdalens Datakonsult AB. @c @item Using DirMngr, 2002, Steffen Hansen, Klar"alvdalens Datakonsult AB.
@c @item Using DirMngr, 2004, 2005, 2006, 2008 Werner Koch, g10 Code GmbH. @c @item Using DirMngr, 2004, 2005, 2006, 2008 Werner Koch, g10 Code GmbH.
@c @end itemize @c @end itemize
@c @c
@bye @bye

View File

@ -1,6 +1,23 @@
/* The gnupg.org standard stylesheet. */ /* The gnupg.org standard stylesheet. */
@import url(/share/site.css); @import url(/share/site.css);
/* The gnupg site sets body margins to zero. Because we don't have
the table layout here we have to set our own margins for the body. */
body {
margin-left: 1em;
margin-right: 1em;
}
/* Make the top header larger. */
h1 {
text-align: center;
font-size: 200%;
}
h1:first-letter {
font-size: 120%;
}