Differences between revisions 3 and 19 (spanning 16 versions)
Revision 3 as of 2011-04-14 14:19:00
Size: 2201
Editor: tacianomm
Comment:
Revision 19 as of 2011-04-21 09:36:31
Size: 3870
Editor: tacianomm
Comment: Public Patch added to milestones.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DEV/versions/11960386 #pragma page-filename DEV/versions/14352748
Line 6: Line 6:
''For that, it will be exported to XML (using the Confluence tool'' ''[[http://wiki.list.org/spaces/exportspacexml.action?key=DEV|Export to XML]]_'') and parsed in Python._ ''For that, it will be exported to XML (using the Confluence tool'' ''[[http://wiki.list.org/spaces/exportspacexml.action?key=DEV|Export to XML]]_'') and parsed in Python, creating a DOM tree._
Line 8: Line 8:
''L''ater it will be imported to Moin using or basing on the available code at_ ''[[https://bitbucket.org/thomaswaldmann/moin-2.0/src/9cc75ad9d6d1/MoinMoin/converter/|src/MoinMoin/converter/]]_''._ ''L''ater this DOM tree will be imported to Moin using or basing on the available code at_ ''[[https://bitbucket.org/thomaswaldmann/moin-2.0/src/9cc75ad9d6d1/MoinMoin/converter/|src/MoinMoin/converter/]]_''._
Line 11: Line 11:
''- Get to know Confluence and MoinMoin.'' ==== h4. ====<<Color2(Start of Program (April 25 - May 24)*, col=#003366)>>''- Get to know Confluence, MoinMoin, tools, apis and specially the mentor (or team) I'm going to work with.'' '''''(April 26 - April 30)'''''
Line 13: Line 13:
''- Download and understand the XML tree of the complete dump of the Confluence exported data.'' ''- Submit a public patch to Mailman or Moin, preferably something related to this project.'' '''''(April 27 - May 8)'''''
Line 15: Line 15:
''- Identify each one of the artifacts that compose Confluence (e.g. pages, comments, etc).'' ''- Download and understand the XML tree from the complete dump of the Confluence exported data._''&nbsp;''''(April 28 - May 2)_*
Line 17: Line 17:
''- Create functions to parse the XML for each of the artifacts'' ''previously&nbsp;''identified._ ''- Identify each one of the artifacts that compose Confluence wiki (e.g. pages, comments, etc)._''&nbsp;''''(''''May 1''&nbsp;-''* '''May 9''''')''*
Line 19: Line 19:
''- Create functions to add the parsed data into Moin.'' ''- Create a class to generate a DOM tree from the'' ''exported&nbsp;''XML using&nbsp;__[[http://docs.python.org/library/xml.dom.html|Python's xml.dom api]]__.__&nbsp;''''(''''May 3''&nbsp;-&nbsp;''May 24'')''*
Line 21: Line 21:
==== '''Start of Program (May 24)''' ====
''Get into Confluence and MoinMoin.&nbsp;''Define the goals of this project with its mentor. Show some code of XML parsing in Python to reassure that I will accomplish the task._
==== '''Midterm Evaluation (May 25 - July 12)''' ====
''- Create a class to get the DOM tree and convert it to Moin''''&nbsp;using&nbsp;_''[[https://bitbucket.org/thomaswaldmann/moin-2.0/src/9cc75ad9d6d1/MoinMoin/converter/moinwiki_out.py|moinwiki_out.py]]__.__&nbsp;''''(''''May 25''&nbsp;- Jun''''&nbsp;27'''')''*
Line 24: Line 24:
==== '''Midterm Evaluation (July 12)''' ====
''.''
''- Check if the Confluence markup was properly converted to Moin markup.&nbsp;''''(''Jun 27''&nbsp;- Jul''''&nbsp;12'''')''*
Line 27: Line 26:
==== '''Final Evaluation (Aug 16)''' ====
''.''
==== '''Final Evaluation (July 13 - Aug 16)''' ====
''- Create documentation for all the major code._''&nbsp;''''(''''Jul 13''&nbsp;- Jul''''&nbsp;24'''')''*

''- Bugs fixing and final tests._''&nbsp;''''(''''Jul 18''&nbsp;- Jul''''&nbsp;31'''')''*

''- Check if the new Moin wiki was properly created._''&nbsp;''''(''''Jul 25''&nbsp;- Aug''''&nbsp;16'''')''*

''- Get in touch with the mentor and evaluate the project._''&nbsp;''''(''''Aug 1''&nbsp;- Aug''''&nbsp;16'''')''*

'''''&nbsp;'''''

'''_\''' As a security measure, there is one extra week to deal with any contretemps._*
Line 31: Line 40:
''I study Computer Science at Federal University of Goias. It's my first time on GSoC, but I've worked for 2 years on the development of a Distance Learning system and already worked on three opensource projects hosted on Google Code, one being on Python. I'm not working&nbsp;now, only studying, so I will be involved almost full time with this program and I put myself available for any need after the end of GSoC.'' ''I study the&nbsp;''last year of_ ''[[http://www.inf.ufg.br/|Computer Science]]_''&nbsp;at_ ''[[http://www.ufg.br|Federal University of Goias]]_''._
Line 33: Line 42:
=== '''Contact Info''' === ''It's my first time on GSoC, but I've worked for 2 years on the development of a distance learning system'' ''called''''&nbsp;''<<Color2([[http://e-proinfo.mec.gov.br/eproinfo/web/main.jsp?url=http://e-proinfo.mec.gov.br/eproinfo/index.htm#pos/_/http://e-proinfo.mec.gov.br/eproinfo/index.htm/_/end_pos/_/|e-Proinfo]], col=#003366)>><<Color2(&nbsp;, col=#003366)>>{{{
for the Brazilian Ministry of Education&nbsp;_{_}and already worked on three opensource projects hosted on_ ''[[http://code.google.com/u/@VhBfQlFWAhNDXwJ6/|Google Code]]_'', one being on Python._

''I'm not working&nbsp;now, only studying, so I will be involved almost full time with this program and I put myself available for any need after the end of GSoC.''

h3. '''Contact Info'''
Line 36: Line 51:
'''Blog:''' '''Blog:'''&nbsp;[[http://mailmanmoin.wordpress.com]]
Line 46: Line 61:
'''City, State, Zip, Country:&nbsp;'''Goiania, Goias, 74270-310, Brazil._ '''City, State, Zip, Country:&nbsp;'''
}}}

'''Proposal (Under Construction)'''

'''Abstract'''

The main idea of this project is to convert the current wiki from Confluence (non-free) to MoinMoin, which is free and on Python'.

For that, it will be exported to XML (using the Confluence tool Export to XML_) and parsed in Python, creating a DOM tree._

Later this DOM tree will be imported to Moin using or basing on the available code at_ src/MoinMoin/converter/_._

'''Milestones'''

==== h4. ====Start of Program (April 25 - May 24)*

- Get to know Confluence, MoinMoin, tools, apis and specially the mentor (or team) I'm going to work with. (April 26 - April 30)

- Submit a public patch to Mailman or Moin, preferably something related to this project. (April 27 - May 8)

- Download and understand the XML tree from the complete dump of the Confluence exported data._ '(April 28 - May 2)_*

- Identify each one of the artifacts that compose Confluence wiki (e.g. pages, comments, etc)._ '('May 1 -* May 9)*

- Create a class to generate a DOM tree from the exported XML using Python's xml.dom api. '('May 3 - May 24)*

'''Midterm Evaluation (May 25 - July 12)'''

- Create a class to get the DOM tree and convert it to Moin' using _moinwiki_out.py. '('May 25 - Jun' 27')*

- Check if the Confluence markup was properly converted to Moin markup. '(Jun 27 - Jul' 12')*

'''Final Evaluation (July 13 - Aug 16)'''

- Create documentation for all the major code._ '('Jul 13 - Jul' 24')*

- Bugs fixing and final tests._ '('Jul 18 - Jul' 31')*

- Check if the new Moin wiki was properly created._ '('Jul 25 - Aug' 16')*

- Get in touch with the mentor and evaluate the project._ '('Aug 1 - Aug' 16')*

 

_\ As a security measure, there is one extra week to deal with any contretemps._*

'''About Me'''

I study the last year of_ Computer Science_ at_ Federal University of Goias_._

It's my first time on GSoC, but I've worked for 2 years on the development of a distance learning system called<<Color2: execution failed [No argument named "[[http://e-proinfo.mec.gov.br/eproinfo/web/main.jsp?url"] (see also the log)>>&nbsp;

for the Brazilian Ministry of Education&nbsp;_{_}and already worked on three opensource projects hosted on_ ''[[http://code.google.com/u/@VhBfQlFWAhNDXwJ6/|Google Code]]_'', one being on Python._

''I'm not working&nbsp;now, only studying, so I will be involved almost full time with this program and I put myself available for any need after the end of GSoC.''

h3. '''Contact Info'''

'''Name:&nbsp;'''Taciano Messias Moraes_

'''Blog:'''&nbsp;[[http://mailmanmoin.wordpress.com]]

'''Email:&nbsp;'''tacianomm@gmail.com_

'''XMPP:&nbsp;'''Gtalk_

*Phone:*''&nbsp;+55 62 84286966 /&nbsp;+55 62 32518224''

'''Postal Address:&nbsp;'''Rua C-217 Qd. 522 Lt. 03 - Jardim America_

'''City, State, Zip, Country:&nbsp;'''

MailmanWiki: DEV/GSoC 2011 - Conversion from Confluence wiki to Moin (last edited 2011-04-21 09:36:32 by tacianomm)