Grumble Chat: Free web based chat for Google Appengine www.grmble.com
  • Python 51.7%
  • JavaScript 42.1%
  • CSS 3.2%
  • HTML 3%
Find a file
2011-05-10 16:57:01 -07:00
assets Added robots.txt for search robots and configured it in app.yaml 2011-05-11 07:30:05 +08:00
contrib/fluid Add Fluid Dock badge userscript and /contrib/ directory to keep it in. 2011-05-11 07:16:39 +08:00
css Merge branch 'stickwithjosh' 2011-05-10 16:45:31 -07:00
images Merge branch 'mainline' 2011-05-10 16:29:14 -07:00
js Merge branch 'stickwithjosh' 2011-05-10 16:45:31 -07:00
markdown target=blank on links, more liberal auto-linker 2011-01-18 16:44:39 -05:00
sounds github generated gh-pages branch 2011-05-11 07:16:39 +08:00
templates Get rid of tabs in html file 2011-05-11 07:30:12 +08:00
.gitignore - add ignores 2011-05-10 16:57:01 -07:00
app.yaml Added robots.txt for search robots and configured it in app.yaml 2011-05-11 07:30:05 +08:00
index.html change url for chat 2011-05-11 07:16:41 +08:00
index.yaml github generated gh-pages branch 2011-05-11 07:16:39 +08:00
main.py github generated gh-pages branch 2011-05-11 07:16:39 +08:00
message.py increased scrollback batch size to correct value 2011-04-07 22:09:36 -04:00
models.py github generated gh-pages branch 2011-05-11 07:16:39 +08:00
README.markdown github generated gh-pages branch 2011-05-11 07:16:39 +08:00
room.py github generated gh-pages branch 2011-05-11 07:16:39 +08:00
utils.py Merge branch 'chadmiller' 2011-05-10 16:33:38 -07:00

grumblechat

A free Google App Engine based chat system

Created as a free alternative to IRC, Talker, Campfire, etc and as an opportunity to play around with Appengine. There's still a lot of work left to do, but for a small organization it's easy to deploy and very usable. If you'd like to contribute, we welcome patches/forks. See Issues for a list of outstanding features or bugs.

Getting Started with grumblechat

All you need is a working Appengine install, instructions can be found here: http://code.google.com/appengine/docs/python/overview.html

Check out grumblechat, import it as an existing project and then deploy. All deployment-related secrets are handled by the Appengine console.