jumble
Project home
If you were registered and logged in, you could join this project.
Description
The web now abounds with wiki and
content management systems. but perhaps
there is room for one more. My
proposed wiki system parses the document
using objects rather than regular
expressions. The wiki syntax is
supposed to be minimalistic and is
designed to allow the document to be
easily read. This means that special
characters are avoided at all times
and the syntax of the text document
is obtained through the context of
the document.
I believe regular expression promote
a sloppy class design and also
encourage the implementing of too
many features. This appears to be
the problem with many current wiki
and cms systems. the complexity.