scambra / wiki_engine forked from 3scale/acts_as_wiki
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 2b6050cbcd665775d96388da08f48882bfc18657
tree bdb9d57187a7825bf06dcdcb99b17db266bf6904
parent 52cdc9900e090ebe256bbd9a81574773e0350fbe
tree bdb9d57187a7825bf06dcdcb99b17db266bf6904
parent 52cdc9900e090ebe256bbd9a81574773e0350fbe
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
generators/ | ||
| |
init.rb | ||
| |
lib/ | ||
| |
locales/ | ||
| |
tasks/ | ||
| |
test/ |
README
WikiEngine ========== Needs the following plugins: * friendly_id: git://github.com/norman/friendly_id.git * acts_as_versioned: git://github.com/technoweenie/acts_as_versioned.git And the following gems: * RedCloth You have to add wiki_pages routes to your routes.rb: WikiEngine.draw_for map Generate the migrations: script/generate wiki_engine If you need extend or override something of model or controller, create it in your app and include WikiPageBehaviour for the model, or WikiPageBehaviour for the controller, and add your code. TODO ==== * Add diff between versions * Document user support * Lock pages Based in ActsAsWiki from http://github.com/3scale/acts_as_wiki Copyright (c) 2009 Sergio Cambra, released under the MIT license

