scambra / wiki_engine forked from 3scale/acts_as_wiki

Unobtrusive wiki that can be easily integrated into existing application

This URL has Read+Write access

scambra (author)
Tue Aug 04 02:14:05 -0700 2009
commit  2b6050cbcd665775d96388da08f48882bfc18657
tree    bdb9d57187a7825bf06dcdcb99b17db266bf6904
parent  52cdc9900e090ebe256bbd9a81574773e0350fbe
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
directory app/
directory generators/
file init.rb
directory lib/
directory locales/
directory tasks/
directory 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