Skip to content

scambra/wiki_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unobtrusive wiki that can be easily integrated into existing application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages