Metadata-Version: 1.0
Name: pywebsite
Version: 0.1.4pre
Summary: For making websites with python.  CHANGES: started image operations.
Home-page: http://www.pywebsite.org/
Author: Rene Dudfield
Author-email: renesd@gmail.com
License: LGPL
Description: About
        -----
        
        pywebsite is for making websites with python
        
        In *very* early stages of development.
        
        See COPYING for LGPL licence details.
        
        
        
        Author
        ------
        
        Rene Dudfield <renesd@gmail.com>
        
        Rene Dudfield is a lead developer and maintainer of `pygame <http://www.pygame.org>`_, and is also a `London Website developer, and App developer looking for work. <http://rene.f0o.com>`_
        
        pywebsite changelog
        ===================
        
        
        0.1.3pre (2009-12-16)
        =====================
        
        Bugs fixed
        ----------
        
        * some small py3k fixes.
        
        * validate more types for imageops
        
        * fixed up documentation for pypi, automated it a little.
        
        
        0.1.3pre (2009-12-16)
        =====================
        
        Features added
        --------------
        
        * started an image operations module imageops.
        Only resizing and caching so far.
        
        * started TODO.txt
        
        
        
        
        
        0.1.2pre (2009-12-09)
        =====================
        
        
        Bugs fixed
        ----------
        
        * updated doc strings in sqlitepickle.
        
        * added trove classifiers to setup.
        
        * started CHANGES.txt
        
        
        
        
        TODO
        ----
        
        Here is a vague list of TODO items.
        
        basic key/value data store
        - sqlite and pickle, `sqlitepickle (DONE) <http://renesd.blogspot.com/2009/12/pywebsitesqlitepickle-sqlite-vs-pickle.html>`_
        
        image operations
        - exif meta data from images
        - thumb nailing
        - water marking
        - rotation, scaling (rotozoom) (DONE)
        - caching (DONE)
        
        pywebsite.locals
        - ehtml, ecgi etc.
        
        `pygame event loop integration <http://renesd.blogspot.com/2009/01/pygame-pywebsite-website-with-joystick.html>`_
        
        testing
        performance testing
        monitoring
        
        backup
        
        versioning
        
        rss/feed generation
        
        tags
        
        comments
        
        forum
        
        sound operations
        - id3 tag info etc
        - stream sound
        
        video operations
        - upload flv
        - playlists
        - thumbnails of videos
        - record from webcam
        - screencast
        
        
        upload local website to remote host
        - as static files.
        - upload database to hidden directory.
        
        
        send rss link to friends
        -
        
        news posting
        - freshmeat news.
        - PAD file generation
        
        slide show
        
        listing of articles
        
        pywebsite.org website
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules 
