System:Site Updates
Plans for future updates
- Continue to expand the wiki markup parser.
- Create user authentication and management.
- Tie page content to the database.
v0.4a
- Rewrote wiki markup parser to handle parsing on a per-line basis.
- Split off markup parsing into multiple objects by type of markup (inline, block, links, etcetera).
- Added support for heading markup and link markup to parser.
- Added pages to track the progress for formatting and links.
v0.3a
- Cleaned up the style and layout.
- Rewrote the page service object to support reading from templates on disk. This will aid in loading system templates like the login page.
v0.2a
- Implemented initial version of framework.
v0.1a
- Initial version of the site.
- Created URL-parsing schema.
- Created simplified MVC setup.
- Created very simple wiki-syntax parser.