Use yaz.css for documentation.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Mar 2004 22:03:56 +0000 (22:03 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Mar 2004 22:03:56 +0000 (22:03 +0000)
NEWS
doc/Makefile.am
doc/yaz.css [new file with mode: 0644]
doc/yazhtml.dsl.in

diff --git a/NEWS b/NEWS
index 7b3e89c..e0ae0dc 100644 (file)
--- 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.
index 63dc27c..47a36e5 100644 (file)
@@ -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 (file)
index 0000000..a343107
--- /dev/null
@@ -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;
+}
index 1550855..0ca8601 100644 (file)
@@ -3,7 +3,7 @@
   CDATA DSSSL>
 ]>
 <!--
-  $Id: yazhtml.dsl.in,v 1.1 2002-10-08 11:55:57 adam Exp $
+  $Id: yazhtml.dsl.in,v 1.2 2004-03-30 22:03:56 adam Exp $
 -->
 <style-sheet>
 <style-specification use="docbook">
@@ -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")
 
 </style-specification-body>
 </style-specification>