David Cramer [Sun, 18 Jul 2010 18:13:03 +0000 (18:13 +0000)]
Adding some docs to build.properties. Adjusting stylesheet-path so by default it is relative to the main antbuild (so you can import build.xml in another build.xml and have it 'just work'
David Cramer [Sun, 18 Jul 2010 14:42:03 +0000 (14:42 +0000)]
Moving copy of indexer stuff to index target. Adding support for copying doc images to the output directory based on properties set in build.properties.
ndexer: Removed the creation of separate js file for each alphabetic letter. Now only three js files used for the index. Index is equally distributed between these three files. Having three files will help in parall downloading, hence faster loading.
Removed un
Brought build property names to a standard convention.
New property "stylesheet-path".
David Cramer [Sun, 18 Jul 2010 04:25:31 +0000 (04:25 +0000)]
Copy doc images from source tree if they're in a folder named images. Only copy the *.props file, default.props, and punctuation.props, not all of them
Added stemmers for other languages.
-German Stemmer is fully implemented and is supported.
-Stemming support for 16 languages added for indexing(written in Java). These can't be used until JavaScript version of them are implemented. For more details, refer: http://snowball.tartarus.org/
David Cramer [Mon, 12 Jul 2010 20:49:12 +0000 (20:49 +0000)]
Add a switch so that they can omit the search tab. Fix the validate property so it can be set to true or false (rather than needing to to be true or unset).
Added Stemming support for WebHelp. Currently support English only.
Porter's Algorithm is used for stemming. http://tartarus.org/~martin/PorterStemmer/
stemming for the Index will happen in Java and querying will be processed by a javascript stemmer.
Added new build-property indexer-language with the default set to "en".
Did minor modifications to main.js and some search js files.
Changes for webhelp.xsl:
added a unique id for a given documentation/docbook xml.
Replaced non-i18n texts with i18n-compatible texts.
improved page loading time.
Modified css files for better appearence.
Some small changes to search indexer.
Bob Stayton [Sat, 12 Dec 2009 17:49:56 +0000 (17:49 +0000)]
Row recursion turned off if no @morerows attributes in the table.
This will prevent failure on long table (with no @morerows) due
to excessive depth of recursion.
Bob Stayton [Fri, 11 Dec 2009 09:08:40 +0000 (09:08 +0000)]
Apply patch to turn off row recursion if no @morerows attributes present.
This will enable very large tables without row spanning to
process without running into recursion limits.
Daniel Leidert [Mon, 2 Nov 2009 02:38:47 +0000 (02:38 +0000)]
Fix two indentation issues: In the first case there is no corresponding .RS
macro (Debian #519438, sf.net 2793873). In the second case an .RS instead of
the probably intended .sp leads to an indentation bug (Debian #527309,
sf.net #2642139).
Keith Fahlgren [Thu, 20 Aug 2009 20:10:08 +0000 (20:10 +0000)]
Improve the quality of the OPF spine regression by ensuring that the spine
elements for deeply nested refentries are in order and adjacent to their
opening wrapper XHTML chunk.
Keith Fahlgren [Thu, 20 Aug 2009 05:02:22 +0000 (05:02 +0000)]
Add more careful handling of refentries to ensure that they always appear in the opf:spine.
This was only a problem when refentries were pushed deep into the hierarchy (like inside
a sect2), but presented navigational problems for many reading systems (despite the
correct NCX references). This may *not* be the best solution, but attacking a better
chunking strategy for refentries was too big a nut to crack at this time.
Keith Fahlgren [Wed, 12 Aug 2009 02:54:56 +0000 (02:54 +0000)]
Fix a bug when using index.on.type: an 'index symbols' section was created
even if that typed index didn't include any symbols (they were in the other types).