Roadmap
- finish Token.php
- setup.php and remove.php - automatic table creation and removal
- insert default values into the DB on setup
- object oriented config-manager instead of the old one
- AJAX login and logout
- user registration and e-mail confirmation
- implementation of chat
- database modelling
- RPC implementation
- Client side JavaScript
- admin interface for chat
- implementation of threaded forum
- database modelling
- RPCs
- Client side JavaScript
- admin interface for forum
- linkroll
- admin interface for linkroll
- admin interface for account management
- beer
Unresolved Issues
I need a lexer/parser to break down text in and present it in xhtml. The Dokuwiki uses a very complicated lexer/parser, which I might try to adopt. I think they took it from Simple Test. It is also a good idea to take a look at Lexer Notes