Christopher Allan Webber
0346518e35
Release notes for 0.3.1
2012-08-21 15:37:16 -05:00
Will Kahn-Greene
3a438f5e84
Docs tweaks
...
This fixes some minor issues in the documentation.
2012-08-20 12:35:35 -04:00
Christopher Allan Webber
7a690a5ae5
Updated flatpages example in plugins.rst to reflect reality & point to flatpages docs
2012-08-20 08:54:09 -05:00
Aleksej
fafef8df2e
add titles to two pages and fix a typo in docs
2012-08-18 23:31:27 +04:00
Christopher Allan Webber
8d9aa03fba
Fixing grammar on telling users to run dbupdate
2012-08-05 10:14:15 -05:00
Christopher Allan Webber
cd1abb1172
Reference the new theme aliasing nginx stuff in the theming documentation
2012-07-27 09:02:07 -05:00
Christopher Allan Webber
8d051cc085
Add documentation on how to alias your theme static files
2012-07-27 08:48:25 -05:00
Will Kahn-Greene
4d1761d22f
Tweak theming docs
...
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.
2012-07-26 21:33:25 -04:00
Will Kahn-Greene
05d8f314c6
[Issue 466] Implement e-z plugin disabling
2012-07-17 21:14:45 -04:00
Will Kahn-Greene
05e007c1db
Rework plugin infrastructure to nix side-effects
...
This reworks the plugin infrastructure so as to remove module-loading
side-effects which were making things a pain in the ass to test.
With the new system, there's no auto-registering meta class. Instead
plugins do whatever they want and then specify a hooks dict that maps
hook names to callables for the things they're tying into. The most
common one (and the only one we've implemented so far) is "setup".
This also simplifies the sampleplugin a little by moving the code
to __init__.py.
2012-07-17 21:02:12 -04:00
Will Kahn-Greene
8464bcc3e8
Fix themeing docs
...
This fixes a bunch of formatting issues in the themeing docs and makes
them easier to read.
2012-07-16 17:06:57 -04:00
Will Kahn-Greene
4bd65f69c7
Finish flatpagesplugin; add plugin docs
2012-07-16 09:26:28 -04:00
Christopher Allan Webber
62157a898f
Added a section describing how to do theming via simple CSS stuff!
2012-07-14 22:58:42 -05:00
Christopher Allan Webber
04b24107fb
Mostly good theming documentation!
2012-07-14 20:22:25 -05:00
Christopher Allan Webber
e6aaaa9619
Fleshing out theming documentation; wrote out "structure of things" section
2012-07-14 15:54:14 -05:00
Joar Wandborg
d34757dc83
Updated the media types documentation, added steps for audio
...
- 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".
2012-07-06 22:51:49 +02:00
Christopher Allan Webber
6f8714fea4
Changing mediagoblin theme font files over to be symlinks to extlib
2012-07-01 10:34:29 -05:00
Will Kahn-Greene
0e60e7e81b
Add link to wiki on front page; fix about
...
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.
2012-06-02 22:03:03 -04:00
Joar Wandborg
84336a46b1
Added links to community-provied init scripts
2012-05-28 01:08:38 +02:00
Will Kahn-Greene
469f10e4a7
Add plugin writer's quickstart guide
2012-05-23 21:16:18 -04:00
Will Kahn-Greene
4f94f29da9
Add build date to docs
...
Makes it easier to spot when the docs aren't rebuilding correctly.
2012-05-23 20:35:53 -04:00
Will Kahn-Greene
2530ef7a1f
Split docs into siteadmin and pluginwriter guides
...
* 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.
2012-05-23 20:21:03 -04:00
Will Kahn-Greene
355fd6770d
Update documentation for plugins
2012-05-16 21:04:52 -04:00
Will Kahn-Greene
29b6f91740
401. Plugin infrastructure
...
* implements installing, loading and setup for plugins
* codifies configuration
* has a sample plugin
* docs
* tests
2012-05-13 00:00:08 -04:00
Christopher Allan Webber
61d0af2130
gandaro points out we should have all headers end with question marks for consistency
...
Done for about.rst
2012-05-06 15:28:13 -05:00
Christopher Allan Webber
c3dc1fb440
Apparently I can't correct typos right. MedaGoblin->MediaGoblin in docs
2012-05-06 15:27:19 -05:00
Christopher Allan Webber
518c5eb38b
A couple of typos in docs... MedaGobilin->MediaGoblin
2012-05-05 12:16:13 -05:00
Will Kahn-Greene
a736a5d582
Update version to 0.3.1.dev
2012-05-02 07:02:15 -07:00
Will Kahn-Greene
44f3d3b19a
Update version to 0.3.0 for release
2012-05-02 07:02:15 -07:00
greg
dce3792218
One character chage: "our" to "your" in the release notes as it makes more
...
sense, I believe.
2012-05-01 09:32:59 -07:00
Christopher Allan Webber
6e930791e9
0.3.0 *is* released! Reflect that in the release notes :)
2012-05-01 11:10:39 -05:00
Christopher Allan Webber
21a84362ea
Also tell people to install python-psycopg2 if using postgres in docs
2012-04-30 22:12:07 -05:00
Christopher Allan Webber
084a619079
./bin/gmg migrate -> ./bin/gmg dbupdate in the docs
2012-04-30 22:05:27 -05:00
Christopher Allan Webber
fe191ea48a
Removing references to MongoDB in docs/
2012-04-29 13:11:31 -05:00
Will Kahn-Greene
7798f911ab
Documentation updates and fixes
...
* 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.
2012-04-20 22:10:21 -04:00
Will Kahn-Greene
abe7417827
Fix relnotes formatting
...
* adds link to deployment docs.
* tweaks formatting
2012-04-07 12:26:40 -04:00
Elrond
5be6425c28
Start adding release notes.
...
This is especially for noting the switch to sql and
explaining how to convert your mongodb data over to sql.
2012-04-05 19:49:14 +02:00
Joar Wandborg
775ec9e8f7
Updated documentation
...
Added PostgreSQL deployment documentation
2012-04-03 00:49:24 +02:00
Joar Wandborg
c3c2f163c5
Updated Video docs, so that I won't forget
2012-03-30 00:18:54 +02:00
Elrond
582958e333
The video media_type needs pygtk/gtk.
...
Note in the docs, that the video media_type needs the gtk
and pygtk modules and where to get them on debian.
2012-03-29 13:15:38 +02:00
Christopher Allan Webber
9dcd8436a9
Fixing manual tyop: MediaGoblin, not MediaGobiin (thanks gandaro!)
2012-03-18 14:39:35 -05:00
Will Kahn-Greene
6e03e58671
Fix docs version
2012-02-09 11:00:30 -05:00
Will Kahn-Greene
934d0b67a0
Update version to 0.3.0-dev
2012-02-09 10:49:50 -05:00
Will Kahn-Greene
58301e093c
Update version numbers
2012-02-09 10:45:43 -05:00
Will Kahn-Greene
1da5052ff7
Removing youcanhelp stuff
...
This was never used. It doesn't support Texinfo files. It was only half
completed. Best to remove it.
2012-02-09 10:24:29 -05:00
Christopher Allan Webber
efd69313d0
Added info on how to enable ascii art
2012-02-09 09:16:14 -06:00
Christopher Allan Webber
973f37e9c3
Updating codebase.rst to reflect the modern mediagoblin world
...
- adding/removing libraries listed as appropriate
- buildout->virtualenv references
- Updating directory structure description to reflect current reality
2012-02-09 09:16:14 -06:00
Will Kahn-Greene
0c8e20cf13
Minor rewording
...
Tried to address confusion I had when I read the document and tweaked
some formatting.
2012-02-08 11:07:19 -05:00
Christopher Allan Webber
473a4431c2
Added CC0 header to all MediaGoblin docs in docs/source/
2012-02-07 21:27:27 -06:00
Christopher Allan Webber
95ff15d66e
Updating deployment guide so that it can handle the current virtualenv site-packages changes
...
Now it should try using --system-site-packages and if that
fails (older version) it tries it without the argument.
2012-02-02 09:29:25 -06:00