public
Fork of queso/signal-wiki
Description: The easy to use rails wiki
Homepage: http://signalwiki.com
Clone URL: git://github.com/courtenay/signal-wiki.git
Search Repo:
name age message
folder .gitignore Wed Mar 05 07:07:37 -0800 2008 Adding the gitignore file. [Joshua Owens]
folder README Fri Sep 14 10:20:10 -0700 2007 Updated database.yml.example to have a producti... [josh]
folder Rakefile Thu Aug 23 20:47:10 -0700 2007 First import of signal [josh]
folder app/ Sat Mar 15 11:01:10 -0700 2008 add inbound/outbound links, create some specs, ... [courtenay]
folder config/ Wed Oct 10 16:41:38 -0700 2007 Added attachment support. Pretty basic at this... [josh]
folder db/ Sat Mar 15 11:01:10 -0700 2008 add inbound/outbound links, create some specs, ... [courtenay]
folder doc/ Thu Aug 23 20:47:10 -0700 2007 First import of signal [josh]
folder lib/ Sun Sep 02 06:30:28 -0700 2007 Added auto admin creation, found code in beast,... [josh]
folder previous_failures.txt Tue Aug 28 10:30:02 -0700 2007 Added rspec framework [josh]
folder public/ Sat Nov 24 19:04:15 -0800 2007 Trying to fix the layout a bit. I really need ... [josh]
folder script/ Sun Oct 07 06:37:28 -0700 2007 Adding spec folder back in. [josh]
folder spec/ Sat Mar 15 11:01:10 -0700 2008 add inbound/outbound links, create some specs, ... [courtenay]
folder stories/ Sun Oct 07 06:37:28 -0700 2007 Adding spec folder back in. [josh]
folder test/ Thu Aug 23 20:47:10 -0700 2007 First import of signal [josh]
folder vendor/ Sat Nov 24 16:27:55 -0800 2007 Here we go, now we are on less broke-ass versio... [josh]
README
=====  Signal Wiki

Signal Wiki is an easy to use wiki that was built with standards in mind.  It uses some of the more common rails plugins 
and practises to make sure it is easy to integrate this wiki into your suite of site offerings.  We wanted something we 
could tie into a shared user table so multiple apps (beast was the app at the time) could have the same login, so we 
used restful auth.  We had several clients asking for this, so we decided it must be a big need.  With our clients 
agreement, we extracted the basic wiki parts and cleaned it up and the result is this code.  

Enjoy :)

=====  Installation instructions

#FIXME: Add these instructions
1. Download app
2. Copy config/database.yml.example to config/database.yml
3. Run "rake db:migrate" from the root of the app
4. Start your rails app (using mongrel or fcgi, or whatever crazy method you use)
5. Input your wiki stuffs

=====  Required Gems

* json
* ruby-openid
* redcloth