blob: 4fd96842211363af74bf4dd15e0602c326d09d96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
==========
Foreword
==========
About this manual
=================
This is the GNU MediaGoblin manual. This documentation targets the
following groups of individuals:
* people who want to try the software locally
* people who want to deploy and administrate the software
This manual doesn't cover contributors to the codebase. But we want
and love contributors! To join as a contributor please visit the
following pages instead:
* http://mediagoblin.org/pages/join.html for general "join us" information
* http://wiki.mediagoblin.org/ for our contributor-focused wiki
If you are viewing this from http://docs.mediagoblin.org be aware that
this manual is a living document and is in the ``mediagoblin``
repository in the ``docs/`` directory.
I found an error in the docs---who do I tell?
=============================================
There are a few ways---please pick the one most convenient to you!
1. Write up a bug report in the bug tracker at http://bugs.foocorp.net/projects/mediagoblin/issues
2. Tell someone on IRC ``#mediagoblin`` on Freenode.
3. Send an email to Will ``willg at bluesock dot org``.
When you tell us about your issue, please let us know:
* where you are looking (in git? url of the web-page?)
* what the issue is
* your thoughts on how to resolve it
|