index
:
~kohei/ooo-help-parser
master
OOo on-line help file parser & converter.
kohei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-18
Use ulink element for handling URLs.
HEAD
master
Kohei Yoshida
1
-3
/
+6
2010-01-18
Bug fixes on use of formalpara elements.
Kohei Yoshida
1
-30
/
+42
2010-01-18
Don't forget to add id to the sub-sections.
Kohei Yoshida
1
-0
/
+1
2010-01-18
Worked on handling heading paragraphs.
Kohei Yoshida
1
-10
/
+19
2010-01-17
More work on getting the links working.
Kohei Yoshida
2
-4
/
+27
2010-01-17
Initial work toward handling links.
Kohei Yoshida
2
-1
/
+9
2010-01-17
Pick up and store filename content from xhp sources.
Kohei Yoshida
1
-1
/
+18
2010-01-17
Convert table structure the proper way.
Kohei Yoshida
1
-11
/
+36
2010-01-17
Don't add content node when the text is blank.
Kohei Yoshida
1
-1
/
+1
2010-01-17
copied node.py from mso-dumper.
Kohei Yoshida
1
-1
/
+1
2010-01-17
No line breaks or indents when the element has one or more content nodes.
Kohei Yoshida
2
-14
/
+29
2010-01-04
Updated node.py from mso-dumper.
Kohei Yoshida
1
-8
/
+28
2009-12-25
Handle <sort> elements.
Kohei Yoshida
1
-2
/
+20
2009-12-25
Handle <embedvar> & several bug fixes.
Kohei Yoshida
1
-6
/
+13
2009-12-24
Hanldle <ahelp>, <bookmark> and <section id="howtoget">.
Kohei Yoshida
2
-11
/
+56
2009-12-24
More coverage of xhp to docbook conversion.
Kohei Yoshida
1
-4
/
+31
2009-12-24
Ignore <history> elements, and display item type for the <item> elements for ...
Kohei Yoshida
1
-2
/
+2
2009-12-24
Disable setting id attribute for now & add <para> when embedding content.
Kohei Yoshida
1
-2
/
+3
2009-12-24
Added support for linking, but it's not quote working yet.
Kohei Yoshida
1
-2
/
+9
2009-12-24
Turned common code block into a method.
Kohei Yoshida
1
-18
/
+14
2009-12-24
Added some very basic table element handler.
Kohei Yoshida
1
-0
/
+16
2009-12-24
More paragraph types.
Kohei Yoshida
1
-1
/
+9
2009-12-24
Handle list and listitem elements.
Kohei Yoshida
1
-0
/
+21
2009-12-24
Handle switchline and item elements.
Kohei Yoshida
1
-0
/
+11
2009-12-24
Convert <emph> elements.
Kohei Yoshida
1
-3
/
+8
2009-12-23
Handle embed elements properly.
Kohei Yoshida
3
-8
/
+36
2009-12-23
More on converting xhp to docbook.
Kohei Yoshida
2
-23
/
+59
2009-12-23
Display unhanlded nodes as warnings & use global product name parameter.
Kohei Yoshida
3
-5
/
+25
2009-12-23
A little more cleanup.
Kohei Yoshida
1
-11
/
+0
2009-12-23
Removed the old docbook converter code.
Kohei Yoshida
1
-54
/
+4
2009-12-23
Get section content from the xhp files if available.
Kohei Yoshida
3
-2
/
+22
2009-12-23
Finished converting the structure to docbook.
Kohei Yoshida
4
-17
/
+64
2009-12-23
Cleaned up the main() function a bit.
Kohei Yoshida
3
-34
/
+54
2009-12-23
Finished parsing the 'tree' xml files.
Kohei Yoshida
3
-3
/
+66
2009-12-23
More work on xhp to docbook conversion. Started working on parsing tree stru...
Kohei Yoshida
4
-27
/
+206
2009-12-21
More on converting the parsed xhp contents to docbook.
Kohei Yoshida
4
-13
/
+82
2009-12-20
Moved node-related code into node.py, added docbook.py for docbook converter.
Kohei Yoshida
4
-114
/
+130
2009-12-20
Support --no-convert option to switch on/off conversion to docbook.
Kohei Yoshida
2
-6
/
+6
2009-12-20
Fixed incorrect encoding of symbols & handle directory walking myself.
Kohei Yoshida
2
-10
/
+19
2009-12-20
More on encoding non-ascii and sgml symbols.
Kohei Yoshida
1
-13
/
+23
2009-12-20
More on parsing xhp files.
Kohei Yoshida
3
-18
/
+66
2009-12-20
Support multiple files at the command line.
Kohei Yoshida
2
-12
/
+11
2009-12-20
First set of files.
Kohei Yoshida
3
-0
/
+150