public
Description: Version 2.0 of the Podiobooks.com Source Code (in development)
Homepage: http://www.podiobooks.com
Clone URL: git://github.com/ctmiller/podiobooks.git
Click here to lend your support to: podiobooks and make a donation at www.pledgie.com !
name age message
file .gitignore Sun Oct 25 21:19:45 -0700 2009 Updated to exclude zc.buildout stuff. [Tim White]
file .project Sun Oct 25 21:11:28 -0700 2009 Refactored entire dir structure to enable zc.bu... [Tim White]
file .pydevproject Sun Oct 25 21:11:28 -0700 2009 Refactored entire dir structure to enable zc.bu... [Tim White]
file LICENSE.txt Sun Oct 25 21:11:28 -0700 2009 Refactored entire dir structure to enable zc.bu... [Tim White]
file README Thu Oct 15 06:40:12 -0700 2009 Added dependencies on django-tinymce. [cyface]
file bootstrap.py Sun Oct 25 21:11:28 -0700 2009 Refactored entire dir structure to enable zc.bu... [Tim White]
file buildout.cfg Sun Oct 25 21:11:28 -0700 2009 Refactored entire dir structure to enable zc.bu... [Tim White]
directory dbscripts/ Tue Aug 04 14:31:24 -0700 2009 Migration for partner. [commandline]
directory devscripts/ Sun Oct 25 21:22:18 -0700 2009 Removed zc.buildout generated-artifacts. [Tim White]
directory eggs-local/ Wed Oct 28 22:08:49 -0700 2009 Added a local copy of eyeD3, since the PyPi ver... [unknown]
file index.html Tue Jan 20 18:31:04 -0800 2009 github generated gh-pages branch [ctmiller]
file setup.py Sun Oct 25 21:28:03 -0700 2009 back to GPL. [Tim White]
directory src/ Tue Oct 27 10:14:15 -0700 2009 Removed accidentally-committed file. [unknown]
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/
#