<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>docs/website/preamble.tex</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -30,3 +30,7 @@ others: $(additional)
 
 clean: 
 	-rm $(PAGES)
+	
+	
+publish: 
+	rsync  --recursive output/* andrea@rubyforge.org:/var/www/gforge-projects/maruku/</diff>
      <filename>docs/website/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -6,14 +6,23 @@ inMenu: false
 title: &quot;Download&quot;
 ---
 
-
-The development site is &lt;http://rubyforge.org/projects/maruku/&gt;.
+### Using rubygems ###
 
 Install with:
 
 	$ gem install maruku
 {:shell}
 
+### Distribution Packages ###
+
+Gentoo: &lt;http://packages.gentoo.org/ebuilds/?maruku-0.5.6&gt;
+
+Debian: &lt;http://packages.debian.org/experimental/interpreters/libmaruku-ruby&gt;
+
+### Repository ###
+
+The development site is &lt;http://rubyforge.org/projects/maruku/&gt;.
+
 Released files can also be seen at &lt;http://rubyforge.org/frs/?group_id=2795&gt;.
 
 Anonymous access to the repository is possible with:
@@ -26,13 +35,5 @@ Also, each version has a tag:
 	$ svn checkout svn://rubyforge.org/var/svn/maruku/tags/0.5.6
 {:shell}
 
-If you want commit access to the repository, just create an account on Rubyforge and [drop me a mail][contact].
-
-### Bugs report ###
-
-Use the [tracker][tracker] or [drop me an email][contact].
-
-[contact]: http://www.dis.uniroma1.it/~acensi/contact.html
-[gem]: http://rubygems.rubyforge.org/
-[tracker]: http://rubyforge.org/tracker/?group_id=2795
+If you want commit access to the repository, just create an account on Rubyforge and drop me a mail.
 </diff>
      <filename>docs/website/src/download.page</filename>
    </modified>
    <modified>
      <diff>@@ -33,8 +33,18 @@ the [katakana] transliteration
 of &quot;Mark&quot;, the first word in Markdown. I chose this name because Ruby 
 is Japanese, and also the sillable &quot;ru&quot; appears in Maruku.
 
+### Bugs report ###
+
+Use the [tracker][tracker] or [drop me an email][contact].
+
+[contact]: http://www.dis.uniroma1.it/~acensi/contact.html
+[gem]: http://rubygems.rubyforge.org/
+[tracker]: http://rubyforge.org/tracker/?group_id=2795
+
 
 [romaji]: http://en.wikipedia.org/wiki/Romaji
 [katakana]: http://en.wikipedia.org/wiki/Katakana
 [andrea censi]: http://www.dis.uniroma1.it/~acensi/
+[ruby]: http://www.ruby-lang.org/
+[maruku]: http://maruku.rubyforge.org/
 </diff>
      <filename>docs/website/src/index.page</filename>
    </modified>
    <modified>
      <diff>@@ -3,6 +3,6 @@ page_class: normal
 linkAttrs:
   :link_text: Meta-data syntax
 inMenu: false
-title: &quot;Meta-data syntax&quot;
+title: &quot;&quot;
 ---
 </diff>
      <filename>docs/website/src/proposal.page.txt</filename>
    </modified>
    <modified>
      <diff>@@ -173,6 +173,7 @@ Disabled by default because of security concerns.
 		self.abbreviations.each do |abbrev, title|
 			reg = Regexp.new(Regexp.escape(abbrev))
 			self.replace_each_string do |s|
+				# bug if many abbreviations are present (agorf)
 				if m = reg.match(s)
 					e = md_abbr(abbrev.dup, title ? title.dup : nil)
 					[m.pre_match, e, m.post_match]</diff>
      <filename>lib/maruku/input/parse_doc.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,6 @@ use vars qw( $MARUKU );
 
 $MARUKU = &quot;/usr/bin/maruku.sh&quot;;
 
-
-
 use MT;
 
 MT-&gt;add_text_filter('Maruku' =&gt; {</diff>
      <filename>tools/mt-maruku-plugin.pl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e2cf215f9796afd83f903358afadfb593456f0fc</id>
    </parent>
  </parents>
  <author>
    <name>andrea</name>
    <email>andrea@7e2f57f0-5a75-4fd6-9797-5817c466b243</email>
  </author>
  <url>http://github.com/manveru/maruku/commit/a0531ec47be2d3a63f9fa2b8ab9c20d9e0da6f87</url>
  <id>a0531ec47be2d3a63f9fa2b8ab9c20d9e0da6f87</id>
  <committed-date>2007-06-22T05:38:15-07:00</committed-date>
  <authored-date>2007-06-22T05:38:15-07:00</authored-date>
  <message>

git-svn-id: svn://rubyforge.org/var/svn/maruku/trunk@149 7e2f57f0-5a75-4fd6-9797-5817c466b243</message>
  <tree>bee474e23ab06a1aa02bb9d438327c790474388b</tree>
  <committer>
    <name>andrea</name>
    <email>andrea@7e2f57f0-5a75-4fd6-9797-5817c466b243</email>
  </committer>
</commit>
