aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added instructions on how to run mongod --repairChristopher Allan Webber2011-07-171-1/+8
|
* Docs: fixing an issue with being unable to install with distribute installed ↵Christopher Allan Webber2011-07-171-0/+12
| | | | | | already Basically, use "python bootstrap.py --distribute" if you get DistributionNotFound: distribute
* Changes clone url from http url to git urlWill Kahn-Greene2011-07-151-1/+1
| | | | Cloning over http is always yuckier than cloning over git protocol.
* python-lxml is required on FedoraOsama Khalid2011-07-111-1/+1
|
* Referring to the Hacking HOWTO in deploymenthowto (this is where I looked in ↵Osama Khalid2011-07-111-1/+4
| | | | first when I wanted to build MG)
* Instructions for installing MediaGoblin on FedoraChristopher Allan Webber2011-07-061-0/+5
|
* Updates version to 0.0.3.Will Kahn-Greene2011-07-051-2/+2
|
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-1/+1
| | | | | | As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.
* Two not three ways to contribute now, reflecting that in docs :)Christopher Allan Webber2011-06-221-1/+1
|
* 333. Adds explanation of command lines; tweaks format-patch lineWill Kahn-Greene2011-06-212-7/+29
| | | | | | | | | | * Adds explanation of command lines and their arguments (gullydwarf's suggestion). * Switched the ``git format-patch ...`` line from using -o patches to using --stdout. This creates a single patch file and is (probably) easier to deal with. * Fixed a typo. * Adds toc to top of mediagoblin chapter
* Moving server.ini->paste.ini because willkg points out server.ini is ambiguousChristopher Allan Webber2011-06-201-1/+1
| | | | Updating the file, updating lazyserver.sh, updating docs.
* Updated git documentation to have more useful branch names.Christopher Allan Webber2011-06-191-14/+14
| | | | | I haven't discussed this with Will yet... if he gets unhappy we can roll back this documentation change :)
* Making ./runtests.sh the official way to run the tests.Christopher Allan Webber2011-06-191-1/+1
|
* Updated hacking howto to reflect our new, easier to run lazyserver.sh command.Christopher Allan Webber2011-06-191-15/+17
|
* Adjusting hackinghowto docs to reflect change in server/tests commandsChristopher Allan Webber2011-06-191-3/+3
|
* Recommending --set-upstream when doing a git push to a feature branch.Christopher Allan Webber2011-06-161-1/+1
| | | | | This is nice because it means git will tell you when your branch is ahead/behind by several commits, assuming you keep working on it.
* Adds local toc sectionsWill Kahn-Greene2011-06-135-0/+20
| | | | | | | * 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.
* Updates version in docsWill Kahn-Greene2011-06-131-2/+2
|
* Already mentioned, but clarifying that branches should be localized toChristopher Allan Webber2011-06-131-3/+3
| | | | a feature/bugfix/issue.
* Tweaks git workflow structureWill Kahn-Greene2011-06-121-6/+12
| | | | | * minor tweaking of the headers of the git workflow to break things up and organize them a bit better
* Fixes git workflowWill Kahn-Greene2011-06-121-30/+154
| | | | | | | | * overhauls the docs so they're (hopefully) clearer on the git workflow * adds text about putting things in bugfix branches, documenting your work, and using the issue tracker * adds a contrived example that uses aliens
* Instructions for running tests with the modern setupChristopher Allan Webber2011-06-051-1/+1
|
* 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"