diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-04-14 22:28:02 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-04-14 22:30:39 -0400 |
commit | 5a40e1ec5cb3fc9fe4dbc8078bb45627bf597f72 (patch) | |
tree | 24fffd3295286e5ae172305389e4eda4ab458d07 /docs/hackinghowto.rst | |
parent | 76c9ea6b5fbdd1311b926b53b8b2c8afca9a69df (diff) | |
download | mediagoblin-5a40e1ec5cb3fc9fe4dbc8078bb45627bf597f72.tar.lz mediagoblin-5a40e1ec5cb3fc9fe4dbc8078bb45627bf597f72.tar.xz mediagoblin-5a40e1ec5cb3fc9fe4dbc8078bb45627bf597f72.zip |
Overhauls TOC of manual
This work is based on discussion and etherpadding (is that a verb) on
April 14th between Deb, Greg, Karen, Will, and Chris.
It was an epic collaborative sprint.
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r-- | docs/hackinghowto.rst | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index 4586188e..986219e1 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -1,9 +1,12 @@ +.. _hacking-howto: + =============== Hacking HOWTO =============== -So you want to hack on GNU MediaGoblin -====================================== + +So you want to hack on GNU MediaGoblin? +======================================= First thing to do is check out the Web site where we list all the project infrastructure including: @@ -75,6 +78,8 @@ Run:: Creating a new file =================== +FIXME - this needs to be updated when it's set in stone. + All new files need to have license/copyright information. The following kinds of files get the GNU AGPL header: @@ -93,3 +98,15 @@ under the CC BY license: * image files * video files + + +Quickstart for Django programmers +================================= + +FIXME - write this + + +Bite-sized bugs to start with +============================= + +FIXME - write this |