summaryrefslogtreecommitdiff
path: root/helpcontent2/to-wiki
AgeCommit message (Collapse)Author
2012-02-07wikihelp: change table default to class="wikitable"Korrawit Pruegsanusak
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-12-05fdo#42924 don't ignore empty TableCell Element, also check if it's a headerKorrawit Pruegsanusak
Checking whether an empty TableCell Element is a header row is now in 2 cases: * | e | h | h | h | h | ... => The empty cell should be a header This case occurs when this row is the first row in the table. * | h | p | p | e | p | ... => The empty cell should not be a header This case occurs when this row is not the first row in the table, but the first column is the row header. where | is a column seperator, e is an empty cell, h is a header cell (which has role="tablehead" attribute), and p is not a header cell. Note that parsing occurs left-to-right, so isTableHeader depends on the last TableCell Element in that row. I assume that if the last element is a header, that row should be a header row. Currently this code gives correct behaviour, but checking whether a row is the first row might be more correct.
2011-09-01hid.lst is not used any more.Jan Holesovsky
2011-05-18More languages.feature/gsoc2011_wizardsJan Holesovsky
2011-01-25wikihelp: Handle some of the typos in translations.Jan Holesovsky
2011-01-25wikihelp: Handle links with fragments (#something) too.Jan Holesovsky
2011-01-25wikihelp: Escape '#' in the name of the article.Jan Holesovsky
2011-01-19wikihelp: No special paragraph for the Lang/OrigLang template.Jan Holesovsky
2011-01-19wikihelp: Generate the images and redirects only once.Jan Holesovsky
2011-01-19wikihelp: Generate more languages at once, so far en + cs.Jan Holesovsky
2011-01-18wikihelp: Translate also the content of tables and list items.Jan Holesovsky
2011-01-18wikihelp: The filename must be part of the paragraph id.Jan Holesovsky
The paragraph ids are duplicate among files :-(
2011-01-18wikihelp: Speedup of the generation of the localized help. Fix unescaping.Jan Holesovsky
2011-01-18wikihelp: Simplification of the localization process.Jan Holesovsky
2011-01-17wikihelp: Return with an error when we do not get an existing .sdf.Jan Holesovsky
2011-01-04wikihelp: Convert also $PRODUCTNAME into {{ProductName}}.Jan Holesovsky
2010-12-17wikihelp: Redirect directly to the right location (div/span id) in the page.Jan Holesovsky
2010-12-10wikihelp: Avoid unnecessary empty lines (causing additional paragraphs).Jan Holesovsky
2010-12-10wikihelp: Hide the hidden <ahelp>'s.Jan Holesovsky
2010-12-10wikihelp: No separate paragraph for the definition of variable (fdo#32291).Jan Holesovsky
2010-12-10wikihelp: Greatly improved conversion of tables.Jan Holesovsky
2010-12-09wikihelp: Don't create "''''''" artefacts. Improve images in lists.Jan Holesovsky
2010-12-09wikihelp: No \n in listitems.Jan Holesovsky
2010-12-09wikihelp: Fix handling of listitems, and the paragraphs in them. fdo#32174Jan Holesovsky
2010-12-07wikihelp: Handle '=' in the use of templates right.Jan Holesovsky
2010-12-06wikihelp: wikiconv2 into a module. Don't generate redirects by default.Jan Holesovsky
2010-12-06wikihelp: Make the redirects more stable.feature/currency-64bitJan Holesovsky
Still it is not perfect for duplicates of 'branch' attribute in bookmarks, but what can we do...
2010-12-03wikihelp: The level="1" paragraph can be nested, handle even that.Jan Holesovsky
2010-12-03wikihelp: Ignore the first level="1" heading.Jan Holesovsky
It is usually (== everywhere but 2 or 3 files) the only level 1 heading in the file, and additionaly exactly the same as the page title. When we skip that, we get much nicer table of content, better structure, etc.
2010-12-03wikihelp: Depend only on the 'level' provided in the .xhp's.Jan Holesovsky
2010-12-03wikihelp: Nicer, localizable titles of the pages.Jan Holesovsky
2010-12-03wikihelp: Wait for the other threads to shut down.Jan Holesovsky
2010-12-03wikihelp: Uploading of images.Jan Holesovsky
2010-12-02wikihelp: Finished the redirects generation.Jan Holesovsky
2010-11-30wikihelp: Instead of bookmark.h, create wiki redirects (preparation work).LIBREOFFICE_PRE_BOOTSTRAP_BUILDJan Holesovsky
This is more dynamic, and can be controlled by the help authors, instead of relying on new builds when something help-related changes.
2010-11-30wikihelp: Improve the generation of conditionals (switch/switchinline).Jan Holesovsky
2010-11-26Bookmark fixes - Probably needs more.feature/bootstrap-buildMuthu Subramanian
2010-11-26Multithreading - initial changes. Bookmark needs fixing.Muthu Subramanian
2010-11-26wikihelp: Improve the whitespace behavior in paragraphs.Jan Holesovsky
2010-11-26wikihelp: Improve the handling of leading/trailing whitespace in paragraphs.Jan Holesovsky
2010-11-26wikihelp: Improve the titles of the pages.Jan Holesovsky
2010-11-24Combined convall.py with wikiconv2.py.Muthu Subramanian
2010-11-24Better localization conversions and fixes.Muthu Subramanian
2010-11-24Localization fixes. Better error handling and debug prints.Muthu Subramanian
2010-11-23wikihelp: Fix {{OnlyInAPP|...}} generation.Jan Holesovsky
2010-11-22wikihelp: Implement <sort>-based sorting.Jan Holesovsky
2010-11-19wikihelp: Handle <switch>/<case>/<default>.Jan Holesovsky
2010-11-19Fixed merge problemsMuthu Subramanian
2010-11-19Localization support (pass the sdf file as parameter).Muthu Subramanian
2010-11-19wikihelp: Fix the implementation of the 'appl' <switchinline>.Jan Holesovsky