About
What is Signal Wiki?
Signal wiki is a very simple wiki project with two goals in mind…- Be simple
- Support most rails standards
I had a need to build something that used things like OpenID, restful auth, akismet spam checking, etc. Since most of the rails-based wikis are either on life support, or they have horribly complicated user models, I decided to just write my own.
Features
- OpenID Support
- Normal user accounts – This uses the Restful Auth plugin so you can easily integrate it into other rails apps.
- Private pages – you can mark a page private which forces the user to login to view the page.
- Page caching – It uses rails full page caching. It has a special js call to load the navbar you see up top.
- TEH helper for posting with textile.
- Attachment/File upload support
- Anti-spam support via Akismet (and soon Defensio)