From owner-freebsd-doc Tue Mar 14 6:19: 6 2000 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 8C9E537B730 for ; Tue, 14 Mar 2000 06:19:01 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: from kilt.nothing-going-on.org (kilt.nothing-going-on.org [192.168.1.18]) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) with ESMTP id VAA10751 for ; Mon, 13 Mar 2000 21:00:45 GMT (envelope-from nik@catkin.nothing-going-on.org) Received: (from nik@localhost) by kilt.nothing-going-on.org (8.9.3/8.9.3) id UAA48880 for doc@freebsd.org; Mon, 13 Mar 2000 20:53:50 GMT (envelope-from nik@catkin.nothing-going-on.org) Date: Mon, 13 Mar 2000 20:53:49 +0000 From: Nik Clayton To: doc@freebsd.org Subject: Appending mailing list links to documents Message-ID: <20000313205349.A48293@kilt.nothing-going-on.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bp/iNruPH9dso1Pn" X-Mailer: Mutt 0.95.4i Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii -doc, Attached is a patch that appends:

For questions about FreeBSD, e-mail <questions@freebsd.org>.
For questions about this documentation, e-mail <doc@freebsd.org>.

to the bottom of each generated docs HTML file. Actually, it adds a
as necessary too. Comments, please on 1. The wording. 2. The best way to handle i18n in the patch. I'll commit in a couple of days. N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=diff Index: freebsd.dsl =================================================================== RCS file: /home/ncvs/doc/share/sgml/freebsd.dsl,v retrieving revision 1.13 diff -u -r1.13 freebsd.dsl --- freebsd.dsl 2000/02/15 01:57:17 1.13 +++ freebsd.dsl 2000/03/13 20:34:42 @@ -80,6 +80,28 @@ port as well, and then this can be removed. --> (define (gentext-fr-nav-prev prev) (make sequence (literal "Pr\U-00E9;c\U-00E9;dent"))) + + + (define ($html-body-end$) + (make sequence + (if nochunks + (make empty-element gi: "hr") + (empty-sosofo)) + (make element gi: "p" + attributes: (list (list "align" "center")) + (make element gi: "small" + (literal "For questions about FreeBSD, e-mail <") + (make element gi: "a" + attributes: (list (list "href" "mailto:questions@freebsd.org")) + (literal "questions@freebsd.org")) + (literal ">.") + (make empty-element gi: "br") + (literal "For questions about this documentation, e-mail <") + (make element gi: "a" + attributes: (list (list "href" "mailto:doc@freebsd.org")) + (literal "doc@freebsd.org")) + (literal ">."))))) ]]> --bp/iNruPH9dso1Pn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message