Create a help system for Exponent that will put links in convienent places for users to click that will pop up a new window showing help documentation.
We will create a "Help" module that will be hosted on oicgroup.net and exponentcms.org. The module will allow an editor to create a version #. After the version the number is created we can start adding docs. The docs will have a "Title" and "Body" field. The title will be used in the links the users hit to find the right help. For example, a help link be look like http://www.oicgroup.net/help/version/2.0/module/text. The "text" part of the url will be the title of the piece of content. The module should allow an editor/admin to create a new version. In doing so, it will copy all the docs for the current version, including attachable items and mark the copies with the version number of the new version.
To go along with the Help Module we will also need a smarty plugin that will probably look like {help module="text"}. The plugin will create the link to the help site (pulling the domain from the site config, the version from exponent_version.php and the module from the parameter passed to the plugin. Also, we will hard code a help link into the chrome or menu in the container module that is "aware" of what module it is. The plugin can be used to put help links in other views throughout the system.
Container module and any views we place "help" plugin in. We will probably only place it in edit and config views for now.
ExponentFramework.org is a portal dedicated to the development of the Exponent 2.x codeline. All activites pertaining to development of the 2.x codeline can be found on this site.
Sign up for the Exponent newsletter and recieve updates about upcomming events and other news about Exponent's developments.
The community website for Exponent CMS and the 1.x codeline.
Exponent's code development repository and bugtracker. Currently, only the 1.0 codeline (currently at 0.97) is available. The 2.0 codeline will becaome available in July, 2009.