]>
granicus.if.org Git - docbook-dsssl/log
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.
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)
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
David Cramer [Sat, 24 Jul 2010 21:16:10 +0000 (21:16 +0000)]
Use xerces to validate
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
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
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
David Cramer [Tue, 20 Jul 2010 15:41:08 +0000 (15:41 +0000)]
Minor cleanup
Kasun Gajasinghe [Tue, 20 Jul 2010 03:23:22 +0000 (03:23 +0000)]
bug fix: show toc tree button is not visible in firefox.
David Cramer [Mon, 19 Jul 2010 01:55:10 +0000 (01:55 +0000)]
Documentation updates
David Cramer [Sun, 18 Jul 2010 18:39:28 +0000 (18:39 +0000)]
Add encoding meta tag to avoid funny characters in IE
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 17:51:19 +0000 (17:51 +0000)]
Documentation updates
David Cramer [Sun, 18 Jul 2010 14:53:37 +0000 (14:53 +0000)]
Renaming exclude.search.from.chunked.html to exclude.search.from.webhelp
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.
Kasun Gajasinghe [Sun, 18 Jul 2010 14:34:15 +0000 (14:34 +0000)]
Added search highlighting feature.
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
David Cramer [Sun, 18 Jul 2010 04:32:20 +0000 (04:32 +0000)]
Mention stemmers and their license in the legalnotice.
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
David Cramer [Sat, 17 Jul 2010 20:19:57 +0000 (20:19 +0000)]
Minor doc updates
Kasun Gajasinghe [Sat, 17 Jul 2010 20:04:10 +0000 (20:04 +0000)]
Committing the missing files in the previous commit.
Kasun Gajasinghe [Sat, 17 Jul 2010 19:48:06 +0000 (19:48 +0000)]
Improvements and some fixes for web interface.
javascript stemming improvements.
--KasunBG
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.
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.
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
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).
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.
David Cramer [Sat, 10 Jul 2010 14:44:28 +0000 (14:44 +0000)]
Minor updates to the docs
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.
David Cramer [Thu, 8 Jul 2010 23:42:20 +0000 (23:42 +0000)]
Updating install instructions
David Cramer [Wed, 7 Jul 2010 20:15:18 +0000 (20:15 +0000)]
updating install instructions
David Cramer [Tue, 6 Jul 2010 23:28:24 +0000 (23:28 +0000)]
Some updates to instructions
David Cramer [Tue, 6 Jul 2010 22:05:54 +0000 (22:05 +0000)]
Make it work if you import this build from another dir
David Cramer [Tue, 6 Jul 2010 21:39:14 +0000 (21:39 +0000)]
Use xml catalogs to point to docbook xsls
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.
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.
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.
David Cramer [Sun, 4 Jul 2010 05:24:30 +0000 (05:24 +0000)]
removing generated stuff
David Cramer [Sun, 4 Jul 2010 05:07:58 +0000 (05:07 +0000)]
Updating limitations section
David Cramer [Sun, 4 Jul 2010 04:53:53 +0000 (04:53 +0000)]
Initial checking of GSOC 2010 work.
Jirka Kosek [Sat, 3 Jul 2010 22:33:37 +0000 (22:33 +0000)]
Initial import of infrastructure needed for Ant build system
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
Rüdiger Landmann [Mon, 17 May 2010 04:38:51 +0000 (04:38 +0000)]
Updated translations from Red Hat and the Fedora Project
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.
Rüdiger Landmann [Wed, 14 Apr 2010 05:02:39 +0000 (05:02 +0000)]
Add new languages to Makefile
Mauritz Jeanson [Sun, 21 Mar 2010 17:22:06 +0000 (17:22 +0000)]
Typo fixing.
Michael Smith [Sun, 21 Mar 2010 13:58:41 +0000 (13:58 +0000)]
always remake docs
Mauritz Jeanson [Sat, 20 Mar 2010 11:30:43 +0000 (11:30 +0000)]
Fixed typo.
Mauritz Jeanson [Sat, 20 Mar 2010 11:29:18 +0000 (11:29 +0000)]
Fixed typo.
Mauritz Jeanson [Sat, 20 Mar 2010 11:08:37 +0000 (11:08 +0000)]
Added missing xsl:choose in example.
Mauritz Jeanson [Sat, 20 Mar 2010 10:47:36 +0000 (10:47 +0000)]
Fixed bug #
2912677 (error with xref in title).
Mauritz Jeanson [Sat, 20 Mar 2010 09:59:03 +0000 (09:59 +0000)]
Fixed bug #
2930968 (indexterm in refmeta not handled correctly).
Bob Stayton [Sat, 20 Mar 2010 04:56:04 +0000 (04:56 +0000)]
fix bug
2949567 title in revhistory breaks FO transform.
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.
Michael Smith [Fri, 19 Mar 2010 21:32:29 +0000 (21:32 +0000)]
fix snapshot build
Norman Walsh [Fri, 19 Mar 2010 16:13:59 +0000 (16:13 +0000)]
Added USlegal and USlegallandscape paper types.
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.
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.
Bob Stayton [Fri, 26 Feb 2010 22:34:18 +0000 (22:34 +0000)]
Make the default value blank, as it is documented.
Jirka Kosek [Wed, 24 Feb 2010 17:13:11 +0000 (17:13 +0000)]
Added note about specifying location as URL
Rüdiger Landmann [Wed, 10 Feb 2010 06:34:29 +0000 (06:34 +0000)]
New 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
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
Rüdiger Landmann [Mon, 18 Jan 2010 03:06:08 +0000 (03:06 +0000)]
remove unused <nonexistantelement>
Bob Stayton [Mon, 11 Jan 2010 03:16:56 +0000 (03:16 +0000)]
Fix missing "Chapter n" label when use chapter/info/title.
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
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.
Bob Stayton [Fri, 11 Dec 2009 00:33:17 +0000 (00:33 +0000)]
Support make.clean.html in autotoc.xsl.
Bob Stayton [Fri, 11 Dec 2009 00:07:12 +0000 (00:07 +0000)]
Add support for make.clean.html setting in block elements.
Bob Stayton [Fri, 11 Dec 2009 00:05:45 +0000 (00:05 +0000)]
Remove debug message.
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.
Bob Stayton [Thu, 10 Dec 2009 22:35:51 +0000 (22:35 +0000)]
Add templates for generating CSS files.
Bob Stayton [Thu, 10 Dec 2009 22:34:22 +0000 (22:34 +0000)]
Add templates for generating CSS files and links to them.
Bob Stayton [Mon, 7 Dec 2009 17:45:26 +0000 (17:45 +0000)]
Fix bugs in new entity references.
Bob Stayton [Mon, 7 Dec 2009 06:03:50 +0000 (06:03 +0000)]
List of Equations now includes on equations with titles.
Bob Stayton [Sun, 6 Dec 2009 21:54:03 +0000 (21:54 +0000)]
Add new params for CSS file generation.
Bob Stayton [Sun, 6 Dec 2009 21:47:04 +0000 (21:47 +0000)]
Params to support generated CSS files.
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.
Bob Stayton [Thu, 3 Dec 2009 05:59:45 +0000 (05:59 +0000)]
Replace tabs with spaces.
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.
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.
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.
Bob Stayton [Wed, 2 Dec 2009 06:05:24 +0000 (06:05 +0000)]
Add equation.number.properties.
Bob Stayton [Wed, 2 Dec 2009 06:02:23 +0000 (06:02 +0000)]
New attribute set for numbers appearing next to equations.
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".
Bob Stayton [Wed, 2 Dec 2009 05:28:09 +0000 (05:28 +0000)]
Number all equations in one sequence, with or without title.
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.
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.
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.
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.
Mauritz Jeanson [Fri, 20 Nov 2009 19:43:06 +0000 (19:43 +0000)]
Added missing namespace declarations. Closes bug #
2890069 .
Keith Fahlgren [Tue, 17 Nov 2009 04:05:19 +0000 (04:05 +0000)]
Adding support for partintros with sect2s, 3s, etc
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>
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 [Fri, 23 Oct 2009 16:13:02 +0000 (16:13 +0000)]
Add support for authorgroup/author in OPF metadata (via Michael Wiedmann)
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 .
Bob Stayton [Wed, 14 Oct 2009 18:59:40 +0000 (18:59 +0000)]
Add more namespace names to the exclude-result-prefixes attribute.
Keith Fahlgren [Sat, 10 Oct 2009 21:31:49 +0000 (21:31 +0000)]
Drop the font elements, not their contents
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: