GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: The easy to use rails wiki
Homepage: http://signalwiki.com
Clone URL: git://github.com/queso/signal-wiki.git
codafoo (author)
Thu Apr 17 00:17:51 -0700 2008
queso (committer)
Fri Apr 18 10:47:46 -0700 2008
commit  902961c070dc8f7e76fca8f5c7c4944e072332c3
tree    d17cc52a4d37c007d1828353723a53b8a16204f1
parent  390fe87717434ff7cb7f38493aaf0ff58eb74d35
name age message
file .gitignore Fri Apr 18 10:47:46 -0700 2008 Removed the cache javascript/css files that wer... [codafoo]
file MIT-LICENSE Tue Mar 18 13:06:11 -0700 2008 Officially becoming open source. [Joshua Owens]
file README Thu Apr 10 13:38:34 -0700 2008 Testing out githubs post-commit hooks. [queso]
file Rakefile Thu Aug 23 20:47:10 -0700 2007 First import of signal [josh]
directory app/ Fri Apr 18 10:45:06 -0700 2008 Edge Rails doesn't like you setting an associat... [codafoo]
directory config/ Fri Apr 18 10:41:19 -0700 2008 Added revisions, diffs, and refactored the page... [codafoo]
directory db/ Mon Mar 31 00:23:36 -0700 2008 Adding the new openid plugin and migrations to ... [queso]
directory doc/ Thu Aug 23 20:47:10 -0700 2007 First import of signal [josh]
directory lib/ Fri Apr 18 10:41:19 -0700 2008 Added revisions, diffs, and refactored the page... [codafoo]
directory log/ Sat Mar 15 17:59:31 -0700 2008 Adding log directory. [Joshua Owens]
file previous_failures.txt Tue Aug 28 10:30:02 -0700 2007 Added rspec framework [josh]
directory public/ Fri Apr 18 10:41:19 -0700 2008 Added revisions, diffs, and refactored the page... [codafoo]
directory script/ Tue Mar 18 13:15:11 -0700 2008 Update boot and scripts to latest rails [courtenay]
directory spec/ Wed Apr 16 23:51:16 -0700 2008 Adding the patches from ENTP. Also fixed some ... [queso]
directory stories/ Sun Oct 07 06:37:28 -0700 2007 Adding spec folder back in. [josh]
directory test/ Thu Aug 23 20:47:10 -0700 2007 First import of signal [josh]
directory vendor/ Fri Apr 18 10:44:30 -0700 2008 Using my acts_as_versioned which uses dirty obj... [codafoo]
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: Detail these instructions more
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
* ruby-yadis
* RedCloth