r94937 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94936‎ | r94937 | r94938 >
Date:20:34, 18 August 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Updated some of the documentation in the README
Modified paths:
  • /trunk/parsers/wikidom/README (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/README
@@ -1,12 +1,15 @@
2 -= WikiDom =
 2+= WikiDom and Edit Surface =
33
4 -WikiDom is a document object model for Wikitext.
 4+WikiDom is a serializable document object model for Wikitext. Once a parser is created that can emit
 5+a WikiDom structure, EditSurface will be usable as a visual editor for Wikitext. EditSurface is a
 6+WikiDom compatible visual editor, which departs from HTML ContentEditable-based editors and uses
 7+the HTML DOM to render the entire document and editing user interface elements.
58
69 == Contents of this directory ==
710
811 * demos - A variety of demonstrative web pages
912 * lib - Common dependencies
10 -* lib/wiki.js - WikiDom library
 13+* lib/es - EditSurface code
1114 * tests - QUnit tests
1215
1316 == Status of components ==
@@ -16,7 +19,7 @@
1720 * Processors
1821 ** Templates: not yet started
1922 ** Hooks: not yet started
20 -* Renderers
 23+* Serializers
2124 ** HTML: basic functionaltiy
2225 ** Wikitext: basic functionaltiy
2326
@@ -34,7 +37,6 @@
3538 ; Item
3639 : A line of text and optionally a series of nested lists.
3740
38 -
3941 === Blocks ===
4042
4143 ; Paragraph
@@ -85,13 +87,4 @@
8688
8789 === Plans ===
8890
89 -* Re-flow lines without deleting paragraph elements
90 -* Auto-update selection on resize
91 -* Handle keyboard input for:
92 -** moving cursor
93 -** making selection
94 -** inserting and deleting
95 -* Support multiple font styles in the same paragraph
96 -* Support "black-box" in-line elements, treat them as a single character
97 -* Add list editor
9891 * Add table editor

Status & tagging log