This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 780fd0bb35138e2b9de47f37e8db0cd0b5b9a8e8
tree bbdb20417a3aa0d6381f9d06b6e48c236e6a07ca
parent 8714aa005a0007bc8ed2515f47a9035b31d714c9
tree bbdb20417a3aa0d6381f9d06b6e48c236e6a07ca
parent 8714aa005a0007bc8ed2515f47a9035b31d714c9
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Apr 18 10:47:46 -0700 2008 | [codafoo] |
| |
MIT-LICENSE | Tue Mar 18 13:06:11 -0700 2008 | [Joshua Owens] |
| |
README | Thu Apr 10 13:38:34 -0700 2008 | [queso] |
| |
Rakefile | Thu Aug 23 20:47:10 -0700 2007 | [josh] |
| |
app/ | Fri Apr 18 10:49:58 -0700 2008 | [codafoo] |
| |
config/ | Fri Apr 18 10:41:19 -0700 2008 | [codafoo] |
| |
db/ | Mon Mar 31 00:23:36 -0700 2008 | [queso] |
| |
doc/ | Thu Aug 23 20:47:10 -0700 2007 | [josh] |
| |
lib/ | Fri Apr 18 10:49:58 -0700 2008 | [codafoo] |
| |
log/ | Sat Mar 15 17:59:31 -0700 2008 | [Joshua Owens] |
| |
previous_failures.txt | Tue Aug 28 10:30:02 -0700 2007 | [josh] |
| |
public/ | Fri Apr 18 10:41:19 -0700 2008 | [codafoo] |
| |
script/ | Tue Mar 18 13:15:11 -0700 2008 | [courtenay] |
| |
spec/ | Fri Apr 18 11:46:30 -0700 2008 | [queso] |
| |
stories/ | Sun Oct 07 06:37:28 -0700 2007 | [josh] |
| |
test/ | Thu Aug 23 20:47:10 -0700 2007 | [josh] |
| |
vendor/ | Fri Apr 18 11:34:34 -0700 2008 | [queso] |
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




