diff options
author | Daniel Neel <dneelyep@gmail.com> | 2011-05-12 14:46:59 -0400 |
---|---|---|
committer | Daniel Neel <dneelyep@gmail.com> | 2011-05-12 14:46:59 -0400 |
commit | c6d266f6518673ded665d7aa63c91c2aaf7dc403 (patch) | |
tree | ce0725206d05f858359a7539dd59769c3d2855b6 | |
parent | 016617a6c943f75da4acff1eb5703ae900ccf7c8 (diff) | |
download | mediagoblin-c6d266f6518673ded665d7aa63c91c2aaf7dc403.tar.lz mediagoblin-c6d266f6518673ded665d7aa63c91c2aaf7dc403.tar.xz mediagoblin-c6d266f6518673ded665d7aa63c91c2aaf7dc403.zip |
Fixed previous broken commit
Made a mistake with the last commit, fixed here.
-rw-r--r-- | docs/foreword.rst | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/foreword.rst b/docs/foreword.rst new file mode 100644 index 00000000..1d423f08 --- /dev/null +++ b/docs/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 |