DmitryAndreev's GSoC2010 Diary
Daily messages:
|
|
|
|
GSoC 2010 Wiki-like formats support Project
Community Bonding Time
A lot of time was spend for my diploma project, but I am done with it. I'm going to do my final presentation on May, 24th.
DOM converter related documentation reading:
DOM Tree Format Specifications
HTML-DOM Equivalences (thanks to ValentinJaniaut)
DOM converter related coding
1. CSV > DOM (Comma-separated values):
Converter: CSV converter (MoinMoin/converter2/csv_in.py)
Parser: CSV parser with DOM support (MoinMoin/parser/text_csv_dom.py)
1. Data Browser Widget > DOM (DBW converts a 2-dimensional dataset with attributes to html):
Data Converter Widget (MoinMoin/widget/converter.py)
- [Not tested yet]
Other documentation reading:
Week from May 24th until May 30th
First working version of DOM->Moinwiki:
- headings
italic
bold
monospace
code
underline
superscript
subscript
smaller
larger
stroke
- lists (exclude "definition list")
- tables
- link (not tested)
- separator
Simple tests
text with simple formatting (heading, italic etc.)
- list
- table (styles and classes not tested)
span (underline, superscript, smaller etc.)
TODO:
- moinpage_object node, what it contains?
- defenition list
- moinpage_note
- moinpage_part ???
- moinpage_inline_part ???
- footnotes
- etc.