doc-el commit 1029:6b5f18f8b7c1 - Use prettier Greek style ?«quo...

freebsd-doc-el at lists.hellug.gr freebsd-doc-el at lists.hellug.gr
Mon Nov 10 01:46:51 EET 2008


changeset: 1029:6b5f18f8b7c1
user:      keramida
date:      2008-11-10 00:14 +0200
details:   http://hg.hellug.gr/freebsd/doc-el/?cmd=changeset;node=6b5f18f8b7c1

description:
	Use prettier Greek style ?«quotes?» for HTML output.

	Thanks to:	hrs

diffstat:

1 file changed, 7 insertions(+)
el_GR.ISO8859-7/share/sgml/freebsd.dsl |    7 +++++++

diffs (17 lines):

diff -r eac0930475d8 -r 6b5f18f8b7c1 el_GR.ISO8859-7/share/sgml/freebsd.dsl
--- a/el_GR.ISO8859-7/share/sgml/freebsd.dsl	Sun Nov 09 18:24:13 2008 +0200
+++ b/el_GR.ISO8859-7/share/sgml/freebsd.dsl	Mon Nov 10 00:14:13 2008 +0200
@@ -58,6 +58,13 @@
 		(create-link (list (list "HREF" "mailto:doc at FreeBSD.org"))
                   (literal "doc at FreeBSD.org"))
 	        (literal ">.")))))
+
+        <!-- More aesthetically pleasing Greek quotes for HTML output. -->
+        (element quote
+          (make sequence
+            (make entity-ref name: "laquo")
+            (process-children)
+            (make entity-ref name: "raquo")))
       ]]>
 
       <!-- More aesthetically pleasing chapter headers for print output --> 


More information about the Freebsd-doc-el mailing list