From: Nikos Mavrogiannopoulos Date: Mon, 20 Jun 2011 16:38:26 +0000 (+0200) Subject: Added high-quality pdf images. X-Git-Tag: gnutls_2_99_4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb05a3c0f76d4d923d79d0e2a64ff9d76311adfe;p=thirdparty%2Fgnutls.git Added high-quality pdf images. --- diff --git a/doc/gnutls-certificate-user-use-case.pdf b/doc/gnutls-certificate-user-use-case.pdf new file mode 100644 index 0000000000..8e85279a6b Binary files /dev/null and b/doc/gnutls-certificate-user-use-case.pdf differ diff --git a/doc/gnutls-client-server-use-case.pdf b/doc/gnutls-client-server-use-case.pdf new file mode 100644 index 0000000000..0079b02831 Binary files /dev/null and b/doc/gnutls-client-server-use-case.pdf differ diff --git a/doc/gnutls-crypto-layers.pdf b/doc/gnutls-crypto-layers.pdf new file mode 100644 index 0000000000..642f0ff2f8 Binary files /dev/null and b/doc/gnutls-crypto-layers.pdf differ diff --git a/doc/gnutls-extensions_st.pdf b/doc/gnutls-extensions_st.pdf new file mode 100644 index 0000000000..54fadc70e5 Binary files /dev/null and b/doc/gnutls-extensions_st.pdf differ diff --git a/doc/gnutls-handshake-sequence.pdf b/doc/gnutls-handshake-sequence.pdf new file mode 100644 index 0000000000..d24c4e6098 Binary files /dev/null and b/doc/gnutls-handshake-sequence.pdf differ diff --git a/doc/gnutls-handshake-state.pdf b/doc/gnutls-handshake-state.pdf new file mode 100644 index 0000000000..9c834ed5e8 Binary files /dev/null and b/doc/gnutls-handshake-state.pdf differ diff --git a/doc/gnutls-internals.pdf b/doc/gnutls-internals.pdf new file mode 100644 index 0000000000..97b1d74ce5 Binary files /dev/null and b/doc/gnutls-internals.pdf differ diff --git a/doc/gnutls-layers.pdf b/doc/gnutls-layers.pdf new file mode 100644 index 0000000000..31aa89e629 Binary files /dev/null and b/doc/gnutls-layers.pdf differ diff --git a/doc/gnutls-logo.pdf b/doc/gnutls-logo.pdf new file mode 100644 index 0000000000..4f26fabf2c Binary files /dev/null and b/doc/gnutls-logo.pdf differ diff --git a/doc/gnutls-mod_auth_st.pdf b/doc/gnutls-mod_auth_st.pdf new file mode 100644 index 0000000000..5a1882e53e Binary files /dev/null and b/doc/gnutls-mod_auth_st.pdf differ diff --git a/doc/gnutls-objects.pdf b/doc/gnutls-objects.pdf new file mode 100644 index 0000000000..dd164a1f6c Binary files /dev/null and b/doc/gnutls-objects.pdf differ diff --git a/doc/gnutls-pgp.pdf b/doc/gnutls-pgp.pdf new file mode 100644 index 0000000000..978e790ff9 Binary files /dev/null and b/doc/gnutls-pgp.pdf differ diff --git a/doc/gnutls-x509.pdf b/doc/gnutls-x509.pdf new file mode 100644 index 0000000000..050df14fe2 Binary files /dev/null and b/doc/gnutls-x509.pdf differ diff --git a/doc/latex/cover.tex.in b/doc/latex/cover.tex.in index 0c51e18fce..b60bc8043a 100644 --- a/doc/latex/cover.tex.in +++ b/doc/latex/cover.tex.in @@ -2,16 +2,11 @@ \thispagestyle{empty} -\hspace{\linewidth} -\hspace{-1.9cm} -\includegraphics[height=1.3cm]{../gnutls-logo} -\vspace{-.4cm} -\\ \HRule \vspace{.3cm} \\ \begin{tabular}{l@{\extracolsep{3cm}}p{7cm}} -{\Large{GNUTLS}} +{\bf{\Large{GnuTLS}}} & \vspace{-.6cm} \begin{flushright} @@ -20,10 +15,15 @@ This document applies to GnuTLS @VERSION@ \end{flushright} \end{tabular} +\vspace*{\stretch{2}} +\begin{center} +\includegraphics{../gnutls-logo.pdf} +\end{center} \vspace*{\stretch{2}} \begin{flushright} -by Nikos Mavrogiannopoulos and Simon Josefsson +by Nikos Mavrogiannopoulos\\ +and Simon Josefsson \end{flushright} \vspace{-0.5cm} \HRule @@ -45,15 +45,15 @@ This document applies to GnuTLS @VERSION@ \vspace*{\stretch{2}} +\begin{quotation} +Copyright \copyright{} 2011 Free Software Foundation, Inc. +\end{quotation} + \begin{flushleft} -\par -Copyright \copyright\ 2011 Free Software Foundation\\ -\par Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.3 -or any later version published by the Free Software Foundation; -with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. -A copy of the license is included in the section entitled "GNU -Free Documentation License". +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +copy of the license is included in the section entitled ``GNU Free +Documentation License''. \end{flushleft} - diff --git a/doc/pkcs11-vision.pdf b/doc/pkcs11-vision.pdf new file mode 100644 index 0000000000..b0ae272e37 Binary files /dev/null and b/doc/pkcs11-vision.pdf differ diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex index 7d1cb4ad29..e24ad9e3cb 100755 --- a/doc/scripts/mytexi2latex +++ b/doc/scripts/mytexi2latex @@ -220,7 +220,7 @@ while ($line = ) { $line =~ s/\%/\\%/g; $line =~ s/\#/\\\#/g; $line =~ s/\@verbatiminclude (.*)/\\examplefile{\.\.\/$1}/g; - $line =~ s/\@image\{($match+)\,($match+)\}/\\includegraphics\[width\=$2\]\{\.\.\/$1\}/g; + $line =~ s/\@image\{($match+)\,($match+)\}/\\includegraphics\[width\=$2\]\{\.\.\/$1\.pdf\}/g; $line =~ s/\@samp\{($spacematch+)\}/$1/g; $line =~ s/\@strong\{/\{\\bf /g; $line =~ s/\@c (.*)/\% $1/g;