| Short description: |
A presentation tool using RD |
| Category: |
Application/Presentation |
| Status: |
stable |
| Created: |
2004-07-14 16:08:45 GMT |
| Last update: |
2011-07-15 08:39:24 GMT |
| Owner: |
kou
(Projects of this owner) |
| Homepage: |
http://rabbit-shockers.org/ |
| Download: |
http://rabbit-shockers.org/download/rabbit-1.0.1.tar.gz
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
Rabbit is a presentation tool for programmer, especially Rubyist.
See <URL:http://rabbit-shockers.org/> for screenshots.
A bug fix release of 1.0.0.
- Removed needless albino gem dependency.
The first major release! We spent seven years for it!
- Made Twitter related gems optional not required.
- Disabled Clutter by default. --use-gl is required to
enable it.
[Reported by OBATA Akio]
Supported blockdiag.
RD:
# blockdiag
# relative_width = 90
# fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
{
fontsize = 25;
RD -> Rabbit;
Hiki -> Rabbit;
PDF -> Rabbit;
group {
Rabbit -> Display;
}
}
Hiki:
{{blockdiag("
{
fontsize = 25;
RD -> Rabbit;
Hiki -> Rabbit;
PDF -> Rabbit;
group {
Rabbit -> Display;
}
}",
{
:relative_width => 90,
# :antialias => true,
:fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf",
"/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"],
})}}
- Removed Anthy support.
- Supported syntax highlighting by CodeRay.
- Supported syntax highlighting by Emacs.
- Improved "run from console" detection.
[Reported by OBATA Akio]
- Supported non-blocking mode for Twitter connection.
[Reported by OBATA Akio]
- Improved the default logger detection.
[Reported by OBATA Akio]
- Supported Nokogiri and dropped HTree.
- Added --allotted-time option to specify presentation
allotted time.
Added --comment-theme option to specify a theme for
comment.
For example, use --comment-theme stream-comment to
stream comment on your slide.
- Removed RWiki support.
- Added --log-status option to log streamed information
for debug.
- Added. It is a new Web interface for Rabbit. It will
deprecate Rabrick.
- Added shadow-color, shadow-x and shadow-y properties to
text element.
- syntax-highlighting: Added. It specifies colors for
syntax highlighting.
- footer-comment:
- Improved image-timer support.
- Disabled the last comment remaining by default.
- rabbit-powered-by: Disabled banner.
- pdf-tortoise-and-hare: Removed because it's merged to
pdf theme.
- pdf:
- Supported hare and tortoise.
- Supported comment.
- base: Added foreground color, background color and
shadow color configurations.
- default-comment: Added. It specifies a theme for comment.
- Fixed a problem that .mo are missing in package.
[Reported by OBATA Akio]
- Fixed a problem that appending comment from rabbiter
crashes Rabbit.
- Fixed a problem that PDF file detection is failed in
Ruby 1.9.
- Fixed link URL.
[Reported znz]
|
| 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)]
|