close
The Wayback Machine - https://web.archive.org/web/20070724055846/https://jumble.dev.java.net/
Login | Register
My pages Projects Communities java.net

jumble
Project home

If you were registered and logged in, you could join this project.

Summary minimalistic web writing system
Categories None
License GNU General Public License (GPL v. 2.0)
Owner(s) matth3wbishop

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.