aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-10-31 22:08:30 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-10-31 22:08:30 -0500
commit506f1f07aeee67d06fe7ffdda00bcdd442b8e864 (patch)
tree74be85104548f6a1882bb566e7769aa1fe297510 /docs/source
parent07913ec999a05f4b347f8abf35a54549a18d9262 (diff)
downloadmediagoblin-506f1f07aeee67d06fe7ffdda00bcdd442b8e864.tar.lz
mediagoblin-506f1f07aeee67d06fe7ffdda00bcdd442b8e864.tar.xz
mediagoblin-506f1f07aeee67d06fe7ffdda00bcdd442b8e864.zip
Making docs changes per Jim's suggestions.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/configuration.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst
index 040b926d..0d8bf5ec 100644
--- a/docs/source/configuration.rst
+++ b/docs/source/configuration.rst
@@ -15,18 +15,18 @@ make local modified versions of, and one extra file that might be
helpful to look at. Let's examine these.
mediagoblin.ini
- The config file for MediaGoblin, the application. If you want to
+ This is the config file for MediaGoblin, the application. If you want to
tweak settings for MediaGoblin, you'll usually tweak them here.
paste.ini
- Primarily a server configuration file, on the python side
+ This is primarily a server configuration file, on the python side
(specifically, on the wsgi side, via `paste deploy
<http://pythonpaste.org/deploy/>`_ / `paste script
<http://pythonpaste.org/script/>`_). It also sets up some
middleware that you can mostly ignore, except to configure
sessions... more on that later. If you are adding a different
python server other than fastcgi / plain http, you might configure
- it here. Mostly you won't touch this file as much, probably.
+ it here. You probably won't need to change this file very much.
There's one more file that you certainly won't change unless you're