]>
granicus.if.org Git - docbook-dsssl/log
Michael Smith [Thu, 27 Oct 2005 03:07:42 +0000 (03:07 +0000)]
Fixed title.
Michael Smith [Thu, 27 Oct 2005 02:46:53 +0000 (02:46 +0000)]
Some further tweaks from BG for testing of inserting external
files (via inlinegraphic).
Norman Walsh [Wed, 26 Oct 2005 14:26:00 +0000 (14:26 +0000)]
Fix validation problems
Norman Walsh [Wed, 26 Oct 2005 13:55:08 +0000 (13:55 +0000)]
Fix boilerplate text
Norman Walsh [Wed, 26 Oct 2005 13:52:51 +0000 (13:52 +0000)]
Handle sgmltag in title; handle graphic and inlinegraphic
Norman Walsh [Wed, 26 Oct 2005 13:30:49 +0000 (13:30 +0000)]
Use pubdate instead of bibliocoverage (what was I thinking?). Fixed pubdate.
Norman Walsh [Wed, 26 Oct 2005 12:45:51 +0000 (12:45 +0000)]
Change file headers: this (will be) DocBook V5.0b1
Norman Walsh [Wed, 26 Oct 2005 12:29:50 +0000 (12:29 +0000)]
Refactor the content model of step to avoid UPA issues
Norman Walsh [Wed, 26 Oct 2005 12:29:10 +0000 (12:29 +0000)]
More attempts to deal with UPA
Norman Walsh [Wed, 26 Oct 2005 11:43:02 +0000 (11:43 +0000)]
Add type attribute to indexterm elements
Michael Smith [Wed, 26 Oct 2005 04:16:20 +0000 (04:16 +0000)]
Added some instances of Indexterm and Index with the "type"
attribute.
Norman Walsh [Tue, 25 Oct 2005 23:33:21 +0000 (23:33 +0000)]
Converted to DocBook V5
Norman Walsh [Tue, 25 Oct 2005 23:32:53 +0000 (23:32 +0000)]
Make pdf; validate with jing
Norman Walsh [Tue, 25 Oct 2005 23:30:58 +0000 (23:30 +0000)]
Make the PDF too
Norman Walsh [Tue, 25 Oct 2005 23:30:41 +0000 (23:30 +0000)]
Keep the Schematron
Norman Walsh [Tue, 25 Oct 2005 23:29:41 +0000 (23:29 +0000)]
Add a distrib target
Norman Walsh [Tue, 25 Oct 2005 23:27:21 +0000 (23:27 +0000)]
Handle fixed attributes
Norman Walsh [Tue, 25 Oct 2005 23:26:29 +0000 (23:26 +0000)]
Generate a catalog
Norman Walsh [Tue, 25 Oct 2005 23:24:58 +0000 (23:24 +0000)]
Make sure xmlns:xlink is generated; hack at trying to get content models that don't trigger UPA
Norman Walsh [Tue, 25 Oct 2005 23:23:27 +0000 (23:23 +0000)]
No, by default, leave the Schematron in
Norman Walsh [Tue, 25 Oct 2005 11:49:18 +0000 (11:49 +0000)]
Make sure tfoots are bold too
Jirka Kosek [Tue, 25 Oct 2005 09:37:53 +0000 (09:37 +0000)]
Authorgroup is labeled as Authors, the same way as in HTML
Jirka Kosek [Tue, 25 Oct 2005 09:35:32 +0000 (09:35 +0000)]
Use $(XJPARSE) instead of xjparse to improve portability of makefile
Norman Walsh [Mon, 24 Oct 2005 12:22:04 +0000 (12:22 +0000)]
Updated pubdate; we'll fix this again before we really publish
Norman Walsh [Mon, 24 Oct 2005 12:20:57 +0000 (12:20 +0000)]
Fixed bogus namespace prefix
Norman Walsh [Mon, 24 Oct 2005 12:17:40 +0000 (12:17 +0000)]
Updates
Michael Smith [Mon, 24 Oct 2005 06:39:31 +0000 (06:39 +0000)]
Move trim.text template into lib.xweb file.
Norman Walsh [Fri, 21 Oct 2005 16:49:10 +0000 (16:49 +0000)]
Checked in HOWTO sources
Norman Walsh [Thu, 20 Oct 2005 18:34:45 +0000 (18:34 +0000)]
Reworked. Move all namespace declarations to the top; add s:ns elements for those namespaces
Norman Walsh [Thu, 20 Oct 2005 18:34:19 +0000 (18:34 +0000)]
Strip Schematron elements too, unless remove-schematron is 0 (it is 1 by default)
Norman Walsh [Thu, 20 Oct 2005 18:33:34 +0000 (18:33 +0000)]
Add s:pattern elements to Schematron rules
Norman Walsh [Thu, 20 Oct 2005 18:33:09 +0000 (18:33 +0000)]
Make this a stylesheet that constructs a Schematron schema for DocBook
Norman Walsh [Thu, 20 Oct 2005 18:28:27 +0000 (18:28 +0000)]
Add docbook.sch as a target
Norman Walsh [Thu, 20 Oct 2005 18:27:54 +0000 (18:27 +0000)]
Handle reworked cleanup.pl script properly
Michael Smith [Thu, 20 Oct 2005 13:58:11 +0000 (13:58 +0000)]
Corrected error in generation of table "format" spec.
Michael Smith [Thu, 20 Oct 2005 13:49:41 +0000 (13:49 +0000)]
Added a utility template for trimming whitespace off the beginning
and end of text chunks.
Michael Smith [Thu, 20 Oct 2005 13:48:49 +0000 (13:48 +0000)]
First shot at implementing table support in the manpages
stylesheet. This works well as-is for normal span-less tables. It
even works for tables with colspans. But it does not yet even
attempt to do anything for rowspans. It will take more work to
add rowspan handling that. Not sure if it's worth the work, really.
Note: This table support is implemented by do a first pass to
process each table using the templates in the HTML stylesheet
(which we import). We don't override any of the <row> or <tr> or
<entry> or <td>, etc., table-markup templates, but we do override
the block and inline templates for whatever the child content of
the <entry> and <td> instances. So we end up with a node that has
"hybrid" output -- with table rows and cells marked up with HTML
<tr> and <td> tags, with with the <td> child content marked up in
roff.
So we use exsl:node-set on that node and make a second-pass
through all of it to replace the <tr> and <td> parts with tbl(1)
macros. Voila -- the end result is properly marked up tbl/roff
output for the table.
One nice thing about doing it this is that it supports both CALS
and HTML table markup, without needing any conditional logic to
deal with CALS separately. Because the first pass causes both the
CALS and HTML source markup to be "normalized" into HTML.
Norman Walsh [Thu, 20 Oct 2005 12:56:27 +0000 (12:56 +0000)]
Workaround UTF8 bug in Perl? Bah, humbug.
Norman Walsh [Thu, 20 Oct 2005 12:55:21 +0000 (12:55 +0000)]
Support interleave as a combine choice
Norman Walsh [Thu, 20 Oct 2005 12:54:34 +0000 (12:54 +0000)]
Transform external parsed entities into XInclude statements
Norman Walsh [Thu, 20 Oct 2005 12:52:35 +0000 (12:52 +0000)]
Make a pattern for set components
Jirka Kosek [Thu, 20 Oct 2005 10:08:42 +0000 (10:08 +0000)]
Map Unicode space characters U+2000-U+200A to fo:leaders.
Michael Smith [Wed, 19 Oct 2005 06:54:14 +0000 (06:54 +0000)]
Added support for generating better plain-text output for man pages.
Michael Smith [Tue, 18 Oct 2005 04:10:54 +0000 (04:10 +0000)]
Corrected flub made when committing cldr makefiles (had in base
contrib dir instead of in cldr subdir).
Michael Smith [Tue, 18 Oct 2005 04:08:42 +0000 (04:08 +0000)]
use newtbl=1 in dblatex stylesheet params
Michael Smith [Mon, 17 Oct 2005 18:52:02 +0000 (18:52 +0000)]
Improved handling or Author/Editor/Othercredit.
Reworked content of (non-visible) comment added at top of each
page (metadata stuff).
Added support for generating a manifest file (useful for cleaning
up after builds, etc.)
Michael Smith [Mon, 17 Oct 2005 18:29:41 +0000 (18:29 +0000)]
Repaired by substitution.
Michael Smith [Mon, 17 Oct 2005 17:23:11 +0000 (17:23 +0000)]
Added better support for dblatex.
Michael Smith [Mon, 17 Oct 2005 14:46:44 +0000 (14:46 +0000)]
Received from DBLaTeX. The latest devel version of dblatex
(pre-0.1.7) correctly renders callouts in all valid test cases in
this document.
Michael Smith [Mon, 17 Oct 2005 10:46:26 +0000 (10:46 +0000)]
RCS keyword exploration.
Michael Smith [Mon, 17 Oct 2005 10:43:51 +0000 (10:43 +0000)]
More RCS keyword fumbling.
Michael Smith [Mon, 17 Oct 2005 10:40:25 +0000 (10:40 +0000)]
Testing some RCS keywords.
Michael Smith [Mon, 17 Oct 2005 10:36:45 +0000 (10:36 +0000)]
Renamed Makefile.example to Makefile.DocBook
Michael Smith [Mon, 17 Oct 2005 10:35:37 +0000 (10:35 +0000)]
Mostly works but still need to add chunking.
Michael Smith [Mon, 17 Oct 2005 07:43:04 +0000 (07:43 +0000)]
Output a real em dash for em-dash dingbat (instead of two hypens).
Michael Smith [Mon, 17 Oct 2005 04:40:46 +0000 (04:40 +0000)]
Problem:
In a PDF generated with Passivetex, every itemizedlist (bulleted
list) has a linebreak after the bullet and before the listem
contents. That bullet should not be there.
Cause:
Design problem in Passivetex
Fix:
Added a fix that works around the problem by not wrapping the
listem output in an <fo:block> if passivetex.extensions=1. Closes
#
1328348 .
Affects:
Only affects output if passivetex.extensions=1. Otherwise,
follows previous code path, so behavior is exactly the same.
Norman Walsh [Sun, 16 Oct 2005 22:19:44 +0000 (22:19 +0000)]
Try docbookxi if docbook doesn't work
Norman Walsh [Sun, 16 Oct 2005 22:17:27 +0000 (22:17 +0000)]
Handle sidebar and simplesect correctly
Norman Walsh [Sun, 16 Oct 2005 22:15:56 +0000 (22:15 +0000)]
Updates from Dick Hamilton
Norman Walsh [Sun, 16 Oct 2005 22:10:11 +0000 (22:10 +0000)]
Remove redundant build step that was causing duplicate Schematron rules
Norman Walsh [Sun, 16 Oct 2005 20:39:44 +0000 (20:39 +0000)]
Test for annotations
Norman Walsh [Sun, 16 Oct 2005 20:39:21 +0000 (20:39 +0000)]
Fix test bugs
Michael Smith [Sun, 16 Oct 2005 09:36:26 +0000 (09:36 +0000)]
Added target for making plain-text output.
Michael Smith [Sun, 16 Oct 2005 02:07:50 +0000 (02:07 +0000)]
Fixed equation markup (thanks to Benoit Guillon).
Michael Smith [Sat, 15 Oct 2005 09:42:49 +0000 (09:42 +0000)]
A "standard" makefile for generating output from DocBook sources.
Michael Smith [Fri, 14 Oct 2005 08:27:06 +0000 (08:27 +0000)]
Added makefiled for downloading and extracging xmlformat.
Michael Smith [Fri, 14 Oct 2005 08:04:53 +0000 (08:04 +0000)]
Added module and makefile for downloading dtd-flatten.jar
Michael Smith [Fri, 14 Oct 2005 07:55:09 +0000 (07:55 +0000)]
Use CVSROOT instead of DOCBOOK_CVS (DOCBOOK_CVS only works with
the build-branch version of Makefile.incl...)
Michael Smith [Fri, 14 Oct 2005 07:53:34 +0000 (07:53 +0000)]
Added "-n" option to cause appending of e-mail address to
usernames to be suppressed.
Michael Smith [Fri, 14 Oct 2005 07:34:22 +0000 (07:34 +0000)]
Added contrib/cldr module.
Michael Smith [Fri, 14 Oct 2005 07:29:38 +0000 (07:29 +0000)]
Added $Id$
Michael Smith [Fri, 14 Oct 2005 07:28:37 +0000 (07:28 +0000)]
Added a module for syncing up with latest CLDR CVS snapshot.
Steve Ball [Thu, 13 Oct 2005 21:22:10 +0000 (21:22 +0000)]
added Word template file
Norman Walsh [Thu, 13 Oct 2005 15:44:08 +0000 (15:44 +0000)]
Fixed test expression
Steve Ball [Thu, 13 Oct 2005 07:12:43 +0000 (07:12 +0000)]
added abstract, fixed itemizedlist, ulink
Michael Smith [Thu, 13 Oct 2005 01:13:51 +0000 (01:13 +0000)]
Changed second title instance to substitle.
Michael Smith [Thu, 13 Oct 2005 01:11:51 +0000 (01:11 +0000)]
These test files were apparently designed to expect external index
files that get generated by the DSSSL build. But the XSL build
does not generate them, and, when it finds them missing, the build
breaks. So, commented out the DSSSL stuff and added <index/>
instances. If you want to test these files with DSSSL output, you
will need to uncomment the entity refs at the end.
Michael Smith [Thu, 13 Oct 2005 00:56:08 +0000 (00:56 +0000)]
A wrapper for grouping some Reference and Refentry instances.
Michael Smith [Thu, 13 Oct 2005 00:45:42 +0000 (00:45 +0000)]
A wrapper with a Part, followed by several Chapters, ending with a
Glossary.
Michael Smith [Thu, 13 Oct 2005 00:13:16 +0000 (00:13 +0000)]
Added some more tests for exposing handling of linebreaks after
programlisting start tag and before programlisting end tag. Also,
wrapped this refentry in a book instead of an article.
Michael Smith [Wed, 12 Oct 2005 23:49:28 +0000 (23:49 +0000)]
Changed some IDs so that these files could be included in the same
wrapper without causing duplicate-ID validity errors.
Michael Smith [Wed, 12 Oct 2005 20:56:36 +0000 (20:56 +0000)]
Added bibliography.005.xml to book.006.xml wrapper.
Michael Smith [Wed, 12 Oct 2005 20:30:13 +0000 (20:30 +0000)]
A book wrapper for all biblio.00n.xml files.
Bob Stayton [Wed, 12 Oct 2005 18:28:01 +0000 (18:28 +0000)]
Fixed bug #
1315700 , where glossary in part with role="auto"
produced invalid FO.
Michael Smith [Wed, 12 Oct 2005 14:58:42 +0000 (14:58 +0000)]
This is a standalone "utility" stylesheet (it's not imported by
and of the drivers). Its purpose is to transform all instances of
DocBook-specific "insert file" markup (e.g., <textdata
fileref="foo.txt) with Xinclude instances. It is mainly intended
as an alternative to the DocBook XSLT Java insertfile() extension.
Norman Walsh [Wed, 12 Oct 2005 14:55:13 +0000 (14:55 +0000)]
Preserve titles on lists; improve handling of float attribute
Michael Smith [Wed, 12 Oct 2005 14:53:04 +0000 (14:53 +0000)]
This is the file needed by programlistingco.002.xml to test
inserting external text files.
Michael Smith [Wed, 12 Oct 2005 14:50:13 +0000 (14:50 +0000)]
Revised and added stuff for testing the
textdata/imagedata/inlinegraphic markup for inserting external
text files, and rendering callout bugs in the inserted text.
Michael Smith [Wed, 12 Oct 2005 14:35:03 +0000 (14:35 +0000)]
Added area/@linkends instance to programlistingco.001.xml and
removed redundant test case from calloutlist.003.xml.
Norman Walsh [Wed, 12 Oct 2005 13:48:50 +0000 (13:48 +0000)]
Align on tgroup wins, moved some attrs around.
Norman Walsh [Wed, 12 Oct 2005 13:47:16 +0000 (13:47 +0000)]
Fixed title
Norman Walsh [Wed, 12 Oct 2005 13:45:58 +0000 (13:45 +0000)]
Fixed bug: role was being used instead of revisionflag
Michael Smith [Tue, 11 Oct 2005 09:00:34 +0000 (09:00 +0000)]
Removed spaces from Revision and Date RCS keywords.
Michael Smith [Tue, 11 Oct 2005 08:59:08 +0000 (08:59 +0000)]
Use just "Revision" and "Date" RCS keywords, instead of $Id (because
$Id adds the RCS filename, RCS author name, and RCS "state", none
of which it seems like we really need in Releaseinfo).
Michael Smith [Tue, 11 Oct 2005 03:05:31 +0000 (03:05 +0000)]
New file from Benoit Guillon. Includes tests for Area/@linkends
and for Coref (neither of which we previously had test cases for).
Michael Smith [Mon, 10 Oct 2005 16:10:02 +0000 (16:10 +0000)]
Make sure all callouts are referenced.
Michael Smith [Mon, 10 Oct 2005 15:22:59 +0000 (15:22 +0000)]
Removed install.sh from global executables.
Michael Smith [Mon, 10 Oct 2005 15:08:29 +0000 (15:08 +0000)]
Release notes are now a necessary part of all release builds.
Michael Smith [Mon, 10 Oct 2005 14:49:47 +0000 (14:49 +0000)]
Bring distrib/zip build into sync with other modules.
Michael Smith [Mon, 10 Oct 2005 14:31:21 +0000 (14:31 +0000)]
Committed some additional stuff needed for getting wordml fully
integrated into the build.