Metadata-Version: 2.4
Name: mediagoblin
Version: 0.9.0
Summary: MediaGoblin is a web application for publishing all kinds of media
Home-page: http://mediagoblin.org/
Author: Free Software Foundation and contributors
Author-email: cwebber@gnu.org
License: AGPLv3
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
License-File: COPYING
License-File: AUTHORS
Requires-Dist: waitress
Requires-Dist: alembic>=0.7.5
Requires-Dist: python-dateutil
Requires-Dist: wtforms
Requires-Dist: bcrypt
Requires-Dist: pytest>=2.3.1
Requires-Dist: pytest-xdist
Requires-Dist: werkzeug>=0.7
Requires-Dist: celery>=3.0
Requires-Dist: kombu
Requires-Dist: jinja2
Requires-Dist: Babel>=1.3
Requires-Dist: WebTest>=2.0.18
Requires-Dist: ConfigObj
Requires-Dist: Markdown
Requires-Dist: sqlalchemy
Requires-Dist: itsdangerous
Requires-Dist: pytz
Requires-Dist: sphinx
Requires-Dist: six
Requires-Dist: oauthlib
Requires-Dist: unidecode
Requires-Dist: jsonschema
Requires-Dist: PasteDeploy
Requires-Dist: Chardet
Requires-Dist: requests>=2.6.0
Requires-Dist: pyld
Requires-Dist: lxml
Requires-Dist: Pillow
Requires-Dist: ExifRead>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

========
 README
========

What is GNU MediaGoblin?
========================

* A place to store all your different media (photos, videos, audios,
  and more!) that’s as awesome as, if not more awesome than, existing
  network services (Flickr, YouTube, etc)
* Customizable!
* A place for people to collaborate and show off original and derived
  creations.  Free, as in freedom.  We’re a GNU project after all.
* Extensible: Plugins allow you to add new media types (3d models?
  Presentations and documents?  Yes, and more!) or extend old ones.
* A real community, and we'd love to have you join us!


Is it ready for me to use?
==========================

Yes!


Can I help/hang out/participate/whisper sweet nothings in your ear?
===================================================================

Yes!  Please join us and hang out!  For more information on where we
hang out, see `our Join page <http://mediagoblin.org/join/>`_


Where is the documentation?
===========================

The beginnings of a site administration manual is located in the ``docs/``
directory in HTML, Texinfo, and source (Restructured Text) forms.  It's
also available online at http://docs.mediagoblin.org/ in HTML form.

Contributor/developer documentation as well as documentation on the
project processes and infrastructure is located on 
`the wiki <http://wiki.mediagoblin.org/>`_.
