Arena
1.0
A content management system
|
Files | |
file | __init__.py |
file | Channels.py |
This file expands upon ADataRow in order to provide a standard for "channels", which allow content and content providers to be categorized. | |
file | ContentFromDataSource.py |
This file extends AContentProvider to allow content to be retrieved from a data source. | |
file | ContentProviders.py |
This file defines a basic content provider class, from which all other content providers for arena should descend. | |
file | Posts.py |
This file defines a class to manage a single post. | |
file | Views.py |
This file defines a class that manages a view, which parses content provided to it and returns a string containing the parsed content. | |