Skip to content
ollej edited this page Sep 13, 2010 · 2 revisions

Welcome to the neno wiki!

neno is a simple forum system with a REST API backend written in Python
and Django at its core. The main frontend is planned to be a RIA written
in EXT-GWT.

All data will be sent in Atom XML format, but will also be available in
JSON.

Due to the nature of the system built in separate layers, it will of
course be possible to have a standard HTML client or even a stand-alone
windows application. Mobile platforms should also be easy to implement.
None of these are planned at the moment though.

The admin system will only be implemented using the standard Django
admin framework.

In addition to this, some special features are planned. Among these are
a hierarchial tagging system in place of separate forums. Another
feature is an advanced personalized filtering system.

Clone this wiki locally