RAA - rabbit/0.6.3

rabbit / 0.6.3

Short description: A presentation tool using RD
Category: Application/Presentation
Status: stable
Created: 2004-07-14 16:08:45 GMT
Last update: 2009-12-16 13:09:05 GMT
Owner: kou (Projects of this owner)
Homepage: http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit
Download: http://www.cozmixng.org/~kou/download/rabbit-0.6.3.tar.gz
License: Ruby's
Dependency:
Requires: rdtool/0.6.22(*) for parsing RD
Requires: ruby-gnome2/0.19.2(*) Ruby/GTK+ is requred and other modules are optional.
Requires: ruby-gettext/2.0.4 Optional
(*): newer version exists
Description:

Rabbit

This is an application to do presentation with RD document.

Screenshots

Printed output(0.6.3): PS(ja)/ PS(en)/ PDF(ja)/ PDF(en)

Printed output (index)(0.6.3): PS(ja)/ PS(en)/ PDF(ja)/ PDF(en)

Changes 0.6.3 from 0.6.2: 2009-12-16

Improvements

  • [#180] Supported inline markup in DL with Wiki format. [kdmsnr]
  • Added butler rabbit to the standard theme.
  • Changed to use scaled images by default even when printing mode.
  • Supported pixbuf rendering with alpha channel. (when cairo is used as rendering engine)

Theme

  • Added:
    • lightning-monochrome: Takahashi method slide + monochrome normal slide
  • Changed:
    • default-block-quote: Added @block_quote_image_background_alpha parameter that specifies alpha channel of background images.
    • default-preformatted: Made auto text size adjustment optional. It is customized by @preformatted_keep_in_size parameter.
    • clear-blue: Displayed title in the left bottom by default. It can be disabled by the following theme:

      include_theme("clear-blue")
      @slide_footer_info_left_text = ""
  • Supported nest of "itemize > enum" and "itemize > itemize > enum".

Experimental

This maybe changed in the feature.

  • Supported tag:

    syntax:

    (('tag:name:content'))
    or
      (('tag:name'))content

    e.g.:

    slide.rab:
      (('tag:center'))Hi, look it!
    
    theme.rb:
      match("**", CustomTag) do |tags|
        tags.each do |tag|
          case tag.name
          when "center"
            tag.parent.horizontal_centering = true
          end
        end
      end
    
    output(before):
      +-------------------+
      | Hi, look it!      |
      +-------------------+
    
    output(after):
      +-------------------+
      |    Hi, look it!   |
      +-------------------+

Fixes

  • Fixed a problem that fullscreen doesn't work on Ruby 1.9 [Masaki Suketa]
  • [#179] Fixed a problem that Rabbit sometimes crashes with mouse clicks. [kdmsnr]
  • newline-in-slides theme: Disabled newline substitution in preformatted text.
  • Fixed a problem that cursor isn't displayed after unfullscreen.

Thanks

  • Masaki Suketa
  • kdmsnr
Versions: [1.0.5 (2012-01-30)] [1.0.4 (2011-08-06)] [1.0.3 (2011-07-17)] [1.0.1 (2011-07-15)] [0.9.3 (2011-06-25)] [0.9.2 (2010-12-31)] [0.9.1 (2010-10-25)] [0.9.0 (2010-09-26)] [0.6.5 (2010-07-31)] [0.6.4 (2010-01-29)] [0.6.3 (2009-12-16)] [0.6.2 (2009-10-03)] [0.6.1 (2009-07-17)] [0.6.0 (2009-05-23)] [0.5.9 (2009-02-08)] [0.5.8 (2008-10-19)] [0.5.7 (2008-07-31)] [0.5.6 (2008-04-21)] [0.5.5 (2008-03-01)] [0.5.4 (2007-12-15)] [0.5.3 (2007-08-04)] [0.5.2 (2007-06-02)] [0.5.1 (2007-03-29)] [0.5.0 (2006-11-03)] [0.4.2 (2006-07-02)] [0.4.1 (2006-03-16)] [0.3.2 (2006-02-08)] [0.3.1 (2005-12-31)] [0.3.0 (2005-11-30)] [0.2.9 (2005-10-29)] [0.1.0 (2005-09-07)] [0.0.9 (2005-07-17)] [0.0.8 (2005-06-03)] [0.0.7 (2005-02-12)] [0.0.6 (2004-12-12)] [0.0.5 (2004-10-21)] [0.0.4 (2004-10-21)] [0.0.3 (2004-09-08)] [0.0.2 (2004-07-29)] [0.0.1 (2004-07-14)]

Edit this project (for project owner)

back to RAA top