Metadata-Version: 1.1
Name: samklang-media
Version: 0.5.0
Summary: Uploading and file storage for samklang
Home-page: http://github.com/sigurdga/samklang-media
Author: Sigurd Gartmann
Author-email: sigurdga-samklang@sigurdga.no
License: AGPL
Description: ==============
        Samklang Media
        ==============
        
        Samklang Media contains a storage for Django that will save files using a hash of the contents as part of their filename. It will also add a symlink to this from the original filename.
        
        A way to upload files using drag and drop and file multi select is also provided, using javascript and mootools.
        
        Contributors
        ============
        
        Sigurd Gartmann <sigurdga-samklang@sigurdga.no>
        Jørgen Bergquist <gismos@gmail.com>
        
        Thanks to
        =========
        
        Ferdinand Beyer for his description of sha1-hashing in git:
        http://stackoverflow.com/questions/552659/assigning-git-sha1s-without-git
        
        Arian Stolwijk, Djamil Legato for the file uploading mechanism using mootools.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
