Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.34 KB

README.rst

File metadata and controls

71 lines (43 loc) · 1.34 KB

README

Copying/License

Copyright (C) 2009, 2010, 2011, 2012 Participatory Culture Foundation.

Licensing and copying information is in the COPYING file, and other files, as referenced from the COPYING file.

Project

website:http://mirocommunity.org/
code:https://github.com/pculture/mirocommunity
wiki:http://develop.participatoryculture.org/index.php/MiroCommunityStart
mailing list:http://groups.google.com/group/miro-community-development
irc:#miro-hackers on irc.freenode.net

Installing

See the chapter on installation in docs/installation.rst.

Running tests

To run the tests:

python manage.py test localtv
python manage.py test admin
python manage.py test submit_video
...

for each installed localtv app.

Documentation

Documentation is in the docs/ directory. It's written in restructured text and uses Sphinx to compile. Documentation can be viewed with any text editor but can also be converted into HTML and PDF forms.

To generate documentation in HTML form:

cd docs
make html

To generate documentation in PDF form:

cd docs
make latexpdf

Have fun

Have fun!