blob: 0a3630a118bb54f9be4b4dd06ecb3aecbba97d6a (
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
40
41
42
43
44
|
==========
Foreward
==========
About this manual
=================
This is the GNU MediaGoblin manual. This documentation targets the
following groups of individuals:
* people who want to use the software
* people who want to deploy the software
* contributors
This manual is a living document and is in the ``mediagoblin``
repository in the ``docs/`` directory.
Who wrote this documentation
============================
In no particular order:
* Chris
* Will
* Deb
* Greg
* Karen
How should I bring up errors in the documentation
=================================================
There are a few ways--please pick the one most convenient to you!
1. Send an email to Will ``willg at bluesock dot org``.
2. Write up a bug report in the bug tracker at http://bugs.foocorp.net/ .
3. Tell someone on IRC ``#mediagoblin`` on Freenode.
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
|