website/index.html in capitate-0.2.7 vs website/index.html in capitate-0.2.8

- old
+ new

@@ -36,18 +36,18 @@ <h1>&#x2192; &#8216;capitate&#8217;</h1> <div id="version" class="clickable box" onclick='document.location = "http://rubyforge.org/projects/capitate"; return false'> <p>Get Version</p> - <a href="http://rubyforge.org/projects/capitate" class="numbers">0.2.7</a> + <a href="http://rubyforge.org/projects/capitate" class="numbers">0.2.8</a> </div> <div id="recipes"> <p>Documentation: <a href="recipes/index.html">Recipes</a> &#x2192; - <a href="http://svn.ducktyper.com/capitate/trunk/lib/capitate/plugins/">Plugins</a> &#x2192; - <a href="http://svn.ducktyper.com/capitate/trunk/lib/templates/">Templates</a> + <a href="http://github.com/gabriel/capitate/tree/master/lib/capitate/plugins">Plugins</a> &#x2192; + <a href="http://github.com/gabriel/capitate/tree/master/lib/templates">Templates</a> </p> </div> <div> <h2>What</h2> @@ -79,25 +79,26 @@ <p>Capitate has:</p> <ul> <li>Plugins to help install applications, via yum or manually unpacking, and building. Also to help upload files sanely, prompt for input, install gems, run shell scripts, etc.</li> - <li>Templates for init scripts, application configuration, etc.</li> + <li>Templates for init scripts and application configuration</li> + <li>Templates and recipes for common apps like monit, nginx, sphinx, mongrel, ruby and mysql</li> <li>Common deployment setup and update_code tasks, such as symlinking in database.yml and more advanced recipes such as sphinx configuration.</li> </ul> <h3>Example: Using capitate to write an install task:</h3> - <p>See <a href="http://svn.ducktyper.com/capitate/trunk/lib/deployment/install-centos-rubyweb.rb">install-centos-rubyweb.rb</a></p> + <p>See <a href="http://github.com/gabriel/capitate/tree/master/lib/deployment/centos-5.1-64-web/install.rb">centos-5.1-64-web/install.rb</a></p> <p>Load this in your Capfile:</p> - <pre><code>load "lib/deployment/install-centos-rubyweb.rb"</code></pre> + <pre><code>load "lib/deployment/centos-5.1-64-web/install.rb"</code></pre> <p>and then:</p> @@ -120,11 +121,11 @@ <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p> - <p>The trunk repository is <a href="http://svn.ducktyper.com/capitate/trunk">http://svn.ducktyper.com/capitate/trunk</a> for anonymous access.</p> + <p>The trunk repository is <a href="http://github.com/gabriel/capitate/tree/master">http://github.com/gabriel/capitate/tree/master</a> for anonymous access.</p> <h2>License</h2> @@ -135,10 +136,10 @@ <p>Comments are welcome. Send an email to <a href="mailto:gabrielh@gmail.com">Gabriel Handford</a> via the <a href="http://groups.google.com/group/capitate">forum</a></p> </div> <p class="coda"> - <a href="mailto:gabrielh@gmail.com">Gabriel Handford</a>, 10th March 2008<br> + <a href="mailto:gabrielh@gmail.com">Gabriel Handford</a>, 13th March 2008<br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> <!-- insert site tracking codes here, like Google Urchin -->