saturnflyer / radiant-help-extension
- Source
- Commits
- Network (7)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Tree:
db511e2
commit db511e2477d3c8845830995ac6ee80cdad85de17
tree ae2913aa687d976a8d9e95515c564d1daaf0e8ff
parent dbc672bc5929e9b582bfae46d5e675f31b84c8f3
tree ae2913aa687d976a8d9e95515c564d1daaf0e8ff
parent dbc672bc5929e9b582bfae46d5e675f31b84c8f3
radiant-help-extension / README.rdoc
| f70e5af5 » | saturnflyer | 2008-06-09 | 1 | = Help | |
| 2 | |||||
| f8f12d77 » | saturnflyer | 2008-09-17 | 3 | This extension provides documentation for Radiant and any | |
| 4 | installed extensions. | ||||
| f70e5af5 » | saturnflyer | 2008-06-09 | 5 | ||
| f8f12d77 » | saturnflyer | 2008-09-17 | 6 | Installing Help is as easy as any other Radiant extension. | |
| 7 | Drop it into your vendor/extensions directory. | ||||
| ddb1dd77 » | saturnflyer | 2008-06-09 | 8 | ||
| f8f12d77 » | saturnflyer | 2008-09-17 | 9 | Once the extension is installed, you must ensure that your | |
| 10 | application will load the Help extension before loading any | ||||
| 11 | extensions that rely on the help regions. To do so, edit | ||||
| 12 | your config/environment.rb to load Help first: | ||||
| ddb1dd77 » | saturnflyer | 2008-06-09 | 13 | ||
| 14 | Radiant::Initializer.run do |config| | ||||
| 15 | ... | ||||
| 16 | config.extensions = [ :help, :all ] | ||||
| 17 | ... | ||||
| 18 | end | ||||
| 19 | |||||
| f8f12d77 » | saturnflyer | 2008-09-17 | 20 | Help provides basic information for the average user at | |
| 21 | admin/help, but also provides documentation for tasks and | ||||
| 22 | features available to developers and admins at | ||||
| 23 | admin/help_role/developer and admin/help_role/admin. | ||||
| 24 | Additionally, any extensions loaded with HELP files may be | ||||
| 25 | found at /admin/help_extension/:extension_name/:role but a | ||||
| 26 | list of links is automatically generated for your clicking | ||||
| 27 | pleasure. | ||||
| 28 | |||||
| 29 | For more information about developing for Help, install it | ||||
| 30 | and go to /admin/help_extension/help/developer or read the | ||||
| 31 | included HELP_developer.rdoc | ||||
| 4e9138ab » | saturnflyer | 2008-06-13 | 32 | ||
| b4494420 » | saturnflyer | 2008-07-05 | 33 | Some content taken from http://radiantcms.org/ | |
| 58e830d9 » | saturnflyer | 2008-06-14 | 34 | ||
| b4494420 » | saturnflyer | 2008-07-05 | 35 | Built by Saturn Flyer http://www.saturnflyer.com | |

