Fixes docs.
authorWill Kahn-Greene <willg@bluesock.org>
Tue, 12 Apr 2011 23:56:04 +0000 (19:56 -0400)
committerWill Kahn-Greene <willg@bluesock.org>
Tue, 12 Apr 2011 23:56:04 +0000 (19:56 -0400)
* fixes some typos
* tweaks some language issues that occured because I took Chris'
  stuff out of the context of the original READMEish structure
* ditches installation for deploymenthowto and hackinghowto

docs/deploymenthowto.rst [new file with mode: 0644]
docs/designdecisions.rst
docs/hackinghowto.rst [new file with mode: 0644]
docs/index.rst
docs/installation.rst [deleted file]

diff --git a/docs/deploymenthowto.rst b/docs/deploymenthowto.rst
new file mode 100644 (file)
index 0000000..64baf5c
--- /dev/null
@@ -0,0 +1,5 @@
+==================
+ Deployment HOWTO
+==================
+
+FIXME - write this!
index f30c1ca57671b1d6765af7fdc6706be4c99fa5ef..b5992fc16ef8cb130a88ba5c537138da4326e2ea 100644 (file)
@@ -47,7 +47,7 @@ Why WSGI Minimalism
 
 Chris Webber on "Why WSGI Minimalism":
 
-    If you notice in the technology list above, I list a lot of
+    If you notice in the technology listI list a lot of
     components that are very `Django Project`_, but not actually
     Django components.  What can I say, I really like a lot of the
     ideas in Django!  Which leads to the question: why not just use
@@ -144,12 +144,12 @@ Chris Webber on "Why MongoDB":
     dawg, I heard you liked plugins, so I put a database in your
     database so you can query while you query.)  Gross.
 
-    I also don't want things to be too lose so that we forget or lose
+    I also don't want things to be too loose so that we forget or lose
     the structure of things, and that's one reason why I want to use
     MongoKit, because we can cleanly define a much structure as we
     want and verify that documents match that structure generally
-    without adding too much bloat or overhead (mongokit is a pretty
-    lightweight wrapper and doesn't inject extra mongokit-specific
+    without adding too much bloat or overhead (MongoKit is a pretty
+    lightweight wrapper and doesn't inject extra MongoKit-specific
     stuff into the database, which is nice and nicer than many other
     ORMs in that way).
 
@@ -167,4 +167,3 @@ Will Kahn-Greene on "Why Sphinx":
     There are other doc systems out there, but given that GNU
     MediaGoblin is being written in Python, it makes sense to use
     Sphinx for now.
-
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
new file mode 100644 (file)
index 0000000..93cd5dd
--- /dev/null
@@ -0,0 +1,5 @@
+===============
+ Hacking HOWTO
+===============
+
+FIXME - write this!
index 6f96ff8c3e06c0abc2c71dda7fe2872cf8d06fd1..965d5d7a9372d81a275735738d8d358fdba1a534 100644 (file)
@@ -20,7 +20,8 @@ Contents:
 
    foreward
    softwarestack
-   installation
+   deploymenthowto
+   hackinghowto
    designdecisions
 
 
diff --git a/docs/installation.rst b/docs/installation.rst
deleted file mode 100644 (file)
index 2dfd467..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-==============
- Installation
-==============
-
-FIXME - this page is a stub!