DmitryAndreev's GSoC2010 Diary
Daily messages:
|
DmitryAndreev/GSoC2010/Diary/2010-05-24 |
---|
DOM->Moinwiki converter implementing |
DmitryAndreev/GSoC2010/Diary/2010-05-26 |
---|
Still working on DOM->Moinwiki |
DmitryAndreev/GSoC2010/Diary/2010-05-27 |
---|
DOM->Moinwiki converter: tables |
DmitryAndreev/GSoC2010/Diary/2010-05-28 |
---|
Span and first test |
DmitryAndreev/GSoC2010/Diary/2010-05-29 |
---|
We have passed the first barrier |
DmitryAndreev/GSoC2010/Diary/2010-05-30 |
---|
Sunday moinpage_span tests |
DmitryAndreev/GSoC2010/Diary/2010-05-31 |
---|
Moinwiki->DOM->Moinwiki tests |
|
DmitryAndreev/GSoC2010/Diary/2010-06-01 |
---|
Moinwiki->DOM->Moinwiki: problems |
DmitryAndreev/GSoC2010/Diary/2010-06-02 |
---|
It's time to prepare for last exam |
DmitryAndreev/GSoC2010/Diary/2010-06-05 |
---|
New logic for newline in moinpage_p, {{{#!wiki ... }}} support |
DmitryAndreev/GSoC2010/Diary/2010-06-06 |
---|
Macros and more bugs in moinmoin_in |
DmitryAndreev/GSoC2010/Diary/2010-06-07 |
---|
Test day |
DmitryAndreev/GSoC2010/Diary/2010-06-08 |
---|
Last elements support |
DmitryAndreev/GSoC2010/Diary/2010-06-09 |
---|
Merge with the main 2.0-dev repo |
DmitryAndreev/GSoC2010/Diary/2010-06-10 |
---|
Conversion of HelpOnMoinWikiSyntax and subpages|subblockcodes |
DmitryAndreev/GSoC2010/Diary/2010-06-13 |
---|
reST converter |
DmitryAndreev/GSoC2010/Diary/2010-06-15 |
---|
DOM->reStructuredText and problem with unicode in converter tests |
DmitryAndreev/GSoC2010/Diary/2010-06-16 |
---|
Exam |
DmitryAndreev/GSoC2010/Diary/2010-06-17 |
---|
DOM->ReST: objects and links |
DmitryAndreev/GSoC2010/Diary/2010-06-19 |
---|
ReStructuredText -> DOM |
DmitryAndreev/GSoC2010/Diary/2010-06-20 |
---|
ReStructuredText->DOM |
DmitryAndreev/GSoC2010/Diary/2010-06-22 |
---|
Rst->DOM |
DmitryAndreev/GSoC2010/Diary/2010-06-23 |
---|
Rst->DOM |
DmitryAndreev/GSoC2010/Diary/2010-06-26 |
---|
ReST->DOM |
DmitryAndreev/GSoC2010/Diary/2010-06-27 |
---|
ReStructuredText->DOM |
DmitryAndreev/GSoC2010/Diary/2010-06-28 |
---|
Exam, ReStructuredText->DOM |
DmitryAndreev/GSoC2010/Diary/2010-06-30 |
---|
Page test for ReStructuredText roundtrip test |
|
DmitryAndreev/GSoC2010/Diary/2010-07-01 |
---|
ReStructuredText conversion |
DmitryAndreev/GSoC2010/Diary/2010-07-03 |
---|
ReStructuredText conversion |
DmitryAndreev/GSoC2010/Diary/2010-07-05 |
---|
|
DmitryAndreev/GSoC2010/Diary/2010-07-06 |
---|
no project work |
DmitryAndreev/GSoC2010/Diary/2010-07-07 |
---|
ReStructuredText->DOM bugfixes |
DmitryAndreev/GSoC2010/Diary/2010-07-08 |
---|
DOM->ReStructuredText |
DmitryAndreev/GSoC2010/Diary/2010-07-10 |
---|
|
DmitryAndreev/GSoC2010/Diary/2010-07-11 |
---|
|
DmitryAndreev/GSoC2010/Diary/2010-07-12 |
---|
midterm evals |
DmitryAndreev/GSoC2010/Diary/2010-07-14 |
---|
|
DmitryAndreev/GSoC2010/Diary/2010-07-17 |
---|
|
DmitryAndreev/GSoC2010/Diary/2010-07-18 |
---|
|
|
/Summary
Project parts and description
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 Tree Formatter
DOM Tree Format Specifications
HTML-DOM Equivalences (thanks to ValentinJaniaut)
1. CSV > DOM (Comma-separated values):
1. Data Browser Widget > DOM (DBW converts a 2-dimensional dataset with attributes to html):
Other documentation reading:
py.text documentation
Mercurial guide
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