<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Tue, 2010-12-07 at 19:52 -0800, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Signed-off-by: Alan Coopersmith <<A HREF="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</A>>
---
xorg.xsl | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/xorg.xsl b/xorg.xsl
index 6184b4e..cf6c649 100644
--- a/xorg.xsl
+++ b/xorg.xsl
@@ -46,4 +46,12 @@ DEALINGS IN THE SOFTWARE.
thus not needing to wait for http fetch of draft.png from docbook website.
-->
<xsl:param name="draft.mode" select="no"/>
+
+ <!--
+ Make links in pdf output blue so it's easier to tell they're links.
+ -->
+ <xsl:attribute-set name="xref.properties">
+ <xsl:attribute name="color">blue</xsl:attribute>
+ </xsl:attribute-set>
+
</xsl:stylesheet>
</PRE>
</BLOCKQUOTE>
<BR>
Reviewed-by: <TT><FONT COLOR="#1a1a1a">Signed-off-by: Gaetan Nadon <<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>></FONT></TT><BR>
<BR>
Links are blue and they work.<BR>
<BR>
The subject like should have been [PATCH xorg-sgml-doctools] (or any suitable hint) as it is not a server patch.<BR>
<BR>
You can use "<TT>git config format.subjectprefix "PATCH xorg-sgml-doctools</TT>" and it is easy to script for all modules.
</BODY>
</HTML>