Every repository with this icon (
Every repository with this icon (
tree ff3b9eb16e4ec7bed7d3550423d97626e209e069
parent 0ef4c8150da07cabaa38bb160f5620155dec8781
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 12 20:54:25 -0700 2008 | |
| |
HELP_developer.rdoc | Thu Sep 04 12:51:40 -0700 2008 | |
| |
README.rdoc | Wed Sep 17 14:13:08 -0700 2008 | |
| |
Rakefile | Mon Jun 09 12:22:51 -0700 2008 | |
| |
TODO | Mon Jul 14 20:34:20 -0700 2008 | |
| |
app/ | Fri Jul 03 09:45:05 -0700 2009 | |
| |
help_extension.rb | Tue Jun 30 05:25:54 -0700 2009 | |
| |
lib/ | Thu Sep 11 06:49:08 -0700 2008 | |
| |
spec/ | Tue Jun 30 06:48:11 -0700 2009 |
Help
This extension provides documentation for Radiant and any installed extensions.
Installing Help is as easy as any other Radiant extension. Drop it into your vendor/extensions directory.
Once the extension is installed, you must ensure that your application will load the Help extension before loading any extensions that rely on the help regions. To do so, edit your config/environment.rb to load Help first:
Radiant::Initializer.run do |config| …
config.extensions = [ :help, :all ]
… end
Help provides basic information for the average user at admin/help, but also provides documentation for tasks and features available to developers and admins at admin/help_role/developer and admin/help_role/admin. Additionally, any extensions loaded with HELP files may be found at /admin/help_extension/:extension_name/:role but a list of links is automatically generated for your clicking pleasure.
For more information about developing for Help, install it and go to /admin/help_extension/help/developer or read the included HELP_developer.rdoc
Some content taken from radiantcms.org/
Built by Saturn Flyer www.saturnflyer.com








