aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Updating deployment guide so that it can handle the current virtualenv ↵Christopher Allan Webber2012-02-021-1/+1
| | | | | | | site-packages changes Now it should try using --system-site-packages and if that fails (older version) it tries it without the argument.
* Add CC0 license header to Sphinx MediaGoblin theme (mg.css)Jef van Schendel2012-01-131-0/+12
|
* Increase docs sidebar widthJef van Schendel2012-01-071-0/+4
|
* New docs logo, small css changesJef van Schendel2012-01-062-3/+3
|
* First push with new style (includes css file, logo image, fonts)Jef van Schendel2012-01-069-3/+245
|
* Changer version to -devWill Kahn-Greene2011-12-121-2/+2
|
* Update version numbersWill Kahn-Greene2011-12-121-2/+2
|
* Fix doc footerWill Kahn-Greene2011-12-126-372/+38
| | | | This has the correct copyright statement.
* Tweak rest formattingWill Kahn-Greene2011-12-121-4/+4
|
* Added the "Media types" chapterChristopher Allan Webber2011-12-122-0/+35
|
* Doc updatesWill Kahn-Greene2011-12-124-132/+142
| | | | | | | * fixed some language * fixed some consistency issues * fixed some 80-line-width issues * fixed some typos and markup problems
* Add a note on how to up the upload size limitChristopher Allan Webber2011-12-121-0/+3
|
* DOCS:: #675 revision to deployment and production documentstycho garen2011-12-043-50/+59
|
* Filled in reason #3 to submit separate out celery.Christopher Allan Webber2011-12-041-1/+10
|
* DOCS: update to deployment documentation and new production deployments doctycho garen2011-12-042-5/+53
|
* incorrect path in nginx configCorey Farwell2011-11-191-1/+1
|
* Correcting the mediagoblin static/media aliases in the deployment guideChristopher Allan Webber2011-11-031-2/+2
|
* A correct but compact set of instructions for fastcgi on nginxChristopher Allan Webber2011-11-031-1/+5
|
* Indentation was off by one ;)Christopher Allan Webber2011-11-031-1/+1
|
* We left out a critical fastcgi variable from the nginx configChristopher Allan Webber2011-11-031-0/+1
|
* Recommendation to install flup!Christopher Allan Webber2011-11-031-0/+5
|
* 0.1.0, also in the docs file! ;)Christopher Allan Webber2011-11-021-2/+2
|
* Merge remote branch 'remotes/j1mc/master'Christopher Allan Webber2011-10-311-4/+4
|\
| * docs - tweaked configuration.rst for style.Jim Campbell2011-10-311-4/+4
| |
* | Added configuration to the indexChristopher Allan Webber2011-10-311-0/+1
| |
* | A cop-out section for all other config changesChristopher Allan Webber2011-10-311-0/+11
| |
* | Enabling email notifications documentation!Christopher Allan Webber2011-10-311-0/+22
|/
* Making docs changes per Jim's suggestions.Christopher Allan Webber2011-10-311-3/+3
|
* Added the "making local copies" section to configuration.rstChristopher Allan Webber2011-10-311-0/+17
|
* First section of configuring mediagoblinChristopher Allan Webber2011-10-311-2/+19
|
* Configuring MediaGoblin, a loose sketch of documentation.Christopher Allan Webber2011-10-301-0/+38
|
* docs: editing/tweaking deployment documentationtycho garen2011-10-311-179/+201
|
* Added notes on a more permanent mediagoblin process.Christopher Allan Webber2011-10-301-0/+22
|
* No reason to include commented-out things.Christopher Allan Webber2011-10-301-1/+0
|
* Recommend that users use a non-privelaged user (thanks Elrond for the text)Christopher Allan Webber2011-10-301-0/+22
|
* Let's comply with the Filesystem Hierarchy StandardChristopher Allan Webber2011-10-301-3/+3
| | | | ... and make elrond and tychoish happy :)
* If I"m telling people to use fastcgi, we should probably use fastcgi ;)Christopher Allan Webber2011-10-301-1/+1
|
* Hook mediagoblin up to nginxChristopher Allan Webber2011-10-301-0/+80
|
* Added a lot more details to deploying.rstChristopher Allan Webber2011-10-301-7/+100
|
* Overhauls docsWill Kahn-Greene2011-10-059-433/+82
| | | | | | | | | | * Removes a bunch of content that doesn't need to be in the suer manual anymore. * Fixes issues so it's more readable in source form. * Adds help chapter. * Moves links out of paragraphs to reduce line length. * Cleans up some language. * Fixes some links.
* Updates version number in docsWill Kahn-Greene2011-09-011-2/+2
|
* Documentation Revision, clarification, and editing.tycho garen2011-08-274-183/+230
| | | | | | | | | | - a line in the .gitignore file to ignore the built documentation tree. - a complete revision/editorial pass of all non-technical documents that outline process, project fundamentals, and background. These edits clarified the text, unified the style, and elaborated on stubs.
* Changing the MediaGoblin Sphinx docs a bit...Christopher Allan Webber2011-08-213-227/+2
| | | | | - Removing the git guide, and moved it to the wiki - moving mediagoblin.rst to about_mediagoblin.rst
* Updating the mediagoblin manual's foreward:Christopher Allan Webber2011-08-211-18/+11
| | | | | | | | | | - Removing contributors section of the foreward... we should have a contributors list, but it doesn't belong here. - Specifying that this manual is not contributor-oriented... it's for local users/administrators - Updating issue tracker link - Adjusting the "living document" line to mention http://docs.mediagoblin.org
* Updating version to 0.0.4.Will Kahn-Greene2011-08-011-2/+2
|
* Phrasing update: "own your data" -> "free your data from proprietary control"Christopher Allan Webber2011-08-011-3/+3
|
* Moves hacking howto and design decisions docs to wikiWill Kahn-Greene2011-07-317-683/+7
|
* Moves docs files around so we build from source/ directoryWill Kahn-Greene2011-07-3121-6/+377
|
* 460. Adds texinfo output bitsWill Kahn-Greene2011-07-302-0/+44
| | | | | | | | Building texinfo version of the manual only works with Sphinx from hg tip at present. Also, there are some minor issues and someone should go through the manual and read it to make sure there aren't issues.
* 333. Adds text about naming bugfix branchesWill Kahn-Greene2011-07-241-0/+4
|