Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "WikiText: A Wiki Integrated Task Editor"

(New page: == Hackers == Student: [http://www.cs.ubc.ca/~jingweno/ Jingwen Ou] Mentor(s): Steffen Pingel == About == This project is part of [http://code.google.com/soc/2008/ Google Summer of Code ...)
 
(About)
 
Line 4: Line 4:
 
Mentor(s): Steffen Pingel
 
Mentor(s): Steffen Pingel
  
== About ==
+
==Abstract==
 
This project is part of [http://code.google.com/soc/2008/ Google Summer of Code 2008].
 
This project is part of [http://code.google.com/soc/2008/ Google Summer of Code 2008].
  

Latest revision as of 15:13, 10 June 2008

Hackers

Student: Jingwen Ou

Mentor(s): Steffen Pingel

Abstract

This project is part of Google Summer of Code 2008.

The goal is to extend Mylyn’s task editor to provide generic wiki integration, supporting offline rich text editing with syntax highlight, auto-complete, structure outline and rich text preview. The basic mechanism is a source code parser that renders wiki syntax into HTML. Inputted with wiki code and an URL of the wiki system, the parser elegantly translates them into HTML before they are posted to the issue tracking systems. When displayed, any internal links of the bug reports will be directed to correspondent wiki systems.

Detailed proposal is available here: http://www.cs.ubc.ca/~jingweno/soc/SoC2008.pdf.

Back to the top