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 (
unknown (author)
Wed Oct 28 22:08:49 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Oct 25 21:19:45 -0700 2009 | |
| |
.project | Sun Oct 25 21:11:28 -0700 2009 | |
| |
.pydevproject | Sun Oct 25 21:11:28 -0700 2009 | |
| |
LICENSE.txt | Sun Oct 25 21:11:28 -0700 2009 | |
| |
README | Thu Oct 15 06:40:12 -0700 2009 | |
| |
bootstrap.py | Sun Oct 25 21:11:28 -0700 2009 | |
| |
buildout.cfg | Sun Oct 25 21:11:28 -0700 2009 | |
| |
dbscripts/ | Tue Aug 04 14:31:24 -0700 2009 | |
| |
devscripts/ | Sun Oct 25 21:22:18 -0700 2009 | |
| |
eggs-local/ | Wed Oct 28 22:08:49 -0700 2009 | |
| |
index.html | Tue Jan 20 18:31:04 -0800 2009 | |
| |
setup.py | Sun Oct 25 21:28:03 -0700 2009 | |
| |
src/ | Tue Oct 27 10:14:15 -0700 2009 |
README
PODIOBOOKS.COM 2.0 ================== Last Updated: 20 Jan 2009 Team Lead: Chris Miller (chris@podiobooks.com) License ------- This software is licensed under a GPL v3.0 license. Please visit http://www.gnu.org/licenses/gpl-3.0-standalone.html for a full reading of the license. A full copy has also been included in this package, in LICENSE.txt. Contributors ------------ Jason Penney (jpenney@jczorkmid.net) Tim White (tim@cyface.com) David Moore (eroomd@gmail.com) Thomas Gideon (cmdln@thecommandline.net) Purpose ------- The purpose of the Podiobooks project is to create a platform for distributing media via either direct download or via scheduled, updated RSS feeds. Additionally, there should be a strong community element, allowing consumers to connect with each other and the author. This software will eventually replace the current PHP-based solution at http://www.podiobooks.com. Required Packages ----------------- This software depends on the following libraries being available on the Python Path (e.g. having been easy_installed into the site-packages directory) # Main django # 1.x psycopg2 # 2.x - PostgreSQL driver for Python. Windows version: http://www.stickpeople.com/projects/python/win-psycopg/ PIL - Python Imaging Library is required to support the ImageFields in the model (requires .exe installer on Windows) # Admin Site Documentation docutils # .5 # For Auth OpenID: python-openid # http://openidenabled.com/python-openid/ version 2.x django-authopenid # http://bitbucket.org/benoitc/django-authopenid django-registration # http://bitbucket.org/ubernostrum/django-registration/ httplib2 # http://code.google.com/p/httplib2 # For MP3 Validation eyeD3 # http://eyed3.nicfit.net (Must add 'eyeD3' to Forced Builtins in PyDev to work right) # Search: django-sphinx 2.2.1 # http://github.com/dcramer/django-sphinx (do a git clone of the latest) Sphinx # Not python, standalone daemon - http://sphinxsearch.com - make sure you compile --with-pgsql or download the binary with PostgreSQL support baked in. # Cache: memcached # Not python, standalone daemon - http://www.danga.com/memcached/ # WYSIWYG HTML Editor Integration django-tinymce # http://code.google.com/p/django-tinymce/ #








