Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin

This commit is contained in:
Christopher Allan Webber 2011-06-13 21:02:16 -05:00
commit 3fd659e0eb
6 changed files with 22 additions and 2 deletions

View File

@ -4,6 +4,10 @@
Codebase Documentation
========================
.. contents:: Sections
:local:
This chapter covers the libraries that GNU MediaGoblin uses as well as
various recipes for getting things done.

View File

@ -48,9 +48,9 @@ copyright = u'2011, Free Software Foundation, Inc and contributors'
# built documents.
#
# The short X.Y version.
version = '0.0.1'
version = '0.0.2'
# The full version, including alpha/beta/rc tags.
release = '0.0.1'
release = '0.0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -4,6 +4,10 @@
Contributing HOWTO
====================
.. contents:: Sections
:local:
.. _join-the-community-section:
Join the community!

View File

@ -4,6 +4,10 @@
Design Decisions
==================
.. contents:: Sections
:local:
This chapter talks a bit about design decisions.

View File

@ -2,6 +2,10 @@
Git, Cloning and Patches
==========================
.. contents:: Sections
:local:
GNU MediaGoblin uses git for all our version control and we have the
repositories hosted on `Gitorious <http://gitorious.org/>`_. We have
two repositories:

View File

@ -4,6 +4,10 @@
Hacking HOWTO
===============
.. contents:: Sections
:local:
So you want to hack on GNU MediaGoblin?
=======================================