From 5e593201a6b85ad3860d8b230dc7ff34c0397146 Mon Sep 17 00:00:00 2001 From: Daniel Neel Date: Thu, 12 May 2011 14:23:52 -0400 Subject: [PATCH 1/8] Fixed a typo in docs/mediagoblin.rst "...their data and that measn someone..." > "...their data and that means someone..." --- docs/mediagoblin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mediagoblin.rst b/docs/mediagoblin.rst index df2190c1..1b17d606 100644 --- a/docs/mediagoblin.rst +++ b/docs/mediagoblin.rst @@ -26,7 +26,7 @@ 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 +should be able to own their data and that means someone has to build the tools to make it possible. We decide that in this case, that someone would be us! From 49fa1a00731418b227d5a41c0867d1c548bcd9f4 Mon Sep 17 00:00:00 2001 From: Daniel Neel Date: Thu, 12 May 2011 14:29:54 -0400 Subject: [PATCH 2/8] Fixed another typo in docs/mediagoblin.rst "We decide that in this case, that someone would be us!" > "We decided that in this case, that someone would be us!" --- docs/mediagoblin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mediagoblin.rst b/docs/mediagoblin.rst index 1b17d606..ea9c83a7 100644 --- a/docs/mediagoblin.rst +++ b/docs/mediagoblin.rst @@ -27,7 +27,7 @@ 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 means someone has to build -the tools to make it possible. We decide that in this case, that +the tools to make it possible. We decided that in this case, that someone would be us! From c19eed5283aa3a389f4f4f3e9958575797f1132b Mon Sep 17 00:00:00 2001 From: Daniel Neel Date: Thu, 12 May 2011 14:35:39 -0400 Subject: [PATCH 3/8] Fixed a typo in docs/contributinghowto.rst "it'd" > "it's" --- docs/contributinghowto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 016617a6c943f75da4acff1eb5703ae900ccf7c8 Mon Sep 17 00:00:00 2001 From: Daniel Neel Date: Thu, 12 May 2011 14:46:02 -0400 Subject: [PATCH 4/8] Changed "Foreward" to "Foreword" Figured this was a typo. If not, feel free to skip this commit. --- docs/foreward.rst | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 docs/foreward.rst diff --git a/docs/foreward.rst b/docs/foreward.rst deleted file mode 100644 index d2b9c417..00000000 --- a/docs/foreward.rst +++ /dev/null @@ -1,46 +0,0 @@ -========== - 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 -* 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 From c6d266f6518673ded665d7aa63c91c2aaf7dc403 Mon Sep 17 00:00:00 2001 From: Daniel Neel Date: Thu, 12 May 2011 14:46:59 -0400 Subject: [PATCH 5/8] Fixed previous broken commit Made a mistake with the last commit, fixed here. --- docs/foreword.rst | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 docs/foreword.rst 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 From 434fb405e3f0c3e6ff22a6a1fcf91fc84bbdca86 Mon Sep 17 00:00:00 2001 From: Daniel Neel Date: Thu, 12 May 2011 14:48:50 -0400 Subject: [PATCH 6/8] Updated table of contents Updated TOC to match "Foreward" > "Foreword" --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 84440a68f71eb4cb3bf036ea9918ec28948cacd1 Mon Sep 17 00:00:00 2001 From: Daniel Neel Date: Thu, 12 May 2011 14:52:51 -0400 Subject: [PATCH 7/8] Edits to "What's where" diagram in docs/codebase.rst Added comment symbols to distinguish comments from directory names. Changed wording a bit on one part. --- docs/codebase.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/codebase.rst b/docs/codebase.rst index 1f6ce220..37eaf4d2 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 + | #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 From bdcd615c3cf290565025a46aa03f986c472be7fc Mon Sep 17 00:00:00 2001 From: Daniel Neel Date: Thu, 12 May 2011 14:54:59 -0400 Subject: [PATCH 8/8] Update to previous commit To add an extra comment symbol. --- docs/codebase.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codebase.rst b/docs/codebase.rst index 37eaf4d2..4f5f215f 100644 --- a/docs/codebase.rst +++ b/docs/codebase.rst @@ -87,7 +87,7 @@ tree:: |- docs/ #documentation | | #the below directories are generated by - | buildout. + | #buildout. | |- bin/ #scripts |- develop-eggs/