Date: 07/31/01
- Next message: Jirka Kosek: "Re: [PHP-DOC] build date lost"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] Turkish Translation of Manual"
- Next in thread: Hojtsy Gabor: "Re: [PHP-DOC] cvs: phpdoc / common.dsl.in"
- Reply: Hojtsy Gabor: "Re: [PHP-DOC] cvs: phpdoc / common.dsl.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jkj Tue Jul 31 14:20:12 2001 EDT
Modified files:
/phpdoc common.dsl.in
Log:
Date of last modification of manual now appears on title page.
Index: phpdoc/common.dsl.in
diff -u phpdoc/common.dsl.in:1.12 phpdoc/common.dsl.in:1.13
--- phpdoc/common.dsl.in:1.12 Sat Jun 30 23:42:23 2001
+++ phpdoc/common.dsl.in Tue Jul 31 14:20:11 2001
@@ -1,6 +1,6 @@
;; -*- Scheme -*-
;;
-;; $Id: common.dsl.in,v 1.12 2001/07/01 03:42:23 hirokawa Exp $
+;; $Id: common.dsl.in,v 1.13 2001/07/31 18:20:11 jkj Exp $
;;
;; This file contains stylesheet customization common to the HTML
;; and print versions.
@@ -95,4 +95,17 @@
(car (cdr sep))
"")))
+(define (book-titlepage-recto-elements)
+ (list (normalize "title")
+ (normalize "subtitle")
+ (normalize "graphic")
+ (normalize "mediaobject")
+ (normalize "corpauthor")
+ (normalize "authorgroup")
+ (normalize "author")
+ (normalize "editor")
+ (normalize "pubdate")
+ (normalize "copyright")
+ (normalize "abstract")
+ (normalize "legalnotice")))
- Next message: Jirka Kosek: "Re: [PHP-DOC] build date lost"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] Turkish Translation of Manual"
- Next in thread: Hojtsy Gabor: "Re: [PHP-DOC] cvs: phpdoc / common.dsl.in"
- Reply: Hojtsy Gabor: "Re: [PHP-DOC] cvs: phpdoc / common.dsl.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

