summaryrefslogtreecommitdiff
path: root/specs/sync.xml
Commit message (Collapse)AuthorAgeFilesLines
* informaltable cleanupMatt Dew2012-01-161-39/+36
| | | | | | | | | | | | | | | | On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked like. the <?dbfo keep-together='always'> prevents tables from splitting across pages. Useful for tiny tables. Converting the colwidth to a floating point, IE, 1* -> 1.0* cleans up these build errors: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) Signed-off-by: Matt Dew <marcoz@osource.org>
* #1 - fix the capitalization of the ID attriutes toMatt Dew2011-10-011-12/+11
| | | | | | | | | match either the <title> or <funcdef> string it goes with. #2 - fix any <linkend>'s that were affected by #1 #3 - any <function> in the docs that has an actual funcdef, will become an olink. Signed-off-by: Matt Dew <marcoz@osource.org>
* sync spec: fix copyright markup for multiple authorsGaetan Nadon2011-09-211-13/+6
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* sync: fix author name and authors affiliationGaetan Nadon2011-09-141-19/+29
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* docs: use the &fullrelvers; entity to set X11 release informationGaetan Nadon2011-09-121-2/+5
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* docs: remove <productnumber> which is not used by defaultGaetan Nadon2011-09-111-1/+0
| | | | | | | | This element is not rendered by default on the title. A template customization is required to display it. X Window System does not have a product number. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Use the same docbookx.dtd version (4.3) for all docsPaulo Zanoni2010-12-141-2/+2
| | | | | | | | | This way we don't need to require 4.1.2 and 4.5 The geproto xml was inconsistent, by the way. Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com> Reviewed-by: Matt Dew <matt@osource.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* specs/sync.xml: Fix minor typos in document title sectionAlan Coopersmith2010-12-091-3/+3
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Document changes in XSync version 3.1James Jones2010-12-031-9/+220
| | | | | | | | Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Pierre-Loup Griffais <pgriffais@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Robert Morell <rmorell@nvidia.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* specs: convert protocol .ms specs from xorg-docs module to DocBook XMLMatt Dew2010-06-301-0/+1062
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>