<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,9 +8,7 @@ It comes with Rake and Capistrano tasks for deploying the application and syncin
 
 The +master+ branch is bare application, +restafari_org+ branch is what runs @ www.restafari.org.
 
-When you forks, you *should make your own branch* for your own styling, so you can &lt;tt&gt;git pull&lt;/tt&gt; any future updates from the master and then merge/cherry-pick them into your branch.
-
-It is currently alpha software.
+(In case you like to use Marley, you should fork it and then *make your own branch* for your own styling, so you can &lt;tt&gt;git pull&lt;/tt&gt; any future updates from the master and then merge/cherry-pick them into your branch.
 
 == Ingredients
 
@@ -63,15 +61,17 @@ There are several ways how to do that:
 
 * You can be less glorious, of course, and save your articles to some folder on your disk and &lt;tt&gt;scp&lt;/tt&gt;-ing said folder to the server. Or use SFTP? Cyberduck drag &amp; drop? Aaargh, not reccommended unless you _really_ like to see what you're doing, in real time.
 
-* You can implement some sane practice and start versioning your writing with Git. (What else?) This way, you can setup remote repository on your server, just &lt;tt&gt;push&lt;/tt&gt;-ing changes whenever you feel like you want to say something in public. A &lt;i&gt;post-commit hook&lt;/i&gt; is completely neccessary in this case, of course. (It isn't paramount of convenience having to SSH on your server to run &lt;tt&gt;git pull origin master&lt;/tt&gt; in some folder.) You can use Capistrano task &lt;tt&gt;cap sync:setup:hook&lt;/tt&gt; for setting this up!
+* You can implement some sane practice and start versioning your writing with Git. (What else?) This way, you can setup remote repository on your server, just &lt;tt&gt;push&lt;/tt&gt;-ing changes whenever you feel like you want to say something in public. A &lt;i&gt;post-commit hook&lt;/i&gt; is completely neccessary in this case, of course. (It isn't paramount of convenience having to SSH on your server to run &lt;tt&gt;git pull origin master&lt;/tt&gt; in some folder.) See Capistrano task &lt;tt&gt;cap sync:setup:hook&lt;/tt&gt; for setting this up.
+
+* When you already use Git, you can push to Github (where else?), and have Github call Marley by it's Post-Receive Hooks (http://github.com/guides/post-receive-hooks). Github then calls Marley's &lt;tt&gt;/sync&lt;/tt&gt; and it will &lt;tt&gt;git pull&lt;/tt&gt; changes from Github. How is this authenticated? Good question. By setting up a (possibly long and secure) token in the config file. OMG! Could be overheard in the internets! If you're worried or prudent, do not use this. (See Capistrano task &lt;tt&gt;cap sync:setup:github&lt;/tt&gt; for adding remote Github repo on the server!)
 
-* When you already use Git, you can push to Github (where else?), and have Github call Marley by it's Post-Receive Hooks (http://github.com/guides/post-receive-hooks). Github then calls Marley's &lt;tt&gt;/sync&lt;/tt&gt; and it will &lt;tt&gt;git pull&lt;/tt&gt; changes from Github. How is this authenticated? Good question. By setting up a (possibly long and secure) token in the config file. OMG! Could be overheard in the internets! If you're worried or prudent, do not use this. (Use Capistrano task &lt;tt&gt;cap sync:setup:github&lt;/tt&gt; for adding remote Github repo on the server!)
+You can set-up last two options by running Capistrano task &lt;tt&gt;cap sync:setup&lt;/tt&gt;. Choose whether you like to upload your local data as a Git repository to the server (and setup post-receive hook in doing so) or you want to clone data from Github repository. You should add a Post-Receive URL in your repo's administration on Github as told by the task when it has runned.
 
 Of course, put other ideas in the Marley Wiki (http://github.com/karmi/marley/wikis)
 
 == Todo
 
-* Implement data syncing logic (git push to remote with post-receive hook, Github post-commit hook to Marley, etc)
+* Solve anti-spam failing issues
 * Add minimal admin interface feature for filtering spam comments (based on HTTP-Auth)
 * Do not show spam comments in HTML and feed (after ^^^)
 * Enable commenters edit their comments for 15 minutes after posting (based on cookie)</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>de5373eae68a73b92a5397fea9e7c8a75ad74b6c</id>
    </parent>
  </parents>
  <author>
    <name>Karel Minarik</name>
    <email>karmi@karmi.cz</email>
  </author>
  <url>http://github.com/lukeredpath/marley/commit/08bedf842eeb39572b12680b89b564675ad0734e</url>
  <id>08bedf842eeb39572b12680b89b564675ad0734e</id>
  <committed-date>2008-11-09T04:05:00-08:00</committed-date>
  <authored-date>2008-11-09T04:05:00-08:00</authored-date>
  <message>Clarified README</message>
  <tree>50f95520a62f962c48bfbc0e3e03d6638885448e</tree>
  <committer>
    <name>Karel Minarik</name>
    <email>karmi@karmi.cz</email>
  </committer>
</commit>
