diff options
-rw-r--r-- | docs/codebase.rst | 12 | ||||
-rw-r--r-- | docs/contributinghowto.rst | 2 | ||||
-rw-r--r-- | docs/foreword.rst (renamed from docs/foreward.rst) | 2 | ||||
-rw-r--r-- | docs/index.rst | 2 | ||||
-rw-r--r-- | docs/mediagoblin.rst | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/docs/codebase.rst b/docs/codebase.rst index 1f6ce220..4f5f215f 100644 --- a/docs/codebase.rst +++ b/docs/codebase.rst @@ -79,22 +79,22 @@ After you've run buildout, you're faced with the following directory tree:: mediagoblin/ - |- mediagoblin/ source code + |- mediagoblin/ #source code | |- tests/ | |- templates/ | |- auth/ | \- submit/ - |- docs/ documentation + |- docs/ #documentation | - | the rest of these directories are generated by - | buildout. + | #the below directories are generated by + | #buildout. | - |- bin/ scripts + |- bin/ #scripts |- develop-eggs/ |- eggs/ |- mediagoblin.egg-info/ |- parts/ - |- user_dev/ sessions, etc + |- user_dev/ #sessions, etc As you can see, all the code for GNU MediaGoblin is in the diff --git a/docs/contributinghowto.rst b/docs/contributinghowto.rst index 56a80b91..e980a5e0 100644 --- a/docs/contributinghowto.rst +++ b/docs/contributinghowto.rst @@ -59,7 +59,7 @@ Here are some things you can do today: **Spread the word** The seductive call of Free Software services is a powerful - one, but many cannot hear it because it'd drowned out by the + one, but many cannot hear it because it's drowned out by the rush hour traffic honking of proprietary walled gardens and faux free services. Yuck! Be the sweet chirrup of the bird amidst the din! Tell others that there is a better way to diff --git a/docs/foreward.rst b/docs/foreword.rst index d2b9c417..1d423f08 100644 --- a/docs/foreward.rst +++ b/docs/foreword.rst @@ -1,5 +1,5 @@ ========== - Foreward + Foreword ========== About this manual diff --git a/docs/index.rst b/docs/index.rst index 16c8ca16..2f84d6a6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ Table of Contents: .. toctree:: :maxdepth: 2 - foreward + foreword mediagoblin contributinghowto deploymenthowto diff --git a/docs/mediagoblin.rst b/docs/mediagoblin.rst index df2190c1..ea9c83a7 100644 --- a/docs/mediagoblin.rst +++ b/docs/mediagoblin.rst @@ -26,8 +26,8 @@ Why are we doing this? Centralization and proprietization of media on the internet is a serious problem and makes the web go from a system of extreme resilience to a system of frightening fragility. We believe people -should be able to own their data and that measn someone has to build -the tools to make it possible. We decide that in this case, that +should be able to own their data and that means someone has to build +the tools to make it possible. We decided that in this case, that someone would be us! |