diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-07-31 17:54:54 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-07-31 17:54:54 -0400 |
commit | 25a7eb25bf8ba7ce977434fda0d18be441fe3d07 (patch) | |
tree | d46d62fc3ed1c0cd875692d06eb13c7bbe8f74b9 /docs/source/foreword.rst | |
parent | 82b15ad93f6d9dbfb0b00e1fb0a966506be792a0 (diff) | |
download | mediagoblin-25a7eb25bf8ba7ce977434fda0d18be441fe3d07.tar.lz mediagoblin-25a7eb25bf8ba7ce977434fda0d18be441fe3d07.tar.xz mediagoblin-25a7eb25bf8ba7ce977434fda0d18be441fe3d07.zip |
Moves docs files around so we build from source/ directory
Diffstat (limited to 'docs/source/foreword.rst')
-rw-r--r-- | docs/source/foreword.rst | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/source/foreword.rst b/docs/source/foreword.rst new file mode 100644 index 00000000..1d423f08 --- /dev/null +++ b/docs/source/foreword.rst @@ -0,0 +1,46 @@ +========== + Foreword +========== + +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 +* Matt +* Asheesh + + +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/ . +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 |