Next | Query returned 17 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2009-06-14 23:36:34 by Joerg Sonnenberger | Files touched by this commit (31)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-12 14:06:26 by Takahiro Kambe | Files touched by this commit (3)
Log message:
* Add LICENSE.
* Fix build problem with new Rubygems by removing an obsolete method call.

No PKGREVISION bump since there is no change with built package.
   2008-09-15 08:05:47 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update ruby-maruku to 0.5.9.

New features:
- Implemented DIV syntax (Jacques Distler)
- Quieter operations for command-line maruku.
   2008-04-04 17:22:09 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Update ruby-maruku to version 0.5.8.  Chanages from version 0.5.6 include:

+ Install as a Ruby gem.

* Fixed bugs:
  * Fix bug in which links `<http://..>` at beginning of lines could
    sometimes be mistaken for HTML.
  * Empty cells in table are now allowed.
  * Now this is accepted (Maruku did not like the "." inside the link)
	[a. b] is a link.

	[a. b]: http://site.com/
* Fix bug about double-encoding of ampersands in code blocks.
* Fixed compatibility bug with Ruby 1.8.6 patchlevel 110.
   2007-06-15 03:10:21 by Min Sik Kim | Files touched by this commit (2)
Log message:
Install ruby modules only, and correct the package name.
   2007-06-15 03:05:06 by Min Sik Kim | Files touched by this commit (4) | Imported package
Log message:
Import ruby-maruku.

Maruku is a Markdown interpreter written in Ruby.

The other Ruby implementation of Markdown is Bluecloth.  Maruku is
much different in philosophy from Bluecloth; the biggest difference is
that parsing is separated from rendering.  In Maruku, an in-memory
representation of the Markdown document is created.  Instead,
Bluecloth mantains the document in memory as a String at all times,
and does a series of gsub to transform to HTML.

Maruku is usually faster than Bluecloth.  Bluecloth is faster for very
small documents.  Bluecloth sometimes chokes on very big documents (it
is reported that the blame should be on Ruby's regexp implementation).


Next | Query returned 17 messages, browsing 11 to 20 | previous