Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs tweaks | Will Kahn-Greene | 2012-08-20 | 3 | -7/+15 |
| | | | | This fixes some minor issues in the documentation. | ||||
* | Updated flatpages example in plugins.rst to reflect reality & point to ↵ | Christopher Allan Webber | 2012-08-20 | 1 | -5/+9 |
| | | | | flatpages docs | ||||
* | add titles to two pages and fix a typo in docs | Aleksej | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | Fixing grammar on telling users to run dbupdate | Christopher Allan Webber | 2012-08-05 | 1 | -1/+1 |
| | |||||
* | Reference the new theme aliasing nginx stuff in the theming documentation | Christopher Allan Webber | 2012-07-27 | 2 | -2/+12 |
| | |||||
* | Add documentation on how to alias your theme static files | Christopher Allan Webber | 2012-07-27 | 1 | -0/+5 |
| | |||||
* | Tweak theming docs | Will Kahn-Greene | 2012-07-26 | 1 | -49/+55 |
| | | | | | | I did a pass on language and more reST formatting. This is a little cleaner, though there are a couple of parts that feel like they could use some work. | ||||
* | [Issue 466] Implement e-z plugin disabling | Will Kahn-Greene | 2012-07-17 | 1 | -0/+32 |
| | |||||
* | Fix themeing docs | Will Kahn-Greene | 2012-07-16 | 1 | -73/+78 |
| | | | | | This fixes a bunch of formatting issues in the themeing docs and makes them easier to read. | ||||
* | Added a section describing how to do theming via simple CSS stuff! | Christopher Allan Webber | 2012-07-14 | 1 | -0/+24 |
| | |||||
* | Mostly good theming documentation! | Christopher Allan Webber | 2012-07-14 | 1 | -23/+150 |
| | |||||
* | Fleshing out theming documentation; wrote out "structure of things" section | Christopher Allan Webber | 2012-07-14 | 1 | -2/+92 |
| | |||||
* | 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". | ||||
* | Add link to wiki on front page; fix about | Will Kahn-Greene | 2012-06-02 | 1 | -4/+5 |
| | | | | | | | 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 |
| | |||||
* | Split docs into siteadmin and pluginwriter guides | Will Kahn-Greene | 2012-05-23 | 11 | -0/+1167 |
* 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. |