diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-10-05 23:08:53 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-10-05 23:11:28 -0400 |
commit | 917d4663afedded7e6606b1a799771da8dc2a37c (patch) | |
tree | d0a13978e8d36d4f802c558361917ce776ef2260 /docs/source/help.rst | |
parent | c0022ecc8803d92f2ecedbcce90037a8b48dac77 (diff) | |
download | mediagoblin-917d4663afedded7e6606b1a799771da8dc2a37c.tar.lz mediagoblin-917d4663afedded7e6606b1a799771da8dc2a37c.tar.xz mediagoblin-917d4663afedded7e6606b1a799771da8dc2a37c.zip |
Overhauls docs
* 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.
Diffstat (limited to 'docs/source/help.rst')
-rw-r--r-- | docs/source/help.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/source/help.rst b/docs/source/help.rst new file mode 100644 index 00000000..34d4f37e --- /dev/null +++ b/docs/source/help.rst @@ -0,0 +1,16 @@ +================================== + How to Get Help with MediaGoblin +================================== + +There are a couple of ways to get help with problems with MediaGoblin: + +1. ask for help on IRC + +2. ask for help on the devel mailing list + +Details for both IRC and the mailing list are on the `join page`_ of the +website. + +.. _join page: http://mediagoblin.org/join/ + + |