rabbit-slide - Template generator for Rabbit
rabbit-slide COMMAND [OPTIONS]
- e.g.: rabbit-slide new \
--id rubykaigi2012 \
--base-name rabbit-introduction \
--markup-language rd \
--name "Kouhei Sutou" \
--email kou@cozmixng.org \
--rubygems-user kou \
--slideshare-user kou \
--speaker-deck-user kou
COMMAND
- new:
- create a new slide
- change: change an existing slide
User interface
- --no-use-gui
- Don't use GUI
Slide information
- --id=ID
- Slide ID (e.g.: --id=rubykaigi2012) (must)
- --base-name=NAME
- Base name for the slide source file and generated PDF file (e.g.:
--base-name=rabbit-introduction) (must)
- --markup-language=LANGUAGE
- Markup language for the new slide (e.g.:
--markup-language=rd) (available markup languages:
[markdown, rd, hiki, pdf]) (default: rd) (optional)
- --title=TITLE
- Title of the new slide (e.g.: --title="Rabbit
Introduction") (optional)
- --licenses=LICENSE,LICENSE,...
- License of the new slide (e.g.:
--licenses=CC-BY-SA-4.0,GFDL-1.3-or-later) (optional)
- --tags=TAG,TAG,...
- Tags of the new slide (e.g.:
--tags=rabbit,presentation,ruby) (optional)
- --allotted-time=TIME
- Allotted time in presentaion (e.g.: --allotted-time=5m)
(optional)
- --presentation-date=DATE
- Presentation date with the new slide (e.g.:
--presentation-date=2012-06-29) (optional)
- --presentation-start-time=TIME
- Presentation start time (e.g.:
--presentation-start-time=2012-06-29T10:30:00+0900)
(optional)
- --presentation-end-time=TIME
Presentation end time
- (e.g.: --presentation-end-time=2012-06-29T11:00:00+0900)
(optional)
Your information
- --name=NAME
- Author name of the new slide (e.g.: --name="Kouhei
Sutou") (default: ????????? ??????/Youhei SASAKI) (optional)
- --email=EMAIL
- Author e-mail of the new slide (e.g.:
--email=kou@cozmixng.org) (default: uwabami@debian.or.jp)
(optional)
- --rubygems-user=USER
- Account for RubyGems.org It is used to publish your slide to RubyGems.org
(e.g.: --rubygems-user=kou) (default: sasakyh)
(optional)
- --slideshare-user=USER
- Account for SlideShare It is used to publish your slide to SlideShare
(e.g.: --slideshare-user=kou) (default: uwabami)
(optional)
- --speaker-deck-user=USER
- Account for Speaker Deck It is used to publish your slide to Speaker Deck
(e.g.: --speaker-deck-user=kou) (default: uwabami)
(optional)
Common options
- --options-file=FILE
- Load options from FILE. (none)
- --locale-dir=DIR
- Specify locale dir as [DIR]. (auto)
- --logger-type=TYPE
- Specify logger type as [TYPE]. Select from [gui, stderr]. (STDERR)
- --log-level=LEVEL
- Specify log level as [LEVEL]. Select from [debug, info, warning, error,
fatal, unknown]. (info)
- --help
- Show this message.
- --version
- Show version.