From 0570cec16ce3d2abdc0ea7239bcd8b3f21375815 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 16 Jul 2009 14:07:23 +0000 Subject: Proper html showing of ChangeLog. --- ChangeLog.xsl | 75 +++++++++++++++++++++++++++++------------------------------ Makefile | 2 +- index.sgml | 4 ++-- style.css | 8 +++++++ 4 files changed, 48 insertions(+), 41 deletions(-) diff --git a/ChangeLog.xsl b/ChangeLog.xsl index c37184a2..899c399c 100644 --- a/ChangeLog.xsl +++ b/ChangeLog.xsl @@ -1,40 +1,39 @@ - + - - - - - mdocml - CVS-ChangeLog - - - - -

- Files modified by - -

- - Note: - - -
    - -
  • - - - - Rev: - - , Status: - - -
  • -
    -
-
- - -
+ + + + + mdocml - CVS-ChangeLog + + + + +
+ Files modified by + +
+
+ + Note: + + +
    + +
  • + + + — Rev: + + , Status: + + +
  • +
    +
+
+
+ + +
diff --git a/Makefile b/Makefile index c1382e72..ad6f857d 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ libmdoc.h: mdoc.h ChangeLog.xml: cvs2cl --xml --xml-encoding iso-8859-15 --noxmlns -f $@ -ChangeLog.html: ChangeLog.xml +ChangeLog.html: ChangeLog.xml ChangeLog.xsl xsltproc -o $@ ChangeLog.xsl ChangeLog.xml mdocml-nport-$(VERSION).tar.gz: mdocml-$(VERSION).tar.gz Makefile.netbsd DESCR diff --git a/index.sgml b/index.sgml index 2bceb680..d054ef2a 100644 --- a/index.sgml +++ b/index.sgml @@ -55,7 +55,7 @@ Sources correctly build and install on FreeBSD, OpenBSD, NetBSD and Linux operating systems, tested variously on i386, AMD64, alpha, and others. The most current version is @VERSION@, dated @VDATE@. A full ChangeLog is written with each release. + href="ChangeLog.html">ChangeLog is written with each release.

@@ -234,7 +234,7 @@
- Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/07/04 08:06:42 $ + Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/07/16 14:07:23 $
diff --git a/style.css b/style.css index d100c3b5..b58ad883 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,14 @@ h2 { font-weight: bold; margin-bottom: 0px; font-family: Verdana, Tahoma, Arial, sans-serif; } +div.clhead { background-color: #E6E6FA; color: #000000; padding: 2px; font-weight: bold; } + +div.clbody { margin-left: 2px; } + +ul.clbody { margin-top: 4px; } + +span.rev { color: #808080; } + span.nm { color: #000000; font-weight: bold; } span.attn { color: #000000; font-weight: bold; } -- cgit v1.2.3-56-ge451