]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
14 years agoAdded client-side support for cjk searching. By default, for cjk, 2-gram tokenizing...
Kasun Gajasinghe [Sun, 8 Aug 2010 16:43:13 +0000 (16:43 +0000)]
Added client-side support for cjk searching. By default, for cjk, 2-gram tokenizing is used in both client run time and indexer build time. i.e.  クに接続 will be tokenized to "クに", "に接", "接続". Better tokenizing suggestions are IKAnalzer and Paoding Analyzer. These are dictionary based, so that results are more accurate.

14 years agoAdded Chinese, Japanese, Korean (CJK) support for better searching. Uses Lucene's...
Kasun Gajasinghe [Sat, 7 Aug 2010 09:08:00 +0000 (09:08 +0000)]
Added Chinese, Japanese, Korean (CJK) support for better searching. Uses Lucene's CJKAnalyzer.
New classpath attr in build.xml to reflect new additions.
Few fixes to client-side js files for better use of new languages(no-stem langs)

14 years agoAdding admoniton about not having Saxon 6.5 in your classpath. Other minor doc updates
David Cramer [Mon, 26 Jul 2010 01:11:29 +0000 (01:11 +0000)]
Adding admoniton about not having Saxon 6.5 in your classpath. Other minor doc updates

14 years agoUse xerces to validate
David Cramer [Sat, 24 Jul 2010 21:16:10 +0000 (21:16 +0000)]
Use xerces to validate

14 years agoAdded icon to the webhelp
Kasun Gajasinghe [Thu, 22 Jul 2010 02:30:48 +0000 (02:30 +0000)]
Added icon to the webhelp
Fixed the issue of scrolling, which occurs when there is only one page of data is available

14 years agoAdd space to left of Go button. Remove jquery styling from Go button
David Cramer [Tue, 20 Jul 2010 19:13:17 +0000 (19:13 +0000)]
Add space to left of Go button. Remove jquery styling from Go button

14 years agoFix bug in build.xml that prevents importing into a build in another dir
David Cramer [Tue, 20 Jul 2010 19:11:41 +0000 (19:11 +0000)]
Fix bug in build.xml that prevents importing into a build in another dir

14 years agoMinor cleanup
David Cramer [Tue, 20 Jul 2010 15:41:08 +0000 (15:41 +0000)]
Minor cleanup

14 years agobug fix: show toc tree button is not visible in firefox.
Kasun Gajasinghe [Tue, 20 Jul 2010 03:23:22 +0000 (03:23 +0000)]
bug fix: show toc tree button is not visible in firefox.

14 years agoDocumentation updates
David Cramer [Mon, 19 Jul 2010 01:55:10 +0000 (01:55 +0000)]
Documentation updates

14 years agoAdd encoding meta tag to avoid funny characters in IE
David Cramer [Sun, 18 Jul 2010 18:39:28 +0000 (18:39 +0000)]
Add encoding meta tag to avoid funny characters in IE

14 years agoAdding some docs to build.properties. Adjusting stylesheet-path so by default it...
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'

14 years agoDocumentation updates
David Cramer [Sun, 18 Jul 2010 17:51:19 +0000 (17:51 +0000)]
Documentation updates

14 years agoRenaming exclude.search.from.chunked.html to exclude.search.from.webhelp
David Cramer [Sun, 18 Jul 2010 14:53:37 +0000 (14:53 +0000)]
Renaming exclude.search.from.chunked.html to exclude.search.from.webhelp

14 years agoMoving copy of indexer stuff to index target. Adding support for copying doc images...
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.

14 years agoAdded search highlighting feature.
Kasun Gajasinghe [Sun, 18 Jul 2010 14:34:15 +0000 (14:34 +0000)]
Added search highlighting feature.

14 years agondexer: Removed the creation of separate js file for each alphabetic letter. Now...
Kasun Gajasinghe [Sun, 18 Jul 2010 11:36:57 +0000 (11:36 +0000)]
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".

--Kasun Gajasinghe

14 years agoMention stemmers and their license in the legalnotice.
David Cramer [Sun, 18 Jul 2010 04:32:20 +0000 (04:32 +0000)]
Mention stemmers and their license in the legalnotice.

14 years agoCopy doc images from source tree if they're in a folder named images. Only copy the...
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

14 years agoMinor doc updates
David Cramer [Sat, 17 Jul 2010 20:19:57 +0000 (20:19 +0000)]
Minor doc updates

14 years agoCommitting the missing files in the previous commit.
Kasun Gajasinghe [Sat, 17 Jul 2010 20:04:10 +0000 (20:04 +0000)]
Committing the missing files in the previous commit.

14 years agoImprovements and some fixes for web interface.
Kasun Gajasinghe [Sat, 17 Jul 2010 19:48:06 +0000 (19:48 +0000)]
Improvements and some fixes for web interface.
javascript stemming improvements.

--KasunBG

14 years agoAdded stemmers for other languages.
Kasun Gajasinghe [Sat, 17 Jul 2010 14:17:42 +0000 (14:17 +0000)]
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/

Fixed some bugs in the UI
Reformatted the code.

14 years agoAdded a show/hide TOC button.
Kasun Gajasinghe [Tue, 13 Jul 2010 22:03:04 +0000 (22:03 +0000)]
Added a show/hide TOC button.
Put next/prev buttons in the banner header.

14 years agoUpdating readme with indexer-language and exclude.search.from.chunked.html parameters
David Cramer [Mon, 12 Jul 2010 20:59:14 +0000 (20:59 +0000)]
Updating readme with indexer-language and exclude.search.from.chunked.html parameters

14 years agoAdd a switch so that they can omit the search tab. Fix the validate property so it...
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).

14 years agoAdded Stemming support for WebHelp. Currently support English only.
Kasun Gajasinghe [Sat, 10 Jul 2010 22:41:30 +0000 (22:41 +0000)]
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.

14 years agoMinor updates to the docs
David Cramer [Sat, 10 Jul 2010 14:44:28 +0000 (14:44 +0000)]
Minor updates to the docs

14 years agoAdded functionality to "indexer" to not to index the navigation contents. Now it...
Kasun Gajasinghe [Sat, 10 Jul 2010 11:53:52 +0000 (11:53 +0000)]
Added functionality to "indexer" to not to index the navigation contents. Now it indexes only contents under "content" <div> and some meta data.

14 years agoUpdating install instructions
David Cramer [Thu, 8 Jul 2010 23:42:20 +0000 (23:42 +0000)]
Updating install instructions

14 years agoupdating install instructions
David Cramer [Wed, 7 Jul 2010 20:15:18 +0000 (20:15 +0000)]
updating install instructions

14 years agoSome updates to instructions
David Cramer [Tue, 6 Jul 2010 23:28:24 +0000 (23:28 +0000)]
Some updates to instructions

14 years agoMake it work if you import this build from another dir
David Cramer [Tue, 6 Jul 2010 22:05:54 +0000 (22:05 +0000)]
Make it work if you import this build from another dir

14 years agoUse xml catalogs to point to docbook xsls
David Cramer [Tue, 6 Jul 2010 21:39:14 +0000 (21:39 +0000)]
Use xml catalogs to point to docbook xsls

14 years agoremoved sync button as AutoSync is in effect.
Kasun Gajasinghe [Tue, 6 Jul 2010 20:34:54 +0000 (20:34 +0000)]
removed sync button as AutoSync is in effect.
Made some other minor changes.

14 years agoFixing bug where current topic in toc wasn't highlighted but title was.
David Cramer [Tue, 6 Jul 2010 19:06:13 +0000 (19:06 +0000)]
Fixing bug where current topic in toc wasn't highlighted but title was.

14 years agoChanges for webhelp.xsl:
Kasun Gajasinghe [Mon, 5 Jul 2010 18:55:14 +0000 (18:55 +0000)]
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.

14 years agoremoving generated stuff
David Cramer [Sun, 4 Jul 2010 05:24:30 +0000 (05:24 +0000)]
removing generated stuff

14 years agoUpdating limitations section
David Cramer [Sun, 4 Jul 2010 05:07:58 +0000 (05:07 +0000)]
Updating limitations section

14 years agoInitial checking of GSOC 2010 work.
David Cramer [Sun, 4 Jul 2010 04:53:53 +0000 (04:53 +0000)]
Initial checking of GSOC 2010 work.

14 years agoInitial import of infrastructure needed for Ant build system
Jirka Kosek [Sat, 3 Jul 2010 22:33:37 +0000 (22:33 +0000)]
Initial import of infrastructure needed for Ant build system

14 years agoEnsure that NCX documents are always outputted with a default namespace
Keith Fahlgren [Wed, 23 Jun 2010 23:01:22 +0000 (23:01 +0000)]
Ensure that NCX documents are always outputted with a default namespace
to prevent problems with the kindlegen machinery

14 years agoUpdated translations from Red Hat and the Fedora Project
Rüdiger Landmann [Mon, 17 May 2010 04:38:51 +0000 (04:38 +0000)]
Updated translations from Red Hat and the Fedora Project

14 years agoFix bug in olink template when an olink has an id.
Bob Stayton [Fri, 14 May 2010 03:50:38 +0000 (03:50 +0000)]
Fix bug in olink template when an olink has an id.
Add warning message with id value when trying to link
to an element that has no generated text.

14 years agoAdd new languages to Makefile
Rüdiger Landmann [Wed, 14 Apr 2010 05:02:39 +0000 (05:02 +0000)]
Add new languages to Makefile

14 years agoTypo fixing.
Mauritz Jeanson [Sun, 21 Mar 2010 17:22:06 +0000 (17:22 +0000)]
Typo fixing.

14 years agoalways remake docs
Michael Smith [Sun, 21 Mar 2010 13:58:41 +0000 (13:58 +0000)]
always remake docs

14 years agoFixed typo.
Mauritz Jeanson [Sat, 20 Mar 2010 11:30:43 +0000 (11:30 +0000)]
Fixed typo.

14 years agoFixed typo.
Mauritz Jeanson [Sat, 20 Mar 2010 11:29:18 +0000 (11:29 +0000)]
Fixed typo.

14 years agoAdded missing xsl:choose in example.
Mauritz Jeanson [Sat, 20 Mar 2010 11:08:37 +0000 (11:08 +0000)]
Added missing xsl:choose in example.

14 years agoFixed bug #2912677 (error with xref in title).
Mauritz Jeanson [Sat, 20 Mar 2010 10:47:36 +0000 (10:47 +0000)]
Fixed bug #2912677 (error with xref in title).

14 years agoFixed bug #2930968 (indexterm in refmeta not handled correctly).
Mauritz Jeanson [Sat, 20 Mar 2010 09:59:03 +0000 (09:59 +0000)]
Fixed bug #2930968 (indexterm in refmeta not handled correctly).

14 years agofix bug 2949567 title in revhistory breaks FO transform.
Bob Stayton [Sat, 20 Mar 2010 04:56:04 +0000 (04:56 +0000)]
fix bug 2949567 title in revhistory breaks FO transform.

14 years agofix bug 2948363 generated filename for refentry not unique, when
Bob Stayton [Sat, 20 Mar 2010 04:36:45 +0000 (04:36 +0000)]
fix bug 2948363 generated filename for refentry not unique, when
used in a set.

14 years agofix snapshot build
Michael Smith [Fri, 19 Mar 2010 21:32:29 +0000 (21:32 +0000)]
fix snapshot build

14 years agoAdded USlegal and USlegallandscape paper types.
Norman Walsh [Fri, 19 Mar 2010 16:13:59 +0000 (16:13 +0000)]
Added USlegal and USlegallandscape paper types.

14 years agoFix bug in xrefstyle "title" handling introduced with
Bob Stayton [Tue, 16 Mar 2010 16:40:43 +0000 (16:40 +0000)]
Fix bug in xrefstyle "title" handling introduced with
the 'insert.targetdb.data' template.

14 years agoOutput id attributes on glossdiv blocks so they can be added to
Bob Stayton [Sat, 27 Feb 2010 20:42:27 +0000 (20:42 +0000)]
Output id attributes on glossdiv blocks so they can be added to
xrefs or TOC.

14 years agoMake the default value blank, as it is documented.
Bob Stayton [Fri, 26 Feb 2010 22:34:18 +0000 (22:34 +0000)]
Make the default value blank, as it is documented.

14 years agoAdded note about specifying location as URL
Jirka Kosek [Wed, 24 Feb 2010 17:13:11 +0000 (17:13 +0000)]
Added note about specifying location as URL

14 years agoNew translations from Red Hat and the Fedora Project
Rüdiger Landmann [Wed, 10 Feb 2010 06:34:29 +0000 (06:34 +0000)]
New translations from Red Hat and the Fedora Project

14 years agoUpdated translations from Red Hat and the Fedora Project
Rüdiger Landmann [Wed, 10 Feb 2010 06:32:12 +0000 (06:32 +0000)]
Updated translations from Red Hat and the Fedora Project

14 years agoEnabled hyphenation of URLs when ulink content is the same as link target
Jirka Kosek [Mon, 8 Feb 2010 23:21:18 +0000 (23:21 +0000)]
Enabled hyphenation of URLs when ulink content is the same as link target

15 years agoremove unused <nonexistantelement>
Rüdiger Landmann [Mon, 18 Jan 2010 03:06:08 +0000 (03:06 +0000)]
remove unused <nonexistantelement>

15 years agoFix missing "Chapter n" label when use chapter/info/title.
Bob Stayton [Mon, 11 Jan 2010 03:16:56 +0000 (03:16 +0000)]
Fix missing "Chapter n" label when use chapter/info/title.

15 years agoFix an incorrect translation. Thanks to Helge Kreutzmann.
Daniel Leidert [Mon, 28 Dec 2009 21:03:18 +0000 (21:03 +0000)]
Fix an incorrect translation. Thanks to Helge Kreutzmann.
http://bugs.debian.org/562816

15 years agoRow recursion turned off if no @morerows attributes in the table.
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.

15 years agoApply patch to turn off row recursion if no @morerows attributes present.
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.

15 years agoSupport make.clean.html in autotoc.xsl.
Bob Stayton [Fri, 11 Dec 2009 00:33:17 +0000 (00:33 +0000)]
Support make.clean.html in autotoc.xsl.

15 years agoAdd support for make.clean.html setting in block elements.
Bob Stayton [Fri, 11 Dec 2009 00:07:12 +0000 (00:07 +0000)]
Add support for make.clean.html setting in block elements.

15 years agoRemove debug message.
Bob Stayton [Fri, 11 Dec 2009 00:05:45 +0000 (00:05 +0000)]
Remove debug message.

15 years agoStock CSS styles for DocBook HTML output when 'make.clean.html' is non-zero.
Bob Stayton [Thu, 10 Dec 2009 22:40:42 +0000 (22:40 +0000)]
Stock CSS styles for DocBook HTML output when 'make.clean.html' is non-zero.

15 years agoAdd templates for generating CSS files.
Bob Stayton [Thu, 10 Dec 2009 22:35:51 +0000 (22:35 +0000)]
Add templates for generating CSS files.

15 years agoAdd templates for generating CSS files and links to them.
Bob Stayton [Thu, 10 Dec 2009 22:34:22 +0000 (22:34 +0000)]
Add templates for generating CSS files and links to them.

15 years agoFix bugs in new entity references.
Bob Stayton [Mon, 7 Dec 2009 17:45:26 +0000 (17:45 +0000)]
Fix bugs in new entity references.

15 years agoList of Equations now includes on equations with titles.
Bob Stayton [Mon, 7 Dec 2009 06:03:50 +0000 (06:03 +0000)]
List of Equations now includes on equations with titles.

15 years agoAdd new params for CSS file generation.
Bob Stayton [Sun, 6 Dec 2009 21:54:03 +0000 (21:54 +0000)]
Add new params for CSS file generation.

15 years agoParams to support generated CSS files.
Bob Stayton [Sun, 6 Dec 2009 21:47:04 +0000 (21:47 +0000)]
Params to support generated CSS files.

15 years agoIf a colspec has a colname attribute, add it to the HTML col
Bob Stayton [Thu, 3 Dec 2009 06:04:51 +0000 (06:04 +0000)]
If a colspec has a colname attribute, add it to the HTML col
element as a class attribute so it can be styled.

15 years agoReplace tabs with spaces.
Bob Stayton [Thu, 3 Dec 2009 05:59:45 +0000 (05:59 +0000)]
Replace tabs with spaces.

15 years agoFix bug 2825842 where table footnotes not appearing in HTML-coded table.
Bob Stayton [Wed, 2 Dec 2009 07:40:21 +0000 (07:40 +0000)]
Fix bug 2825842 where table footnotes not appearing in HTML-coded table.

15 years agoFix bug #2834826 where appendix inside part was not chunked as it should be.
Bob Stayton [Wed, 2 Dec 2009 07:22:10 +0000 (07:22 +0000)]
Fix bug #2834826 where appendix inside part was not chunked as it should be.

15 years agoFormat equation without title using table layout with equation number
Bob Stayton [Wed, 2 Dec 2009 06:06:53 +0000 (06:06 +0000)]
Format equation without title using table layout with equation number
next to the equation.

15 years agoAdd equation.number.properties.
Bob Stayton [Wed, 2 Dec 2009 06:05:24 +0000 (06:05 +0000)]
Add equation.number.properties.

15 years agoNew attribute set for numbers appearing next to equations.
Bob Stayton [Wed, 2 Dec 2009 06:02:23 +0000 (06:02 +0000)]
New attribute set for numbers appearing next to equations.

15 years agoFix bug in xref to equation without title to use context="xref-number" instead
Bob Stayton [Wed, 2 Dec 2009 06:01:07 +0000 (06:01 +0000)]
Fix bug in xref to equation without title to use context="xref-number" instead
of "xref-number-and-title".

15 years agoNumber all equations in one sequence, with or without title.
Bob Stayton [Wed, 2 Dec 2009 05:28:09 +0000 (05:28 +0000)]
Number all equations in one sequence, with or without title.

15 years agoMake content of param ulink.target empty so target attributes not generated.
Bob Stayton [Wed, 2 Dec 2009 04:14:20 +0000 (04:14 +0000)]
Make content of param ulink.target empty so target attributes not generated.

15 years agoFix bug #2896909 where duplicate @sortas on indexterms caused
Bob Stayton [Sat, 28 Nov 2009 02:17:05 +0000 (02:17 +0000)]
Fix bug #2896909 where duplicate @sortas on indexterms caused
some indexterms to drop out of index.

15 years agoExpand the "Stripping namespace ..." message to advise users to
Bob Stayton [Fri, 27 Nov 2009 07:12:27 +0000 (07:12 +0000)]
Expand the "Stripping namespace ..." message to advise users to
use the namespaced stylesheets.

15 years agoneed a local version of $exsl.node.set.available variable because
Bob Stayton [Fri, 27 Nov 2009 06:56:09 +0000 (06:56 +0000)]
need a local version of $exsl.node.set.available variable because
this module imported many places.

15 years agoAdded missing namespace declarations. Closes bug #2890069.
Mauritz Jeanson [Fri, 20 Nov 2009 19:43:06 +0000 (19:43 +0000)]
Added missing namespace declarations. Closes bug #2890069.

15 years agoAdding support for partintros with sect2s, 3s, etc
Keith Fahlgren [Tue, 17 Nov 2009 04:05:19 +0000 (04:05 +0000)]
Adding support for partintros with sect2s, 3s, etc

15 years agoAdding param to workaround horrific ADE bug with the inability to process <br>
Keith Fahlgren [Thu, 5 Nov 2009 23:04:33 +0000 (23:04 +0000)]
Adding param to workaround horrific ADE bug with the inability to process <br>

15 years agoFix two indentation issues: In the first case there is no corresponding .RS
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).

15 years agoAdd support for authorgroup/author in OPF metadata (via Michael Wiedmann)
Keith Fahlgren [Fri, 23 Oct 2009 16:13:02 +0000 (16:13 +0000)]
Add support for authorgroup/author in OPF metadata (via Michael Wiedmann)

15 years agoUpdated the template for footnote paras to use the 'paragraph' template. Closes bug...
Mauritz Jeanson [Thu, 15 Oct 2009 19:35:52 +0000 (19:35 +0000)]
Updated the template for footnote paras to use the 'paragraph' template. Closes bug #2803739.

15 years agoAdd more namespace names to the exclude-result-prefixes attribute.
Bob Stayton [Wed, 14 Oct 2009 18:59:40 +0000 (18:59 +0000)]
Add more namespace names to the exclude-result-prefixes attribute.

15 years agoDrop the font elements, not their contents
Keith Fahlgren [Sat, 10 Oct 2009 21:31:49 +0000 (21:31 +0000)]
Drop the font elements, not their contents

15 years agoRemove <b> and <i> elements "discouraged in favor of style sheets" from
Keith Fahlgren [Sat, 10 Oct 2009 02:45:47 +0000 (02:45 +0000)]
Remove <b> and <i> elements "discouraged in favor of style sheets" from
XHTML, XHTML 1.1 (and therefore EPUB) outputs by changing html2xhtml.xsl.

Fixes bug #2873153: No <b> and <i> tags in XHTML/EPUB

Added regression to EPUB specs: