From 61636605c2f6832e509ec31be8fb6df6ff3d87a5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 Mar 2004 22:03:56 +0000 Subject: [PATCH] Use yaz.css for documentation. --- NEWS | 8 +++++++ doc/Makefile.am | 4 ++-- doc/yaz.css | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/yazhtml.dsl.in | 4 ++-- 4 files changed, 75 insertions(+), 4 deletions(-) create mode 100644 doc/yaz.css diff --git a/NEWS b/NEWS index 7b3e89c..e0ae0dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ + +For proxy, fix duplicate reporting for SRW diagnostic 7, details query. + +Use yaz.css for documentation. + +On Windows with Visual Studio, YAZ++ is built using nmake rather than +project files. + --- 0.7.13 2004/03/30 Internal release. Move proxy to separate sub directory and change license to GPL. diff --git a/doc/Makefile.am b/doc/Makefile.am index 63dc27c..47a36e5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.9 2004-03-30 08:46:36 adam Exp $ +## $Id: Makefile.am,v 1.10 2004-03-30 22:03:56 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -26,7 +26,7 @@ HTMLFILES = api.html implementations.html installation.html license.html \ yaz-proxy.html yazpp.html zoom-connection.html zoom-exception.html \ zoom-query.html zoom-record.html zoom-resultset.html zoom.html -doc_DATA = $(HTMLFILES) yaz++.pdf +doc_DATA = $(HTMLFILES) yaz++.pdf yaz.css man_MANS = $(MANFILES) diff --git a/doc/yaz.css b/doc/yaz.css new file mode 100644 index 0000000..a343107 --- /dev/null +++ b/doc/yaz.css @@ -0,0 +1,63 @@ + +.table table { + border-collapse; + border: 1px solid black; + border-spacing: 0; + width: 94%; + margin-left: auto; + margin-right: 0; +} + +.author { + font-style: italic; +} + +.TITLEPAGE, .LOT, .TOC { + font-family: sans-serif; +} + +.TITLEPAGE .abstract { + margin: 0 150px 1em 0; + font-style: oblique; +} + +.TITLEPAGE .inlinemediaobject { + position: absolute; + top: 60px; + right: 0; + width: 140px; +} + +.table th { + padding: 3px 6px; + border: 1px solid black; +} +.table td { + text-align: left; + padding: 3px 6px; +} + +h1, h3, h4 { + font-family: sans-serif; +} + +h2 { + font-style: italic; + font-family: sans-serif; +} + +.figure b, .table b, .example b { + font-style: italic; +} + +.example , .figure { + margin-left: 3%; +} + +.screen, .synopsis, .programlisting { + margin-left: 6%; + padding: 4px; + border-style: solid; + border-width: 1px; + border-color: #bbbbbb; +} diff --git a/doc/yazhtml.dsl.in b/doc/yazhtml.dsl.in index 1550855..0ca8601 100644 --- a/doc/yazhtml.dsl.in +++ b/doc/yazhtml.dsl.in @@ -3,7 +3,7 @@ CDATA DSSSL> ]> @@ -12,7 +12,7 @@ (define %use-id-as-filename% #t) (define %output-dir% "html") (define %html-ext% ".html") -(define %shade-verbatim% #t) +(define %stylesheet% "yaz.css") -- 1.7.10.4