]>
granicus.if.org Git - docbook-dsssl/log
David Cramer [Mon, 16 Aug 2010 16:04:18 +0000 (16:04 +0000)]
Correct show/hide toc button tooltip text
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
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.
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
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.
Kasun Gajasinghe [Sat, 14 Aug 2010 11:11:42 +0000 (11:11 +0000)]
Developer Docs: Search
Kasun Gajasinghe [Sat, 14 Aug 2010 11:10:15 +0000 (11:10 +0000)]
Clean up of the search js code and some small modifications.
Kasun Gajasinghe [Sat, 14 Aug 2010 10:03:45 +0000 (10:03 +0000)]
Developer Docs: An overview of webhelp page structure.
Kasun Gajasinghe [Fri, 13 Aug 2010 18:49:59 +0000 (18:49 +0000)]
fix: Use of "zh" as the language code for Chinese.
David Cramer [Fri, 13 Aug 2010 17:42:59 +0000 (17:42 +0000)]
Cleaning up cruft. Renaming some properties for consistency and usability
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.
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
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
David Cramer [Thu, 12 Aug 2010 17:08:15 +0000 (17:08 +0000)]
Removing French from the list of to-be-implemented stemmers
David Cramer [Thu, 12 Aug 2010 16:31:52 +0000 (16:31 +0000)]
Adding note about the H button.
David Cramer [Thu, 12 Aug 2010 16:15:10 +0000 (16:15 +0000)]
Added wildcards to future features. Other misc updates
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.
Kasun Gajasinghe [Tue, 10 Aug 2010 15:20:09 +0000 (15:20 +0000)]
Add some styling to the web interface.
David Cramer [Mon, 9 Aug 2010 13:35:50 +0000 (13:35 +0000)]
Fixng link to 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
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.
Kasun Gajasinghe [Sun, 8 Aug 2010 18:26:44 +0000 (18:26 +0000)]
Fix for multiple SAX Parsers conflicting with each other.
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.