aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Encourage users to run migrations every time they buildout.Christopher Allan Webber2011-05-221-1/+1
|
* Clarified: don't do this in production!Christopher Allan Webber2011-05-201-1/+2
|
* Added some stuff on how to run CELERY_ALWAYS_EAGERChristopher Allan Webber2011-05-201-0/+10
|
* Moves virtualenv instructions to a place far far awayWill Kahn-Greene2011-05-201-121/+15
| | | | | But seriously, moved them to the stop-gap wiki: https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv
* ./bin/gmg shell documented in the hackinghowtoChristopher Allan Webber2011-05-161-0/+15
|
* Update to previous commitDaniel Neel2011-05-121-1/+1
| | | | To add an extra comment symbol.
* Edits to "What's where" diagram in docs/codebase.rstDaniel Neel2011-05-121-5/+5
| | | | | Added comment symbols to distinguish comments from directory names. Changed wording a bit on one part.
* Updated table of contentsDaniel Neel2011-05-121-1/+1
| | | | Updated TOC to match "Foreward" > "Foreword"
* Fixed previous broken commitDaniel Neel2011-05-121-0/+46
| | | | Made a mistake with the last commit, fixed here.
* Changed "Foreward" to "Foreword"Daniel Neel2011-05-121-46/+0
| | | | Figured this was a typo. If not, feel free to skip this commit.
* Fixed a typo in docs/contributinghowto.rstDaniel Neel2011-05-121-1/+1
| | | | "it'd" > "it's"
* Fixed another typo in docs/mediagoblin.rstDaniel Neel2011-05-121-1/+1
| | | | | "We decide that in this case, that someone would be us!" > "We decided that in this case, that someone would be us!"
* Fixed a typo in docs/mediagoblin.rstDaniel Neel2011-05-121-1/+1
| | | | | "...their data and that measn someone..." > "...their data and that means someone..."
* buildout instructions come first since it's easier if it does workChristopher Allan Webber2011-05-121-12/+9
|
* Reversing buildout and virtualenv instructions because I thinkChristopher Allan Webber2011-05-071-64/+68
| | | | | virtualenv is easier if you don't know how this stuff works, and it works.
* Removes the git requirement--that's redundantWill Kahn-Greene2011-05-071-1/+0
|
* Wraps the virtualenv wrapper lineWill Kahn-Greene2011-05-071-1/+4
|
* Tweaks the "if mongodb isn't working" troubleshooting sectionWill Kahn-Greene2011-05-071-0/+6
|
* Be sure to read the install instructions!Christopher Allan Webber2011-05-071-1/+1
|
* Fixes headers in hacking howto docsWill Kahn-Greene2011-05-071-8/+2
|
* Overhauls hacking howtoWill Kahn-Greene2011-05-071-76/+138
| | | | | | | * reworks virtualenv section to be way better * reworks buildout section to mirror virtualenv section * reworks other sections that depend on which development environment building method you chose
* First pass at adding virtualenv instructions.Will Kahn-Greene2011-05-061-6/+75
|
* Fixes a link in the docsWill Kahn-Greene2011-05-061-1/+1
|
* Instructions on running celerydChristopher Allan Webber2011-05-061-0/+12
|
* It doesn't necessarily have to be bash.Christopher Allan Webber2011-05-061-3/+3
|
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-05-063-0/+59
|\
| * Adds design decision for the nameWill Kahn-Greene2011-05-053-0/+59
| |
* | Made a link to the script wiping tool feature request ticketChristopher Allan Webber2011-05-061-3/+3
| |
* | Moving wiping to a clean slate beneath running server/ test suiteChristopher Allan Webber2011-05-061-16/+16
|/
* Lots of documentation changesWill Kahn-Greene2011-05-038-36/+156
| | | | | | | | * added a YouCanHelp directive to replace FIXMEs and encourage contributors to help out * moved some bits around between the hacking howto and the codebase documents * expanded on the stub nature of the theming howto * tweaked some other text
* Fixes dead references in docs.Will Kahn-Greene2011-05-023-2/+4
|
* Merge branch 'master' into celerysubmitChristopher Allan Webber2011-05-014-36/+116
|\
| * Changes beardomatic things to codebase thingsWill Kahn-Greene2011-04-302-32/+11
| |
| * Adds section on gitWill Kahn-Greene2011-04-303-4/+105
| | | | | | | | | | | | * instructions for contributing patches * learning git * learning other utilities
* | 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
|/
* Adds placeholder file so _static exists.Will Kahn-Greene2011-04-281-0/+0
|
* Adds "Send encouragement" sectionWill Kahn-Greene2011-04-281-0/+10
|
* Moves "run your own instance" to the future sectionWill Kahn-Greene2011-04-281-12/+12
| | | | | Chris correctly pointed out that you can't quite run your own instance, yet. But that's the goal!
* Reworked contributing docs based on Asheesh's thoughtsWill Kahn-Greene2011-04-275-48/+139
| | | | | | I chatted with Asheesh on IRC today and asked him to look over the contributer howto. He had a lot of thoughts and I factored most/all of them in. It's much better now.
* Updated copyrightMatt Lee2011-04-271-1/+1
|
* Fixes mdashes and other minor things.Will Kahn-Greene2011-04-243-15/+18
|
* Changes version to 0.0.1.Will Kahn-Greene2011-04-241-2/+2
|
* Adds Matt to docs contributors listWill Kahn-Greene2011-04-241-0/+1
|
* Heavy documentation updatesWill Kahn-Greene2011-04-245-141/+98
| | | | | | * Nixed codedocs and software stack chapters in favor of a chapter on Beardomatic! * Switched workflow to vision and added an additional caveat at the top
* Minor tweaks to design decisions textWill Kahn-Greene2011-04-241-6/+8
|
* Updates to hacking howtoWill Kahn-Greene2011-04-241-2/+44
| | | | | | * adds "what's where" section which isn't wildly interesting right now but it's somewhat interesting * adds "wiping environment" section
* 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-225-7/+102
| | | | | | | * 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-212-25/+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