Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the media types documentation, added steps for audio | Joar Wandborg | 2012-07-06 | 1 | -11/+62 |
| | | | | | | | | | - Added chapter about media type negotiation. - Added instructions on how to install dependencies for the audio media type. - Moved part about how to enable media types in your config to a single place at the top of the document named "Enable Media Types". - Renamed the "Enable Media Types" page to "Media Types". | ||||
* | Changing mediagoblin theme font files over to be symlinks to extlib | Christopher Allan Webber | 2012-07-01 | 5 | -97/+1 |
| | |||||
* | Add link to wiki on front page; fix about | Will Kahn-Greene | 2012-06-02 | 2 | -4/+14 |
| | | | | | | | Adds a summary and a link to the wiki for contributors to the front page. The "what is mediagoblin" section in the about chapter talkd about what it was, but it was buried--this slightly unburies it. | ||||
* | Added links to community-provied init scripts | Joar Wandborg | 2012-05-28 | 1 | -2/+16 |
| | |||||
* | Add plugin writer's quickstart guide | Will Kahn-Greene | 2012-05-23 | 2 | -0/+190 |
| | |||||
* | Add build date to docs | Will Kahn-Greene | 2012-05-23 | 1 | -0/+1 |
| | | | | Makes it easier to spot when the docs aren't rebuilding correctly. | ||||
* | Split docs into siteadmin and pluginwriter guides | Will Kahn-Greene | 2012-05-23 | 15 | -25/+81 |
| | | | | | | | | | | | * create initial bits for plugin writer's guide * move siteadmin stuff to site administrator's guide * rework index.rst to support multiple guides * tweak some text * move files into subdirectories I verified that this still works with html and texinfo build targets. There's still a lot of work to do, but this is a good start. | ||||
* | Update documentation for plugins | Will Kahn-Greene | 2012-05-16 | 1 | -12/+44 |
| | |||||
* | 401. Plugin infrastructure | Will Kahn-Greene | 2012-05-13 | 1 | -0/+105 |
| | | | | | | | | * implements installing, loading and setup for plugins * codifies configuration * has a sample plugin * docs * tests | ||||
* | gandaro points out we should have all headers end with question marks for ↵ | Christopher Allan Webber | 2012-05-06 | 1 | -6/+6 |
| | | | | | | consistency Done for about.rst | ||||
* | Apparently I can't correct typos right. MedaGoblin->MediaGoblin in docs | Christopher Allan Webber | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | A couple of typos in docs... MedaGobilin->MediaGoblin | Christopher Allan Webber | 2012-05-05 | 2 | -2/+2 |
| | |||||
* | Update version to 0.3.1.dev | Will Kahn-Greene | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | Update version to 0.3.0 for release | Will Kahn-Greene | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | One character chage: "our" to "your" in the release notes as it makes more | greg | 2012-05-01 | 1 | -1/+1 |
| | | | | sense, I believe. | ||||
* | 0.3.0 *is* released! Reflect that in the release notes :) | Christopher Allan Webber | 2012-05-01 | 1 | -2/+2 |
| | |||||
* | Also tell people to install python-psycopg2 if using postgres in docs | Christopher Allan Webber | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | ./bin/gmg migrate -> ./bin/gmg dbupdate in the docs | Christopher Allan Webber | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Removing references to MongoDB in docs/ | Christopher Allan Webber | 2012-04-29 | 2 | -45/+1 |
| | |||||
* | Documentation updates and fixes | Will Kahn-Greene | 2012-04-20 | 3 | -35/+45 |
| | | | | | | | | | * Nixed some of the mongodb references--pretty sure we're done with that. * Fixed some awkward language. * Fixed : :: stuff. Sphinx lets you do :: so you don't need the additional colon. * Turned a paragraph into a .. note:: section. That makes it easier to notice and read. | ||||
* | Fix relnotes formatting | Will Kahn-Greene | 2012-04-07 | 2 | -5/+7 |
| | | | | | * adds link to deployment docs. * tweaks formatting | ||||
* | Start adding release notes. | Elrond | 2012-04-05 | 2 | -0/+53 |
| | | | | | This is especially for noting the switch to sql and explaining how to convert your mongodb data over to sql. | ||||
* | Updated documentation | Joar Wandborg | 2012-04-03 | 1 | -3/+88 |
| | | | | Added PostgreSQL deployment documentation | ||||
* | Updated Video docs, so that I won't forget | Joar Wandborg | 2012-03-30 | 1 | -5/+1 |
| | |||||
* | The video media_type needs pygtk/gtk. | Elrond | 2012-03-29 | 1 | -0/+4 |
| | | | | | Note in the docs, that the video media_type needs the gtk and pygtk modules and where to get them on debian. | ||||
* | Fixing manual tyop: MediaGoblin, not MediaGobiin (thanks gandaro!) | Christopher Allan Webber | 2012-03-18 | 1 | -1/+1 |
| | |||||
* | Fix docs version | Will Kahn-Greene | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | Update version to 0.3.0-dev | Will Kahn-Greene | 2012-02-09 | 1 | -2/+2 |
| | |||||
* | Update version numbers | Will Kahn-Greene | 2012-02-09 | 1 | -3/+3 |
| | |||||
* | Removing youcanhelp stuff | Will Kahn-Greene | 2012-02-09 | 3 | -45/+1 |
| | | | | | This was never used. It doesn't support Texinfo files. It was only half completed. Best to remove it. | ||||
* | Added info on how to enable ascii art | Christopher Allan Webber | 2012-02-09 | 1 | -0/+19 |
| | |||||
* | Updating codebase.rst to reflect the modern mediagoblin world | Christopher Allan Webber | 2012-02-09 | 1 | -11/+42 |
| | | | | | | - adding/removing libraries listed as appropriate - buildout->virtualenv references - Updating directory structure description to reflect current reality | ||||
* | Minor rewording | Will Kahn-Greene | 2012-02-08 | 1 | -6/+13 |
| | | | | | Tried to address confusion I had when I read the document and tweaked some formatting. | ||||
* | Added CC0 header to all MediaGoblin docs in docs/source/ | Christopher Allan Webber | 2012-02-07 | 10 | -0/+130 |
| | |||||
* | Updating deployment guide so that it can handle the current virtualenv ↵ | Christopher Allan Webber | 2012-02-02 | 1 | -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 Schendel | 2012-01-13 | 1 | -0/+12 |
| | |||||
* | Increase docs sidebar width | Jef van Schendel | 2012-01-07 | 1 | -0/+4 |
| | |||||
* | New docs logo, small css changes | Jef van Schendel | 2012-01-06 | 2 | -3/+3 |
| | |||||
* | First push with new style (includes css file, logo image, fonts) | Jef van Schendel | 2012-01-06 | 9 | -3/+245 |
| | |||||
* | Changer version to -dev | Will Kahn-Greene | 2011-12-12 | 1 | -2/+2 |
| | |||||
* | Update version numbers | Will Kahn-Greene | 2011-12-12 | 1 | -2/+2 |
| | |||||
* | Fix doc footer | Will Kahn-Greene | 2011-12-12 | 6 | -372/+38 |
| | | | | This has the correct copyright statement. | ||||
* | Tweak rest formatting | Will Kahn-Greene | 2011-12-12 | 1 | -4/+4 |
| | |||||
* | Added the "Media types" chapter | Christopher Allan Webber | 2011-12-12 | 2 | -0/+35 |
| | |||||
* | Doc updates | Will Kahn-Greene | 2011-12-12 | 4 | -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 limit | Christopher Allan Webber | 2011-12-12 | 1 | -0/+3 |
| | |||||
* | DOCS:: #675 revision to deployment and production documents | tycho garen | 2011-12-04 | 3 | -50/+59 |
| | |||||
* | Filled in reason #3 to submit separate out celery. | Christopher Allan Webber | 2011-12-04 | 1 | -1/+10 |
| | |||||
* | DOCS: update to deployment documentation and new production deployments doc | tycho garen | 2011-12-04 | 2 | -5/+53 |
| | |||||
* | incorrect path in nginx config | Corey Farwell | 2011-11-19 | 1 | -1/+1 |
| |