aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-08-12 12:40:47 +0000
committerWerner Koch <[email protected]>2011-08-12 12:40:47 +0000
commit4379c01a24570c01a355f47e5e187d09676d64d6 (patch)
tree7938792640f14cc2252b7e4096b6bcafd07420ee
parentFixed set but unused variable bugs (diff)
downloadgnupg-4379c01a24570c01a355f47e5e187d09676d64d6.tar.gz
gnupg-4379c01a24570c01a355f47e5e187d09676d64d6.zip
Beautified the online html manual
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/gnupg-logo-tr.pngbin0 -> 9415 bytes
-rw-r--r--doc/gnupg.texi14
-rw-r--r--doc/texi.css17
5 files changed, 32 insertions, 9 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 32ce71555..39c8dec57 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-12 Werner Koch <[email protected]>
+
+ * texi.css: Override some elements.
+ * gnupg-log-tr.png: New.
+ * gnupg.texi: Use transparent logo.
+
2011-03-01 Werner Koch <[email protected]>
* gpgsm.texi (CSR and certificate creation): New.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9c15c6444..f9fd00857 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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
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.pdf \
FAQ gnupg7.texi \
@@ -129,7 +129,7 @@ gnupg.texi : $(gnupg_TEXINFOS)
online: gnupg.html gnupg.pdf
set -e; \
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="" ; \
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
dashdevel="-devel" ; \
diff --git a/doc/gnupg-logo-tr.png b/doc/gnupg-logo-tr.png
new file mode 100644
index 000000000..af21af9ed
--- /dev/null
+++ b/doc/gnupg-logo-tr.png
Binary files differ
diff --git a/doc/gnupg.texi b/doc/gnupg.texi
index 7bb54af51..1f0682b0a 100644
--- a/doc/gnupg.texi
+++ b/doc/gnupg.texi
@@ -5,12 +5,12 @@
@settitle Using the GNU Privacy Guard
@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}
@end macro
@macro mansect {a}
@end macro
-@macro manpause
+@macro manpause
@end macro
@macro mancont
@end macro
@@ -110,12 +110,12 @@ section entitled ``Copying''.
@end ifnothtml
@ifhtml
-@center @image{gnupg-logo,6cm,,The GnuPG Logo}
+@center @image{gnupg-logo-tr,6cm,,The GnuPG Logo}
@end ifhtml
@ifnottex
@node Top
-@top
+@top
@insertcopying
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 @unnumbered History
-@c
-@c Here are the notices from the old dirmngr manual:
+@c
+@c Here are the notices from the old dirmngr manual:
@c
@c @itemize
@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 @end itemize
-@c
+@c
@bye
diff --git a/doc/texi.css b/doc/texi.css
index a369abc3e..c1e9f480c 100644
--- a/doc/texi.css
+++ b/doc/texi.css
@@ -1,6 +1,23 @@
/* The gnupg.org standard stylesheet. */
@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%;
+}
+