docs/maruku.html in maruku-0.5.5 vs docs/maruku.html in maruku-0.5.6

- old
+ new

@@ -4,21 +4,25 @@ "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"> <html xmlns:svg='http://www.w3.org/2000/svg' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'> <head><meta content='application/xhtml+xml;charset=utf-8' http-equiv='Content-type' /><title>Maruku: a Markdown-superset interpreter</title><link href='style.css' rel='stylesheet' type='text/css' /> </head> <body> -<p><img src='logo.png' id='logo' alt='' /></p> +<p><img src='logo.png' id='logo' alt='MaRuKu' /></p> <h1 id='maruku_a_markdownsuperset_interpreter'>Mar<strong>u</strong>k<strong>u</strong>: a Markdown-superset interpreter</h1> <p><a href='http://maruku.rubyforge.org/'>Maruku</a> is a Markdown interpreter written in <a href='http://www.ruby-lang.org'>Ruby</a>.</p> <blockquote id='news'> -<p><a href='#release_notes'>Last release</a> is version 0.5.4 &#8211; 2007-02-18.</p> +<p><a href='#release_notes'>Last release</a> is version 0.5.6 &#8211; 2007-05-22.</p> -<p>Use this command to update:</p> +<p>Install using <a href='http://rubygems.org'>rubygems</a>:</p> +<pre><code>$ gem install maruku</code></pre> + +<p>Use this command to update to latest version:</p> + <pre><code>$ gem update maruku</code></pre> </blockquote> <hr /> <p>Maruku allows you to write in an easy-to-read-and-write syntax, like this:</p> @@ -307,11 +311,15 @@ <li> <p>abbreviations or <abbr title='Simply an abbreviation'>ABB</abbr> for short.</p> </li> </ul> -<!-- +<script src='http://www.google-analytics.com/urchin.js' type='text/javascript'> +</script><script type='text/javascript'> +_uacct = "UA-155626-2"; +urchinTracker(); +</script><!-- Future developments {#future} I think that [Pandoc] and [MultiMarkdown] are very cool projects. However, they are written in Haskell and Perl, respectively. I would love to have an equivalent in Ruby. @@ -319,6 +327,6 @@ [Pandoc]: http://sophos.berkeley.edu/macfarlane/pandoc/ [MultiMarkdown]: http://fletcher.freeshell.org/wiki/MultiMarkdown --><div class='footnotes'><hr /><ol><li id='fn:1'> <p>I really was missing those.</p> -<a href='#fnref:1' rev='footnote'>&#8617;</a></li></ol></div><div class='maruku_signature'><hr /><span style='font-size: small; font-style: italic'>Created by <a href='http://maruku.rubyforge.org' title='Maruku: a Markdown-superset interpreter for Ruby'>Maruku</a> at 13:32 on Sunday, February 18th, 2007.</span></div></body></html> +<a href='#fnref:1' rev='footnote'>&#8617;</a></li></ol></div></body></html>