+
+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.
-## $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 = \
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)
--- /dev/null
+
+.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;
+}
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">
(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>