xorg-sgml-doctools: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Tue Sep 13 11:20:41 PDT 2011


 README                |   19 +++----
 configure.ac          |    2 
 masterdb/Makefile.am  |   20 +-------
 masterdb/masterdb.xml |  124 +++++++++++++++++++++++++-------------------------
 xorg-chunk.xsl        |   11 ++++
 xorg-xhtml.xsl        |   11 ++++
 xorg.css              |   12 +---
 7 files changed, 99 insertions(+), 100 deletions(-)

New commits:
commit 2ce8b9381538e48b57e5ab7e11dad412fd9b8429
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Sep 7 09:46:51 2011 -0400

    Version bump: 1.10
    
    The masterdbs for olink have changed.
    Currently only bigreqproto has olinks to libX11.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit fc347e2cd78c2a95b85a961eb110206b6f126b08
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Sep 8 13:42:47 2011 -0400

    Embed CSS styles inside the HTML HEAD element
    
    Rather than referring to the external xorg.css stylesheet, embed the content
    of the file in the html output produced. This is accomplished by adding
    an xsl:template to the customization layer. The content of xorg.css must not
    be encoded due to the '<' character.
    
    This makes the whole html docs tree much more relocatable.
    In addition, it eliminates xorg.css as a runtime file which makes
    xorg-sgml-doctools a build time only package.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 9d312bd9b62b8dc1b13ba427aafee99440df6a4b
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Sep 6 21:01:46 2011 -0400

    CSS: authors and affiliation spacing
    
    The objective is to have more spacing between each author so their affiliation
    is visually grouped with its author. The previous method was not reliable as
    it was making an assumption about the preceeding element.
    
    The new method of reducing the bottom margin for the author should be more
    reliable.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 93f58fd482c58f669e37df1e415cfde06324b548
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Sep 5 15:35:55 2011 -0400

    masterdb: add olink support for chunked html
    
    For olinks to chunked html, the masterdb cannot contain the baseuri
    attribute. The xsl parameter olink.base.uri needs to be used in makefiles
    for non chunked html while the chunked html does not use it.
    
    The txt and ps documents cannot be an end point of olinks, so no target
    dbs will be generated for those formats, hence no masterdb needed either.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list