Every repository with this icon (
Every repository with this icon (
tree 366fe8d7098d1a8da1a248858d4b4d1fcd71d056
parent 7b660a3fa18c4c101532dbdb28aa25a8ceae75fb
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 12 20:54:25 -0700 2008 | |
| |
HELP_developer.rdoc | ||
| |
README.rdoc | ||
| |
Rakefile | Mon Jun 09 12:22:51 -0700 2008 | |
| |
TODO | ||
| |
app/ | ||
| |
db/ | ||
| |
help_extension.rb | ||
| |
lib/ | ||
| |
spec/ |
Help
This extension provides documentation for Radiant and any registered extensions.
Installing Help is as easy as any other Radiant extension. Drop it into your vendor/extensions directory and:
rake radiant:extensions:help:migrate
The Help extension creates the ‘helpful_extensions’ and ‘helps’ tables into which other extensions may provide their documentation. Once the extension is installed, you must ensure that your application will load the Help extension before loading any registered extensions. 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 RDoc 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









