public
Description: Google AppEngine based Twitter like App
Homepage: http://talk.org
Clone URL: git://github.com/pelle/talk.org.git
Search Repo:
name age message
folder .gitignore Mon Jun 09 10:04:45 -0700 2008 Cleanups for release [pelle]
folder LICENSE.txt Mon Jun 09 10:38:56 -0700 2008 Added licenses and Readme [pelle]
folder README.textile Mon Jun 09 10:42:07 -0700 2008 Better formatting [pelle]
folder app.yaml Sun Jun 08 23:49:03 -0700 2008 Added caching [pelle]
folder appengine_django/ Fri Jun 06 12:19:00 -0700 2008 Finally got it working [pelle]
folder controllers/ Thu Jun 12 11:11:54 -0700 2008 Fixed a problem in show [pelle]
folder deploy.sh Sat Jun 07 18:39:47 -0700 2008 Added User Profiles [pelle]
folder django/ Fri Jun 06 11:55:31 -0700 2008 Initial commit [pelle]
folder django_bootstrap.py Sat Jun 07 21:59:59 -0700 2008 Added @pelle filters [pelle]
folder gae_sessions.py Fri Jun 06 11:55:31 -0700 2008 Initial commit [pelle]
folder index.yaml Thu Jun 12 11:11:54 -0700 2008 Fixed a problem in show [pelle]
folder models.py Wed Jun 11 17:33:40 -0700 2008 JSON code now works well [pelle]
folder my_filters/ Sun Jun 08 23:49:03 -0700 2008 Added caching [pelle]
folder settings.py.sample Mon Jun 09 10:04:45 -0700 2008 Cleanups for release [pelle]
folder static/ Wed Jun 11 17:33:40 -0700 2008 JSON code now works well [pelle]
folder templates/ Wed Jun 11 20:28:59 -0700 2008 partialized the post form [pelle]
folder tools/ Fri Jun 06 11:55:31 -0700 2008 Initial commit [pelle]
folder urls.py Wed Jun 11 15:13:35 -0700 2008 First draft at adding caching and json [pelle]
folder views.py Sat Jun 07 21:59:59 -0700 2008 Added @pelle filters [pelle]
README.textile

Talk.org source code

This is a Twitter like application written in Python/Django for Google’s AppEngine.

The live running version of this is on Talk.org

Here is The original Announcement for Talk.org

I’ll happily accept patches, suggestions etc.

I’m releasing my code under GPL v3 as this is the best license IMHO for Web Applications.

Of course this code builds on Django, Google and other libraries. In particular I used Wuzhere as the base for application structure etc.

Talk.org - A Twitter like Application
Copyright (C) 2008 Pelle Braendgaard

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see .