]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
14 years agoCorrect show/hide toc button tooltip text
David Cramer [Mon, 16 Aug 2010 16:04:18 +0000 (16:04 +0000)]
Correct show/hide toc button tooltip text

14 years agoAdding an IE=7 meta tag to avoid some problems IE 8 is having with our JavaScript
David Cramer [Mon, 16 Aug 2010 15:08:20 +0000 (15:08 +0000)]
Adding an IE=7 meta tag to avoid some problems IE 8 is having with our JavaScript

14 years agoLanguage is no longer defaulted to English, if the specified language doesn't support...
Kasun Gajasinghe [Mon, 16 Aug 2010 14:01:42 +0000 (14:01 +0000)]
Language is no longer defaulted to English, if the specified language doesn't support stemming.

14 years agoChange name of exclude.search.from.webhelp param/property to webhelp.include.search.tab
David Cramer [Sun, 15 Aug 2010 15:38:46 +0000 (15:38 +0000)]
Change name of exclude.search.from.webhelp param/property to webhelp.include.search.tab

14 years agoDeveloper Docs: How to add new stemmer to WebHelp by three steps.
Kasun Gajasinghe [Sat, 14 Aug 2010 18:26:46 +0000 (18:26 +0000)]
Developer Docs: How to add new stemmer to WebHelp by three steps.

14 years agoDeveloper Docs: Search
Kasun Gajasinghe [Sat, 14 Aug 2010 11:11:42 +0000 (11:11 +0000)]
Developer Docs: Search

14 years agoClean up of the search js code and some small modifications.
Kasun Gajasinghe [Sat, 14 Aug 2010 11:10:15 +0000 (11:10 +0000)]
Clean up of the search js code and some small modifications.

14 years agoDeveloper Docs: An overview of webhelp page structure.
Kasun Gajasinghe [Sat, 14 Aug 2010 10:03:45 +0000 (10:03 +0000)]
Developer Docs: An overview of webhelp page structure.

14 years agofix: Use of "zh" as the language code for Chinese.
Kasun Gajasinghe [Fri, 13 Aug 2010 18:49:59 +0000 (18:49 +0000)]
fix: Use of "zh" as the language code for Chinese.

14 years agoCleaning up cruft. Renaming some properties for consistency and usability
David Cramer [Fri, 13 Aug 2010 17:42:59 +0000 (17:42 +0000)]
Cleaning up cruft. Renaming some properties for consistency and usability

14 years agobug fix: wrong language code was used for Japanese. Corrected it to "ja".
Kasun Gajasinghe [Fri, 13 Aug 2010 14:04:27 +0000 (14:04 +0000)]
bug fix: wrong language code was used for Japanese. Corrected it to "ja".
Applying correct license for German stemmer.

14 years agoDon't use keywords.xsl. Unneeded now that stemming and tokenization is supported
David Cramer [Thu, 12 Aug 2010 17:34:14 +0000 (17:34 +0000)]
Don't use keywords.xsl. Unneeded now that stemming and tokenization is supported

14 years agoDon't use keywords.xsl. Unneeded now that stemming and tokenization is supported
David Cramer [Thu, 12 Aug 2010 17:32:49 +0000 (17:32 +0000)]
Don't use keywords.xsl. Unneeded now that stemming and tokenization is supported

14 years agoRemoving French from the list of to-be-implemented stemmers
David Cramer [Thu, 12 Aug 2010 17:08:15 +0000 (17:08 +0000)]
Removing French from the list of to-be-implemented stemmers

14 years agoAdding note about the H button.
David Cramer [Thu, 12 Aug 2010 16:31:52 +0000 (16:31 +0000)]
Adding note about the H button.

14 years agoAdded wildcards to future features. Other misc updates
David Cramer [Thu, 12 Aug 2010 16:15:10 +0000 (16:15 +0000)]
Added wildcards to future features. Other misc updates

14 years agoAdded stemming support for French(fr). Wrote the stemmer for client-side using french...
Kasun Gajasinghe [Tue, 10 Aug 2010 15:57:31 +0000 (15:57 +0000)]
Added stemming support for French(fr). Wrote the stemmer for client-side using french language algorithm in Snowball.
Committing files necessary for UI, which were missing in the previous commit.

14 years agoAdd some styling to the web interface.
Kasun Gajasinghe [Tue, 10 Aug 2010 15:20:09 +0000 (15:20 +0000)]
Add some styling to the web interface.

14 years agoFixng link to 5.x version of the package
David Cramer [Mon, 9 Aug 2010 13:35:50 +0000 (13:35 +0000)]
Fixng link to 5.x version of the package

14 years agoAdding information about 5.x version of the package
David Cramer [Mon, 9 Aug 2010 13:31:13 +0000 (13:31 +0000)]
Adding information about 5.x version of the package

14 years agoAdding callouts to explain .htaccess recommendations. Added one more future feature...
David Cramer [Mon, 9 Aug 2010 03:30:45 +0000 (03:30 +0000)]
Adding callouts to explain .htaccess recommendations. Added one more future feature idea.

14 years agoFix for multiple SAX Parsers conflicting with each other.
Kasun Gajasinghe [Sun, 8 Aug 2010 18:26:44 +0000 (18:26 +0000)]
Fix for multiple SAX Parsers conflicting with each other.

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.