doc/en/usage.rd in rabbit-0.9.3 vs doc/en/usage.rd in rabbit-1.0.0
- old
+ new
@@ -40,23 +40,33 @@
=== Options
: -t, --theme=THEME
Specifies the theme.
-: -I, --include=PATH
+: -I, --include=PATH
Adds PATH to the load path. Load paths are used to find themes.
+: --comment-theme=THEME
+ Specifies the comment theme. Available themes are
+ footer-comment (default) that shows comments in the
+ footer and stream-comment that streams comments on
+ slides.
+
+: --allotted-time=TIME
+ Specifies allotted time for presentation. It overrides
+ allotted time specified in title slide.
+
: -B, --base=BASE
Specifies the URI or path to resolve relative paths in the
input. (For example, the path of image). If you don't
specify it, it'll automatically decide based on the input
source type.
: -T, --type=TYPE
Specifies the input source type.
- Available types are rwiki, file (default), argf and uri .
+ Available types are file (default), argf and uri .
: argf
Uses ARGF as input source. This means, you can
input via standard input.
@@ -103,25 +113,10 @@
% rabbit --type uri file:///.../XXX.rd
and
% rabbit --type uri /.../XXX.rd
are same as
% rabbit --type file /.../XXX.rd
-
- : rwiki
-
- Uses the content of the specified RWiki's page as
- the source. RWiki must have the SOAP interface enabled.
-
- You can use the auto source reload feature. But
- Rabbit will only reload once every 60 seconds for
- performance reasons.
-
- Example:
- % rabbit --type rwiki #{URI of SOAP interface of RWiki} #{page name}
-
- The encoding of #{page name} is the same as the RWiki
- page's encoding.
: memory
Manage the source in memory. In this type, the source
can be modified by the dRuby/SOAP/etc. interfaces.