<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -93,10 +93,7 @@ For options, see:
 Your server software should have instructions on running rackup
 applications. There is nothing special you need to do for Giraffe.
 
-Note that config.ru /does/ assume you have a running server that
+Note that config.ru *does* assume you have a running server that
 invokes rackup. If you want to run standalone, see instructions
 above.
 
-If you are writing a rackup file, you presumably know
-what you are doing :)
-</diff>
      <filename>doc/README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -2,9 +2,6 @@
 #  Example configuration file for giraffe
 # ========================================
 #
-# When the file is loaded, an OpenStruct object named `Giraffe`
-# exists. This object can be manipulated directly.
-#
 # Currently none of the configuration options is required.
 # In most cases, however, you will want to set the `wikiroot`
 # option to some better location than ~/wiki.
@@ -23,7 +20,7 @@
 #
 #Giraffe.wikiroot = &quot;/home/bob/code/cool_project&quot;
 
-# Directory in which .git can be found. Only use if /not/ the
+# Directory in which .git can be found. Only use if *not* the
 # same as `wikiroot`. This is most often the case if you are
 # using a subdirectory of a repository as the wiki directory.
 #
@@ -44,7 +41,7 @@
 # You could for example convert from `WikiWord` style to a
 # `file_system_style` instead.
 #
-# This is _only_ the filename. Directories are resolved
+# This is *only the filename*. Directories are resolved
 # elsewhere. Although usually implemented with lambdas,
 # anything that responds to #call, takes a String and
 # returns a String works.
@@ -101,5 +98,5 @@
 #
 # Defaults to `nil`.
 #
-#Giraffe.authenticator = lambda {|user, pass| {&quot;bob&quot; =&gt; &quot;abba4ever&quot;}[user] == password }
+#Giraffe.authenticator = lambda {|user, pass| {&quot;bob&quot; =&gt; &quot;abba4ever&quot;}[user] == pass }
 </diff>
      <filename>doc/config.rb.sample</filename>
    </modified>
    <modified>
      <diff>@@ -83,7 +83,7 @@ module Giraffe
         end
 
         response.status = 400
-        return &quot;Search term was empty!&quot;
+        &quot;Search term was empty!&quot;
       }
 
       # /pages/ in the repository or a subdirectory.</diff>
      <filename>run_giraffe_run.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ba310171e7da5441824a71aa51e3e82b9d3b4aca</id>
    </parent>
  </parents>
  <author>
    <name>Eero Saynatkari</name>
    <email>projects@kittensoft.org</email>
  </author>
  <url>http://github.com/rue/giraffe/commit/0f2a6a31d386341c92ddd7325b310e4f5ad66875</url>
  <id>0f2a6a31d386341c92ddd7325b310e4f5ad66875</id>
  <committed-date>2008-12-15T08:37:47-08:00</committed-date>
  <authored-date>2008-12-15T08:37:47-08:00</authored-date>
  <message>Minor doc fixes.</message>
  <tree>57d41e8131f2065d8c0acf77a4c3622a47f3bbb0</tree>
  <committer>
    <name>Eero Saynatkari</name>
    <email>projects@kittensoft.org</email>
  </committer>
</commit>
