aboutsummaryrefslogtreecommitdiffstats
path: root/docs/designdecisions.rst
Commit message (Collapse)AuthorAgeFilesLines
* Moves docs files around so we build from source/ directoryWill Kahn-Greene2011-07-311-329/+0
|
* Adds local toc sectionsWill Kahn-Greene2011-06-131-0/+4
| | | | | | | * Some of our chapters are pretty long and this should make it much easier for a user to find what they're looking for and jumping to it. It's easier to read the section toc at the top of the chapter, than it is to read it in the sidebar.
* Adds design decision for the nameWill Kahn-Greene2011-05-051-0/+59
|
* Fixes dead references in docs.Will Kahn-Greene2011-05-021-1/+1
|
* Changing the wording around the django-like components statementChristopher Allan Webber2011-04-301-6/+5
|
* Clarified that copyright assignment is encouraged, but not mandatory.Christopher Allan Webber2011-04-301-14/+21
|
* Minor tweaks to design decisions textWill Kahn-Greene2011-04-241-6/+8
|
* Fixes CC0 languageWill Kahn-Greene2011-04-221-22/+25
| | | | | CC0 is a waiver and not a license, so this fixes all the language accordingly.
* Updates contributing howtoWill Kahn-Greene2011-04-221-0/+16
| | | | | | | * lots of changes to the contributing howto from Matt, Greg, Will, and Chris * adds references between the contributing howto and other chapters * adds a design decision regarding copyright assignment
* License/copyright changesWill Kahn-Greene2011-04-211-0/+70
| | | | | | | | * changes COPYING to explain licensing for all of GNU MediaGoblin * adds design decision regarding why we picked the licensing we did * adds CC0 and AGPLv3 texts * removes licensing bits from hacking howto--we should put that somewhere else
* Fixes docs.Will Kahn-Greene2011-04-121-5/+4
| | | | | | | * fixes some typos * tweaks some language issues that occured because I took Chris' stuff out of the context of the original READMEish structure * ditches installation for deploymenthowto and hackinghowto
* Fleshes out documentation.Will Kahn-Greene2011-04-091-0/+170
use, what their function is, and urls for library documentation * adds a forward chapter which talks about the documentation * adds an installation stub * adds a software stack chapter that covers what libraries are in * adds a design decisions chapter which covers why we chose the libraries and architecture