public
Description: Google AppEngine based Twitter like App
Homepage: http://talk.org
Clone URL: git://github.com/pelle/talk.org.git
name age message
file .gitignore Mon Jun 09 10:04:45 -0700 2008 Cleanups for release [pelle]
file LICENSE.txt Loading commit data...
file README.textile
file app.yaml
directory appengine_django/ Fri Jun 06 12:19:00 -0700 2008 Finally got it working [pelle]
directory controllers/
file deploy.sh
directory django/
file django_bootstrap.py
file gae_sessions.py Fri Jun 06 11:55:31 -0700 2008 Initial commit [pelle]
file index.yaml
file models.py Wed Jun 11 17:33:40 -0700 2008 JSON code now works well [pelle]
directory my_filters/ Sun Jun 08 23:49:03 -0700 2008 Added caching [pelle]
file settings.py.sample Mon Jun 09 10:04:45 -0700 2008 Cleanups for release [pelle]
directory static/
directory templates/ Wed Jun 11 20:28:59 -0700 2008 partialized the post form [pelle]
directory tools/
file urls.py
file views.py

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 <http://www.gnu.org/licenses/>.