Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sjhorn committed Apr 28, 2011
1 parent 305d9d3 commit 28daf9a
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
What is StatusPanic?
====================
StatusPanic is a simple Grails application for creating a way to make a
StatusPanic is a simple Grails application clone of the
[Panic](http://panic.com)-style [Status Board](http://www.panic.com/blog/2010/03/the-panic-status-board/)
with as little effort as possible.

This code was ported to grails directly from the work of [Allyn Bauer](https://github.com/ajb/statuspanic)

Demo
====
Here is a [working sample](http://grailsdev1.appspot.com/) running on [Google App Engine](http://code.google.com/appengine/)


Configuration
====================
Todo
Most of the data is configured in the web-app/config.json file. Some data is still embeded directly in the controllers, however this will change soon.


Tasks Outstanding
=================
Implement a simple scaffolded admin for the data.

0 comments on commit 28daf9a

Please sign in to comment.