rabbit 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. data/Rakefile +4 -5
  2. data/data/locale/en/LC_MESSAGES/rabbit.mo +0 -0
  3. data/data/locale/fr/LC_MESSAGES/rabbit.mo +0 -0
  4. data/data/locale/ja/LC_MESSAGES/rabbit.mo +0 -0
  5. data/doc/_config.yml +2 -2
  6. data/doc/en/news.rd +113 -0
  7. data/doc/en/usage.rd +2 -0
  8. data/doc/en/usage/rabbit-slide.rd +5 -0
  9. data/doc/en/usage/rabbit-theme.rd +5 -0
  10. data/doc/images/screenshots/en/blue-circle.png +0 -0
  11. data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
  12. data/doc/images/screenshots/en/clear-blue.png +0 -0
  13. data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
  14. data/doc/images/screenshots/en/cozmixng.png +0 -0
  15. data/doc/images/screenshots/en/dark-gradation.png +0 -0
  16. data/doc/images/screenshots/en/day-white.png +0 -0
  17. data/doc/images/screenshots/en/debian.png +0 -0
  18. data/doc/images/screenshots/en/green-circle.png +0 -0
  19. data/doc/images/screenshots/en/night-black.png +0 -0
  20. data/doc/images/screenshots/en/rabbit-raw.png +0 -0
  21. data/doc/images/screenshots/en/rabbit.png +0 -0
  22. data/doc/images/screenshots/en/ranguba-raw.png +0 -0
  23. data/doc/images/screenshots/en/ranguba.png +0 -0
  24. data/doc/images/screenshots/en/red-frame.png +0 -0
  25. data/doc/images/screenshots/en/ruby-gnome2.png +0 -0
  26. data/doc/images/screenshots/en/rubykaigi2011.png +0 -0
  27. data/doc/images/screenshots/ja/blue-circle.png +0 -0
  28. data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
  29. data/doc/images/screenshots/ja/clear-blue.png +0 -0
  30. data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
  31. data/doc/images/screenshots/ja/cozmixng.png +0 -0
  32. data/doc/images/screenshots/ja/dark-gradation.png +0 -0
  33. data/doc/images/screenshots/ja/day-white.png +0 -0
  34. data/doc/images/screenshots/ja/debian.png +0 -0
  35. data/doc/images/screenshots/ja/green-circle.png +0 -0
  36. data/doc/images/screenshots/ja/night-black.png +0 -0
  37. data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
  38. data/doc/images/screenshots/ja/rabbit.png +0 -0
  39. data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
  40. data/doc/images/screenshots/ja/ranguba.png +0 -0
  41. data/doc/images/screenshots/ja/red-frame.png +0 -0
  42. data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
  43. data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
  44. data/doc/ja/news.rd +111 -0
  45. data/doc/ja/usage.rd +2 -0
  46. data/doc/ja/usage/rabbit-slide.rd +212 -0
  47. data/doc/ja/usage/rabbit-theme.rd +152 -0
  48. data/lib/rabbit/command/rabbit.rb +11 -0
  49. data/lib/rabbit/console.rb +4 -0
  50. data/lib/rabbit/element/base.rb +2 -0
  51. data/lib/rabbit/info-window.rb +1 -0
  52. data/lib/rabbit/parser/ext/aafigure.rb +2 -0
  53. data/lib/rabbit/parser/ext/blockdiag.rb +2 -0
  54. data/lib/rabbit/parser/ext/tex.rb +2 -0
  55. data/lib/rabbit/parser/rd.rb +3 -1
  56. data/lib/rabbit/task/slide.rb +3 -3
  57. data/lib/rabbit/theme/entry.rb +13 -2
  58. data/lib/rabbit/version.rb +1 -1
  59. data/po/en/rabbit.po +133 -133
  60. data/po/fr/rabbit.po +133 -133
  61. data/po/ja/rabbit.po +129 -142
  62. data/po/rabbit.pot +1419 -1556
  63. metadata +6 -2
@@ -0,0 +1,152 @@
1
+ ---
2
+ layout: ja
3
+ title: rabbit-themeコマンドの使い方
4
+ ---
5
+ == 概要
6
+
7
+ rabbit-themeはテーマの雛形を生成するコマンドです。
8
+
9
+ 簡単なテーマを作成するにはテーマファイルが1つあれば十分ですが、1から作
10
+ り始めるよりも雛形があった方が作り始めやすいです。また、スライドを公開
11
+ する場合はテーマファイル以外にも必要なファイルがあります。それらのテー
12
+ マ作成のとっかかりに便利なファイル一式を生成してくれます。
13
+
14
+ テーマの雛形を生成したら、テーマ自体を作成します。テーマの作成時および
15
+ テーマ作成後の支援機能も含まれています。支援機能はRakeタスクとして提供
16
+ されています。この支援機能を使うと、テーマ確認用スライドの表示やPDFの生
17
+ 成、RubyGems.orgへの公開をコマンド一発で実行できます。
18
+
19
+ Rabbitでよいテーマを作成し、よい発表をし、そして、共有しましょう!
20
+
21
+ TODO: RubyGems.orgに公開したスライドは
22
+ ((<URL:http://theme.rabbit-shockers.org/>))で閲覧できるようになる予定で
23
+ す。
24
+
25
+ == 雛形作成
26
+
27
+ まず、((%rabbit-theme%))コマンドで雛形を生成します。コマンドに新しいテー
28
+ マの情報を渡します。今後、GUIで情報を指定できるようにする予定です。
29
+
30
+ 以下は札幌Ruby会議2012用のテーマの雛形を生成するコマンドです。
31
+
32
+ % rabbit-slide new \
33
+ --id sprk2012 \
34
+ --name "Kouhei Sutou" \
35
+ --email kou@cozmixng.org \
36
+ --rubygems-user kou
37
+
38
+ 必須のパラメータは((%--id%))です。
39
+
40
+ ((%--id%))はテーマのIDです。ASCII文字のみで指定してください。
41
+
42
+ RubyGems.orgで公開する場合は((%--name%))、((%--email%))、
43
+ ((%--rubygems-user%))でユーザー情報も指定します。
44
+
45
+ すべてのパラメーターは((%--help%))で確認できます。
46
+
47
+ % rabbit-theme --help
48
+ 使い方: rabbit-theme new [options]
49
+ 例: rabbit-theme new \
50
+ --id rubykaigi2012 \
51
+ --name "Kouhei Sutou" \
52
+ --email kou@cozmixng.org \
53
+ --rubygems-user kou
54
+
55
+ テーマの情報
56
+ --id=ID テーマID
57
+ (例: --id=rubykaigi2012)
58
+ (必須)
59
+ あなたの情報
60
+ --name=NAME 新しいスライドの作者の名前
61
+ (例: --name="Kouhei Sutou")
62
+ (デフォルト: Rabbit)
63
+ (省略可能)
64
+ --email=EMAIL 新しいスライドの作者のEメールアドレス
65
+ (例: --email=kou@cozmixng.org)
66
+ (デフォルト: lavie@rabbit-shockers.org)
67
+ (省略可能)
68
+ --rubygems-user=USER RubyGems.orgのアカウント
69
+ RubyGems.orgにスライドを公開するときに使います
70
+ (例: --rubygems-user=kou)
71
+ (デフォルト: rabbit)
72
+ (省略可能)
73
+
74
+ 共通のオプション
75
+ --options-file=FILE FILEからオプションを読み込みます。
76
+ (なし)
77
+
78
+ --locale-dir=DIR ロケールディレクトリを[DIR]にします.
79
+ (自動)
80
+
81
+ --logger-type=TYPE ログの出力種類を[TYPE]にします.
82
+ [gui, stderr]から選びます.
83
+ (STDERR)
84
+ --log-level=LEVEL ログの出力レベルを[LEVEL]にします.
85
+ [debug, info, warning, error, fatal, unknown]から選びます.
86
+ (info)
87
+
88
+ --help このメッセージを表示します.
89
+ --version バージョンを表示します.
90
+
91
+ == 表示
92
+
93
+ 雛形を作成したらテーマIDと同じ名前のディレクトリができているのでそこに
94
+ 移動します。ここでは((%--id sprk2012%))と指定したとします。
95
+
96
+ % cd sprk2012
97
+
98
+ ここで((%rake%))とするとテーマ確認用のスライドが表示できます。
99
+
100
+ % rake
101
+
102
+ スライドを確認しながらテーマを編集してください。テーマ変更後、スライド
103
+ 上で((%r%))を押すとテーマが再読み込みできます。
104
+
105
+ == PDF生成
106
+
107
+ 画面に表示するときだけではなく、PDFにしたときにどうなるかも気になります
108
+ よね。((%rake pdf%))でPDFを生成できます。
109
+
110
+ % rake pdf
111
+
112
+ ((%pdf/sprk2012.pdf%))ができているのでそれをPDFビューアーで開いてくださ
113
+ い。なお、((%rabbit%))コマンドもPDFビューアーになるので((%rabbit%))コマ
114
+ ンドでも確認できます。
115
+
116
+ % rabbit pdf/heme-benchmark-ja.pdf
117
+
118
+ == RubyGems.orgに公開
119
+
120
+ RubyGems.orgに公開する場合は雛形作成時に以下のパラメーターを指定してお
121
+ いてください。
122
+
123
+ * ((%--name%))
124
+ * ((%--email%))
125
+ * ((%--rubygems-user%)): RubyGems.orgへ公開する場合
126
+ * ((%--slideshare-user%)): SlideShareへ公開する場合
127
+
128
+ また、((%README.rd%))の先頭にある以下の部分をスライドにあわせて更新して
129
+ ください。
130
+
131
+
132
+ = TODO: テーマのタイトル
133
+
134
+ TODO: テーマの説明
135
+
136
+ 例えば、sprk2012の場合は以下のようになります。
137
+
138
+ = 札幌Ruby会議2012
139
+
140
+ 札幌Ruby会議2012用のテーマ。札幌Ruby会議2012公式壁紙を背景にしていま
141
+ す。
142
+
143
+ 準備ができたら((%rabbit publish%))でRubyGems.orgに公開します。
144
+
145
+ % rake publish
146
+
147
+ RubyGems.orgに公開したテーマは
148
+ ((%rabbit -t #{テーマID} rabbit-theme-benchmark-ja.gem%))
149
+ で表示できます。札幌Ruby会議2012用のテーマはテーマIDが
150
+ ((%sprk2012%))なので以下のコマンドで表示できます。
151
+
152
+ % rabbit -t sprk2012 rabbit-theme-benchmark-ja.gem
@@ -66,6 +66,17 @@ module Rabbit
66
66
  Console.parse!(arguments) do |parser, options|
67
67
  @logger = options.logger
68
68
 
69
+ rest_arguments_from_options_file = []
70
+ options.before_hooks << lambda do |_, _, _|
71
+ rest_arguments_from_options_file = options.rest.dup
72
+ options.rest.clear
73
+ end
74
+ options.after_hooks << lambda do |console, _, _|
75
+ if options.rest.empty?
76
+ options.rest = rest_arguments_from_options_file
77
+ end
78
+ end
79
+
69
80
  options.after_hooks << lambda do |console, _, _|
70
81
  adjust_rest_arguments(console, parser, options)
71
82
  end
@@ -57,6 +57,7 @@ module Rabbit
57
57
  options.version = VERSION
58
58
  options.options_file = nil
59
59
  options.rest = []
60
+ options.before_hooks = []
60
61
  options.after_hooks = []
61
62
 
62
63
  process_locale_options(args)
@@ -71,6 +72,9 @@ module Rabbit
71
72
  if options_file and File.exist?(options_file)
72
73
  read_options_file(parser, options, options_file)
73
74
  end
75
+ options.before_hooks.each do |hook|
76
+ hook.call(self, parser, options)
77
+ end
74
78
  options.rest.concat(parser.parse!(args))
75
79
  options.after_hooks.each do |hook|
76
80
  hook.call(self, parser, options)
@@ -6,6 +6,8 @@ require 'rabbit/element/base/draw-hook'
6
6
  module Rabbit
7
7
  module Element
8
8
  module Base
9
+ include GetText
10
+
9
11
  include Utils
10
12
 
11
13
  include DrawHook
@@ -11,6 +11,7 @@ require 'rabbit/renderer/display/menu'
11
11
  module Rabbit
12
12
  class InfoWindow
13
13
  include ERB::Util
14
+ include GetText
14
15
 
15
16
  include Renderer::Display::HookHandler
16
17
  include Renderer::Display::KeyHandler
@@ -2,6 +2,8 @@ module Rabbit
2
2
  module Parser
3
3
  module Ext
4
4
  module AAFigure
5
+ include GetText
6
+
5
7
  module_function
6
8
  AVAILABLE_OPTIONS = ["linewidth", "foreground", "fill", "background",
7
9
  "option"]
@@ -2,6 +2,8 @@ module Rabbit
2
2
  module Parser
3
3
  module Ext
4
4
  module BlockDiag
5
+ include GetText
6
+
5
7
  module_function
6
8
  AVAILABLE_FLAG_OPTIONS = ["antialias"]
7
9
  # "font" is treated as specially.
@@ -2,6 +2,8 @@ module Rabbit
2
2
  module Parser
3
3
  module Ext
4
4
  module TeX
5
+ include GetText
6
+
5
7
  module_function
6
8
  def make_image_by_LaTeX(path, prop, logger)
7
9
  image_file = Tempfile.new("rabbit-image")
@@ -18,7 +18,9 @@ module Rabbit
18
18
  class << self
19
19
  def match?(source)
20
20
  return true if /\A(?:rd|rab)\z/i =~ source.extension.to_s
21
- /^= /.match(source.read)
21
+ head = source.read[0, 500]
22
+ head.force_encoding("ASCII-8BIT") if head.respond_to?(:force_encoding)
23
+ /^= /.match(head)
22
24
  end
23
25
  end
24
26
 
@@ -104,7 +104,7 @@ module Rabbit
104
104
  publish_tasks = []
105
105
  namespace :publish do
106
106
  if @rubygems_user
107
- desc(_("Publish the slide to RubyGems.org"))
107
+ desc(_("Publish the slide to %s" % "RubyGems.org"))
108
108
  task :rubygems => :gem do
109
109
  ruby("-S", "gem", "push", "--verbose", gem_path)
110
110
  end
@@ -112,7 +112,7 @@ module Rabbit
112
112
  end
113
113
 
114
114
  if @slideshare_user
115
- desc(_("Publish the slide to SlideShare"))
115
+ desc(_("Publish the slide to %s" % "SlideShare"))
116
116
  task :slideshare => [:pdf, "gem:validate"] do
117
117
  require "rabbit/slideshare"
118
118
  slideshare = SlideShare.new(@logger)
@@ -133,7 +133,7 @@ module Rabbit
133
133
  end
134
134
 
135
135
  if @speaker_deck_user
136
- desc(_("Publish the slide to Spearker Deck"))
136
+ desc(_("Publish the slide to %s" % "Spearker Deck"))
137
137
  task :speaker_deck => :pdf do
138
138
  raise "Not implemented yet."
139
139
  end
@@ -175,8 +175,14 @@ module Rabbit
175
175
 
176
176
  class GemEntry < Entry
177
177
  def initialize(logger, name)
178
- finder = GemFinder.new(logger)
179
- @spec = finder.find(name, "rabbit-theme-")
178
+ @spec = nil
179
+ if valid_gem_name?(name)
180
+ finder = GemFinder.new(logger)
181
+ begin
182
+ @spec = finder.find(name, "rabbit-theme-")
183
+ rescue Gem::GemNotFoundException
184
+ end
185
+ end
180
186
  theme_dir = nil
181
187
  theme_dir = @spec.gem_dir if @spec
182
188
  super(logger, theme_dir, name)
@@ -197,6 +203,11 @@ module Rabbit
197
203
  def files
198
204
  Dir.glob(File.join(data_dir, "*")).sort
199
205
  end
206
+
207
+ private
208
+ def valid_gem_name?(name)
209
+ /\A[a-z\d_\-]\z/i =~ name
210
+ end
200
211
  end
201
212
 
202
213
  class ImageGemEntry < GemEntry
@@ -15,5 +15,5 @@
15
15
  # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16
16
 
17
17
  module Rabbit
18
- VERSION = "2.0.0"
18
+ VERSION = "2.0.1"
19
19
  end
data/po/en/rabbit.po CHANGED
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Rabbit 0.5.4\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2012-08-29 00:21+0900\n"
9
+ "POT-Creation-Date: 2012-08-31 22:36+0900\n"
10
10
  "PO-Revision-Date: 2007-12-15 20:07+0900\n"
11
11
  "Last-Translator: Kouhei Sutou <kou@cozmixng.org>\n"
12
12
  "Language-Team: Kouhei Sutou <kou@cozmixng.org> and Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp>\n"
@@ -16,11 +16,11 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
 
19
- #: ../lib/rabbit/info-window.rb:97
19
+ #: ../lib/rabbit/info-window.rb:98
20
20
  msgid "%s: Information window"
21
21
  msgstr ""
22
22
 
23
- #: ../lib/rabbit/info-window.rb:223
23
+ #: ../lib/rabbit/info-window.rb:224
24
24
  msgid "unlimited"
25
25
  msgstr ""
26
26
 
@@ -253,7 +253,7 @@ msgstr ""
253
253
  msgid "ITEM %d"
254
254
  msgstr ""
255
255
 
256
- #: ../lib/rabbit/command/rabbit.rb:131 ../lib/rabbit/theme-browser/tree.rb:54
256
+ #: ../lib/rabbit/command/rabbit.rb:142 ../lib/rabbit/theme-browser/tree.rb:54
257
257
  #: ../lib/rabbit/theme/lightning-simple/property.rb:1 ../lib/rabbit/theme/cozmixng/property.rb:1
258
258
  #: ../lib/rabbit/theme/blue-bar/property.rb:1 ../lib/rabbit/theme/lightning-clear-blue/property.rb:1
259
259
  #: ../lib/rabbit/theme/enishi-green/property.rb:1 ../lib/rabbit/theme/clear-blue/property.rb:1
@@ -270,409 +270,409 @@ msgstr ""
270
270
  msgid "Theme"
271
271
  msgstr ""
272
272
 
273
- #: ../lib/rabbit/command/rabbit.rb:134 ../bin/rabbit-theme-manager:27
273
+ #: ../lib/rabbit/command/rabbit.rb:145 ../bin/rabbit-theme-manager:27
274
274
  msgid "Add [PATH] to load path."
275
275
  msgstr ""
276
276
 
277
- #: ../lib/rabbit/command/rabbit.rb:139
277
+ #: ../lib/rabbit/command/rabbit.rb:150
278
278
  msgid "Use [THEME] as theme."
279
279
  msgstr ""
280
280
 
281
- #: ../lib/rabbit/command/rabbit.rb:146
281
+ #: ../lib/rabbit/command/rabbit.rb:157
282
282
  msgid "Use [THEME] for comment."
283
283
  msgstr ""
284
284
 
285
- #: ../lib/rabbit/command/rabbit.rb:152
285
+ #: ../lib/rabbit/command/rabbit.rb:163
286
286
  msgid "Use [TIME] as allotted time."
287
287
  msgstr ""
288
288
 
289
- #: ../lib/rabbit/command/rabbit.rb:158 ../lib/rabbit/html/generator.rb:404
289
+ #: ../lib/rabbit/command/rabbit.rb:169 ../lib/rabbit/html/generator.rb:404
290
290
  msgid "Source"
291
291
  msgstr ""
292
292
 
293
- #: ../lib/rabbit/command/rabbit.rb:165
293
+ #: ../lib/rabbit/command/rabbit.rb:176
294
294
  msgid ""
295
295
  "When select %s\n"
296
296
  "specify %s\n"
297
297
  "as [SOURCE_INFOS]."
298
298
  msgstr ""
299
299
 
300
- #: ../lib/rabbit/command/rabbit.rb:172
300
+ #: ../lib/rabbit/command/rabbit.rb:183
301
301
  msgid "Specify source type as [TYPE]."
302
302
  msgstr ""
303
303
 
304
- #: ../lib/rabbit/command/rabbit.rb:173 ../lib/rabbit/console.rb:161 ../lib/rabbit/console.rb:178
304
+ #: ../lib/rabbit/command/rabbit.rb:184 ../lib/rabbit/console.rb:165 ../lib/rabbit/console.rb:182
305
305
  msgid "Select from [%s]."
306
306
  msgstr ""
307
307
 
308
- #: ../lib/rabbit/command/rabbit.rb:174
308
+ #: ../lib/rabbit/command/rabbit.rb:185
309
309
  msgid "Note: case insensitive."
310
310
  msgstr ""
311
311
 
312
- #: ../lib/rabbit/command/rabbit.rb:188
312
+ #: ../lib/rabbit/command/rabbit.rb:199
313
313
  msgid "Specify source encoding as [ENCODING]."
314
314
  msgstr ""
315
315
 
316
- #: ../lib/rabbit/command/rabbit.rb:189 ../lib/rabbit/command/rabbit.rb:195
317
- #: ../lib/rabbit/command/rabbit.rb:356 ../lib/rabbit/command/rabbit.rb:363
318
- #: ../lib/rabbit/command/rabbit.rb:370 ../lib/rabbit/command/rabbit.rb:377
319
- #: ../lib/rabbit/command/rabbit.rb:402 ../lib/rabbit/command/rabbit.rb:409
320
- #: ../lib/rabbit/command/rabbit.rb:416 ../lib/rabbit/command/rabbit.rb:423
321
- #: ../lib/rabbit/command/rabbit.rb:544 ../lib/rabbit/console.rb:146
316
+ #: ../lib/rabbit/command/rabbit.rb:200 ../lib/rabbit/command/rabbit.rb:206
317
+ #: ../lib/rabbit/command/rabbit.rb:367 ../lib/rabbit/command/rabbit.rb:374
318
+ #: ../lib/rabbit/command/rabbit.rb:381 ../lib/rabbit/command/rabbit.rb:388
319
+ #: ../lib/rabbit/command/rabbit.rb:413 ../lib/rabbit/command/rabbit.rb:420
320
+ #: ../lib/rabbit/command/rabbit.rb:427 ../lib/rabbit/command/rabbit.rb:434
321
+ #: ../lib/rabbit/command/rabbit.rb:555 ../lib/rabbit/console.rb:150
322
322
  msgid "(auto)"
323
323
  msgstr ""
324
324
 
325
- #: ../lib/rabbit/command/rabbit.rb:194
325
+ #: ../lib/rabbit/command/rabbit.rb:205
326
326
  msgid "Specify base URI or path of source as [BASE]."
327
327
  msgstr ""
328
328
 
329
- #: ../lib/rabbit/command/rabbit.rb:200
329
+ #: ../lib/rabbit/command/rabbit.rb:211
330
330
  msgid "Initial state"
331
331
  msgstr ""
332
332
 
333
- #: ../lib/rabbit/command/rabbit.rb:203
333
+ #: ../lib/rabbit/command/rabbit.rb:214
334
334
  msgid "Toggle full screen mode."
335
335
  msgstr ""
336
336
 
337
- #: ../lib/rabbit/command/rabbit.rb:209
337
+ #: ../lib/rabbit/command/rabbit.rb:220
338
338
  msgid "Toggle index mode."
339
339
  msgstr ""
340
340
 
341
- #: ../lib/rabbit/command/rabbit.rb:215
341
+ #: ../lib/rabbit/command/rabbit.rb:226
342
342
  msgid "Size"
343
343
  msgstr ""
344
344
 
345
- #: ../lib/rabbit/command/rabbit.rb:218
345
+ #: ../lib/rabbit/command/rabbit.rb:229
346
346
  msgid "Set window geometry [GEOMETRY]."
347
347
  msgstr ""
348
348
 
349
- #: ../lib/rabbit/command/rabbit.rb:219
349
+ #: ../lib/rabbit/command/rabbit.rb:230
350
350
  msgid "Format: WIDTHxHEIGHT+X+Y"
351
351
  msgstr ""
352
352
 
353
- #: ../lib/rabbit/command/rabbit.rb:226 ../bin/rabbit-theme-manager:43
353
+ #: ../lib/rabbit/command/rabbit.rb:237 ../bin/rabbit-theme-manager:43
354
354
  msgid "Set window width to [WIDTH]."
355
355
  msgstr ""
356
356
 
357
- #: ../lib/rabbit/command/rabbit.rb:233 ../bin/rabbit-theme-manager:50
357
+ #: ../lib/rabbit/command/rabbit.rb:244 ../bin/rabbit-theme-manager:50
358
358
  msgid "Set window height to [HEIGHT]."
359
359
  msgstr ""
360
360
 
361
- #: ../lib/rabbit/command/rabbit.rb:238 ../bin/rabbit-theme-manager:55
361
+ #: ../lib/rabbit/command/rabbit.rb:249 ../bin/rabbit-theme-manager:55
362
362
  msgid "Set window width and height to\n[WIDTH] and [HEIGHT]."
363
363
  msgstr ""
364
364
 
365
- #: ../lib/rabbit/command/rabbit.rb:251
365
+ #: ../lib/rabbit/command/rabbit.rb:262
366
366
  msgid "Save"
367
367
  msgstr ""
368
368
 
369
- #: ../lib/rabbit/command/rabbit.rb:254
369
+ #: ../lib/rabbit/command/rabbit.rb:265
370
370
  msgid "Save as image and exit."
371
371
  msgstr ""
372
372
 
373
- #: ../lib/rabbit/command/rabbit.rb:259
373
+ #: ../lib/rabbit/command/rabbit.rb:270
374
374
  msgid "Specify saved image type as [TYPE]."
375
375
  msgstr ""
376
376
 
377
- #: ../lib/rabbit/command/rabbit.rb:266
377
+ #: ../lib/rabbit/command/rabbit.rb:277
378
378
  msgid "Specify saved image base name as [BASE_NAME]."
379
379
  msgstr ""
380
380
 
381
- #: ../lib/rabbit/command/rabbit.rb:267 ../lib/rabbit/command/rabbit.rb:305
381
+ #: ../lib/rabbit/command/rabbit.rb:278 ../lib/rabbit/command/rabbit.rb:316
382
382
  msgid "Title of slide"
383
383
  msgstr ""
384
384
 
385
- #: ../lib/rabbit/command/rabbit.rb:272
385
+ #: ../lib/rabbit/command/rabbit.rb:283
386
386
  msgid "Output HTML for viewing saved images."
387
387
  msgstr ""
388
388
 
389
- #: ../lib/rabbit/command/rabbit.rb:278
389
+ #: ../lib/rabbit/command/rabbit.rb:289
390
390
  msgid "Output index HTML for navigating slides."
391
391
  msgstr ""
392
392
 
393
- #: ../lib/rabbit/command/rabbit.rb:284
393
+ #: ../lib/rabbit/command/rabbit.rb:295
394
394
  msgid "Specify base URI of RSS as [URI]."
395
395
  msgstr ""
396
396
 
397
- #: ../lib/rabbit/command/rabbit.rb:285
397
+ #: ../lib/rabbit/command/rabbit.rb:296
398
398
  msgid "RSS is generated only when HTML is output."
399
399
  msgstr ""
400
400
 
401
- #: ../lib/rabbit/command/rabbit.rb:291
401
+ #: ../lib/rabbit/command/rabbit.rb:302
402
402
  msgid "Specify source filenam as [FILENAME]."
403
403
  msgstr ""
404
404
 
405
- #: ../lib/rabbit/command/rabbit.rb:296 ../lib/rabbit/action/basic.rb:83
405
+ #: ../lib/rabbit/command/rabbit.rb:307 ../lib/rabbit/action/basic.rb:83
406
406
  msgid "Print"
407
407
  msgstr ""
408
408
 
409
- #: ../lib/rabbit/command/rabbit.rb:299
409
+ #: ../lib/rabbit/command/rabbit.rb:310
410
410
  msgid "Print and exit."
411
411
  msgstr ""
412
412
 
413
- #: ../lib/rabbit/command/rabbit.rb:304
413
+ #: ../lib/rabbit/command/rabbit.rb:315
414
414
  msgid "Specify printed out filename as [FILENAME]."
415
415
  msgstr ""
416
416
 
417
- #: ../lib/rabbit/command/rabbit.rb:311
417
+ #: ../lib/rabbit/command/rabbit.rb:322
418
418
  msgid "Set slides per page."
419
419
  msgstr ""
420
420
 
421
- #: ../lib/rabbit/command/rabbit.rb:317
421
+ #: ../lib/rabbit/command/rabbit.rb:328
422
422
  msgid "Draw scaled image."
423
423
  msgstr ""
424
424
 
425
- #: ../lib/rabbit/command/rabbit.rb:318
425
+ #: ../lib/rabbit/command/rabbit.rb:329
426
426
  msgid "Better look for displaying but lesser look for printing."
427
427
  msgstr ""
428
428
 
429
- #: ../lib/rabbit/command/rabbit.rb:323
429
+ #: ../lib/rabbit/command/rabbit.rb:334
430
430
  msgid "Paper"
431
431
  msgstr ""
432
432
 
433
- #: ../lib/rabbit/command/rabbit.rb:327
433
+ #: ../lib/rabbit/command/rabbit.rb:338
434
434
  msgid "Set paper width to [WIDTH] Pt."
435
435
  msgstr ""
436
436
 
437
- #: ../lib/rabbit/command/rabbit.rb:328
437
+ #: ../lib/rabbit/command/rabbit.rb:339
438
438
  msgid "(landscape A4 width)"
439
439
  msgstr ""
440
440
 
441
- #: ../lib/rabbit/command/rabbit.rb:334
441
+ #: ../lib/rabbit/command/rabbit.rb:345
442
442
  msgid "Set paper height to [HEIGHT] Pt."
443
443
  msgstr ""
444
444
 
445
- #: ../lib/rabbit/command/rabbit.rb:335
445
+ #: ../lib/rabbit/command/rabbit.rb:346
446
446
  msgid "(landscape A4 height)"
447
447
  msgstr ""
448
448
 
449
- #: ../lib/rabbit/command/rabbit.rb:339
449
+ #: ../lib/rabbit/command/rabbit.rb:350
450
450
  msgid "Set paper width and height to\n[WIDTH] Pt and [HEIGHT] Pt."
451
451
  msgstr ""
452
452
 
453
- #: ../lib/rabbit/command/rabbit.rb:341
453
+ #: ../lib/rabbit/command/rabbit.rb:352
454
454
  msgid "(landscape A4 size)"
455
455
  msgstr ""
456
456
 
457
- #: ../lib/rabbit/command/rabbit.rb:351
457
+ #: ../lib/rabbit/command/rabbit.rb:362
458
458
  msgid "Margin"
459
459
  msgstr ""
460
460
 
461
- #: ../lib/rabbit/command/rabbit.rb:355
461
+ #: ../lib/rabbit/command/rabbit.rb:366
462
462
  msgid "Set left margin for slides per page mode print."
463
463
  msgstr ""
464
464
 
465
- #: ../lib/rabbit/command/rabbit.rb:362
465
+ #: ../lib/rabbit/command/rabbit.rb:373
466
466
  msgid "Set right margin for slides per page mode print."
467
467
  msgstr ""
468
468
 
469
- #: ../lib/rabbit/command/rabbit.rb:369
469
+ #: ../lib/rabbit/command/rabbit.rb:380
470
470
  msgid "Set top margin for slides per page mode print."
471
471
  msgstr ""
472
472
 
473
- #: ../lib/rabbit/command/rabbit.rb:376
473
+ #: ../lib/rabbit/command/rabbit.rb:387
474
474
  msgid "Set bottom margin for slides per page mode print."
475
475
  msgstr ""
476
476
 
477
- #: ../lib/rabbit/command/rabbit.rb:381
477
+ #: ../lib/rabbit/command/rabbit.rb:392
478
478
  msgid "[ALL]"
479
479
  msgstr ""
480
480
 
481
- #: ../lib/rabbit/command/rabbit.rb:382
481
+ #: ../lib/rabbit/command/rabbit.rb:393
482
482
  msgid "[TOP_BOTTOM],[LEFT_RIGHT]"
483
483
  msgstr ""
484
484
 
485
- #: ../lib/rabbit/command/rabbit.rb:383
485
+ #: ../lib/rabbit/command/rabbit.rb:394
486
486
  msgid "[TOP],[LEFT_RIGHT],[BOTTOM]"
487
487
  msgstr ""
488
488
 
489
- #: ../lib/rabbit/command/rabbit.rb:384
489
+ #: ../lib/rabbit/command/rabbit.rb:395
490
490
  msgid "[TOP],[RIGHT],[BOTTOM],[LEFT]"
491
491
  msgstr ""
492
492
 
493
- #: ../lib/rabbit/command/rabbit.rb:387
493
+ #: ../lib/rabbit/command/rabbit.rb:398
494
494
  msgid "Set margin for slides per page mode print."
495
495
  msgstr ""
496
496
 
497
- #: ../lib/rabbit/command/rabbit.rb:401
497
+ #: ../lib/rabbit/command/rabbit.rb:412
498
498
  msgid "Set left page margin."
499
499
  msgstr ""
500
500
 
501
- #: ../lib/rabbit/command/rabbit.rb:408
501
+ #: ../lib/rabbit/command/rabbit.rb:419
502
502
  msgid "Set right page margin."
503
503
  msgstr ""
504
504
 
505
- #: ../lib/rabbit/command/rabbit.rb:415
505
+ #: ../lib/rabbit/command/rabbit.rb:426
506
506
  msgid "Set top page margin."
507
507
  msgstr ""
508
508
 
509
- #: ../lib/rabbit/command/rabbit.rb:422
509
+ #: ../lib/rabbit/command/rabbit.rb:433
510
510
  msgid "Set bottom page margin."
511
511
  msgstr ""
512
512
 
513
- #: ../lib/rabbit/command/rabbit.rb:429
513
+ #: ../lib/rabbit/command/rabbit.rb:440
514
514
  msgid "Set page margin."
515
515
  msgstr ""
516
516
 
517
- #: ../lib/rabbit/command/rabbit.rb:441
517
+ #: ../lib/rabbit/command/rabbit.rb:452
518
518
  msgid "dRuby"
519
519
  msgstr ""
520
520
 
521
- #: ../lib/rabbit/command/rabbit.rb:444
521
+ #: ../lib/rabbit/command/rabbit.rb:455
522
522
  msgid "Specify whether to use dRuby."
523
523
  msgstr ""
524
524
 
525
- #: ../lib/rabbit/command/rabbit.rb:450
525
+ #: ../lib/rabbit/command/rabbit.rb:461
526
526
  msgid "Specify dRuby URI."
527
527
  msgstr ""
528
528
 
529
- #: ../lib/rabbit/command/rabbit.rb:456
529
+ #: ../lib/rabbit/command/rabbit.rb:467
530
530
  msgid "Specify whether to output dRuby URI."
531
531
  msgstr ""
532
532
 
533
- #: ../lib/rabbit/command/rabbit.rb:461
533
+ #: ../lib/rabbit/command/rabbit.rb:472
534
534
  msgid "SOAP"
535
535
  msgstr ""
536
536
 
537
- #: ../lib/rabbit/command/rabbit.rb:464
537
+ #: ../lib/rabbit/command/rabbit.rb:475
538
538
  msgid "Specify whether to use SOAP."
539
539
  msgstr ""
540
540
 
541
- #: ../lib/rabbit/command/rabbit.rb:470
541
+ #: ../lib/rabbit/command/rabbit.rb:481
542
542
  msgid "Specify SOAP host as [HOST]."
543
543
  msgstr ""
544
544
 
545
- #: ../lib/rabbit/command/rabbit.rb:477
545
+ #: ../lib/rabbit/command/rabbit.rb:488
546
546
  msgid "Specify SOAP port as [PORT]."
547
547
  msgstr ""
548
548
 
549
- #: ../lib/rabbit/command/rabbit.rb:482
549
+ #: ../lib/rabbit/command/rabbit.rb:493
550
550
  msgid "XML-RPC"
551
551
  msgstr ""
552
552
 
553
- #: ../lib/rabbit/command/rabbit.rb:485
553
+ #: ../lib/rabbit/command/rabbit.rb:496
554
554
  msgid "Specify whether to use XML-RPC."
555
555
  msgstr ""
556
556
 
557
- #: ../lib/rabbit/command/rabbit.rb:491
557
+ #: ../lib/rabbit/command/rabbit.rb:502
558
558
  msgid "Specify XML-RPC host as [HOST]."
559
559
  msgstr ""
560
560
 
561
- #: ../lib/rabbit/command/rabbit.rb:498
561
+ #: ../lib/rabbit/command/rabbit.rb:509
562
562
  msgid "Specify XML-RPC port as [PORT]."
563
563
  msgstr ""
564
564
 
565
- #: ../lib/rabbit/command/rabbit.rb:503
565
+ #: ../lib/rabbit/command/rabbit.rb:514
566
566
  msgid "Server"
567
567
  msgstr ""
568
568
 
569
- #: ../lib/rabbit/command/rabbit.rb:506
569
+ #: ../lib/rabbit/command/rabbit.rb:517
570
570
  msgid "Specify whether to run as server."
571
571
  msgstr ""
572
572
 
573
- #: ../lib/rabbit/command/rabbit.rb:511
573
+ #: ../lib/rabbit/command/rabbit.rb:522
574
574
  msgid "Public level"
575
575
  msgstr ""
576
576
 
577
- #: ../lib/rabbit/command/rabbit.rb:518
577
+ #: ../lib/rabbit/command/rabbit.rb:529
578
578
  msgid "Specify public level."
579
579
  msgstr ""
580
580
 
581
- #: ../lib/rabbit/command/rabbit.rb:519
581
+ #: ../lib/rabbit/command/rabbit.rb:530
582
582
  msgid "Select from the following:"
583
583
  msgstr ""
584
584
 
585
- #: ../lib/rabbit/command/rabbit.rb:528 ../lib/rabbit/command/rabbit.rb:553
586
- #: ../lib/rabbit/command/rabbit.rb:560
585
+ #: ../lib/rabbit/command/rabbit.rb:539 ../lib/rabbit/command/rabbit.rb:564
586
+ #: ../lib/rabbit/command/rabbit.rb:571
587
587
  msgid "(%s)"
588
588
  msgstr ""
589
589
 
590
- #: ../lib/rabbit/command/rabbit.rb:533 ../lib/rabbit/theme/stream-comment/property.rb:1
590
+ #: ../lib/rabbit/command/rabbit.rb:544 ../lib/rabbit/theme/stream-comment/property.rb:1
591
591
  #: ../lib/rabbit/theme/clutter-comment/property.rb:1 ../lib/rabbit/theme/footer-comment/property.rb:1
592
592
  msgid "Comment"
593
593
  msgstr ""
594
594
 
595
- #: ../lib/rabbit/command/rabbit.rb:536 ../lib/rabbit/command/rabbit.rb:542
595
+ #: ../lib/rabbit/command/rabbit.rb:547 ../lib/rabbit/command/rabbit.rb:553
596
596
  msgid "Deprecated. Just ignored."
597
597
  msgstr ""
598
598
 
599
- #: ../lib/rabbit/command/rabbit.rb:537
599
+ #: ../lib/rabbit/command/rabbit.rb:548
600
600
  msgid "Specify initial comment source."
601
601
  msgstr ""
602
602
 
603
- #: ../lib/rabbit/command/rabbit.rb:538
603
+ #: ../lib/rabbit/command/rabbit.rb:549
604
604
  msgid "(default source)"
605
605
  msgstr ""
606
606
 
607
- #: ../lib/rabbit/command/rabbit.rb:543
607
+ #: ../lib/rabbit/command/rabbit.rb:554
608
608
  msgid "Specify comment source encoding."
609
609
  msgstr ""
610
610
 
611
- #: ../lib/rabbit/command/rabbit.rb:547
611
+ #: ../lib/rabbit/command/rabbit.rb:558
612
612
  msgid "Migemo"
613
613
  msgstr ""
614
614
 
615
- #: ../lib/rabbit/command/rabbit.rb:552
615
+ #: ../lib/rabbit/command/rabbit.rb:563
616
616
  msgid "Specify search paths for Migemo static dictionary."
617
617
  msgstr ""
618
618
 
619
- #: ../lib/rabbit/command/rabbit.rb:559
619
+ #: ../lib/rabbit/command/rabbit.rb:570
620
620
  msgid "Specify static dictionary name for Migemo."
621
621
  msgstr ""
622
622
 
623
- #: ../lib/rabbit/command/rabbit.rb:564
623
+ #: ../lib/rabbit/command/rabbit.rb:575
624
624
  msgid "3D"
625
625
  msgstr ""
626
626
 
627
- #: ../lib/rabbit/command/rabbit.rb:567
627
+ #: ../lib/rabbit/command/rabbit.rb:578
628
628
  msgid "Specify whether to use OpenGL if available."
629
629
  msgstr ""
630
630
 
631
- #: ../lib/rabbit/command/rabbit.rb:572
631
+ #: ../lib/rabbit/command/rabbit.rb:583
632
632
  msgid "Display"
633
633
  msgstr ""
634
634
 
635
- #: ../lib/rabbit/command/rabbit.rb:575
635
+ #: ../lib/rabbit/command/rabbit.rb:586
636
636
  msgid "Specify whether to keep above window."
637
637
  msgstr ""
638
638
 
639
- #: ../lib/rabbit/command/rabbit.rb:580
639
+ #: ../lib/rabbit/command/rabbit.rb:591
640
640
  msgid "Others"
641
641
  msgstr ""
642
642
 
643
- #: ../lib/rabbit/command/rabbit.rb:583
643
+ #: ../lib/rabbit/command/rabbit.rb:594
644
644
  msgid "Show a native window ID of the Rabbit window if available."
645
645
  msgstr ""
646
646
 
647
- #: ../lib/rabbit/command/rabbit.rb:584
647
+ #: ../lib/rabbit/command/rabbit.rb:595
648
648
  msgid "e.g. The ID is the ID of X resource on X window system."
649
649
  msgstr ""
650
650
 
651
- #: ../lib/rabbit/command/rabbit.rb:625
651
+ #: ../lib/rabbit/command/rabbit.rb:636
652
652
  msgid "Choose a Rabbit source file"
653
653
  msgstr ""
654
654
 
655
- #: ../lib/rabbit/command/rabbit.rb:741
655
+ #: ../lib/rabbit/command/rabbit.rb:752
656
656
  msgid "dRuby URI <%s> is in use."
657
657
  msgstr ""
658
658
 
659
- #: ../lib/rabbit/command/rabbit.rb:760
659
+ #: ../lib/rabbit/command/rabbit.rb:771
660
660
  msgid "port <%s> for SOAP is in use."
661
661
  msgstr ""
662
662
 
663
- #: ../lib/rabbit/command/rabbit.rb:781
663
+ #: ../lib/rabbit/command/rabbit.rb:792
664
664
  msgid "port <%s> for XML-RPC is in use."
665
665
  msgstr ""
666
666
 
667
- #: ../lib/rabbit/command/rabbit.rb:842
667
+ #: ../lib/rabbit/command/rabbit.rb:853
668
668
  msgid "Window ID: %d"
669
669
  msgstr ""
670
670
 
671
- #: ../lib/rabbit/command/rabbit.rb:888
671
+ #: ../lib/rabbit/command/rabbit.rb:899
672
672
  msgid "going to shutdown..."
673
673
  msgstr ""
674
674
 
675
- #: ../lib/rabbit/command/rabbit.rb:890
675
+ #: ../lib/rabbit/command/rabbit.rb:901
676
676
  msgid "DRb.thread done."
677
677
  msgstr ""
678
678
 
@@ -958,39 +958,39 @@ msgstr ""
958
958
  msgid "Jump to the %dth slide"
959
959
  msgstr ""
960
960
 
961
- #: ../lib/rabbit/console.rb:110
961
+ #: ../lib/rabbit/console.rb:114
962
962
  msgid "Usage: %s [options]"
963
963
  msgstr ""
964
964
 
965
- #: ../lib/rabbit/console.rb:125
965
+ #: ../lib/rabbit/console.rb:129
966
966
  msgid "Common options"
967
967
  msgstr ""
968
968
 
969
- #: ../lib/rabbit/console.rb:135
969
+ #: ../lib/rabbit/console.rb:139
970
970
  msgid "Load options from FILE."
971
971
  msgstr ""
972
972
 
973
- #: ../lib/rabbit/console.rb:136
973
+ #: ../lib/rabbit/console.rb:140
974
974
  msgid "(none)"
975
975
  msgstr ""
976
976
 
977
- #: ../lib/rabbit/console.rb:145
977
+ #: ../lib/rabbit/console.rb:149
978
978
  msgid "Specify locale dir as [DIR]."
979
979
  msgstr ""
980
980
 
981
- #: ../lib/rabbit/console.rb:160
981
+ #: ../lib/rabbit/console.rb:164
982
982
  msgid "Specify logger type as [TYPE]."
983
983
  msgstr ""
984
984
 
985
- #: ../lib/rabbit/console.rb:177
985
+ #: ../lib/rabbit/console.rb:181
986
986
  msgid "Specify log level as [LEVEL]."
987
987
  msgstr ""
988
988
 
989
- #: ../lib/rabbit/console.rb:187
989
+ #: ../lib/rabbit/console.rb:191
990
990
  msgid "Show this message."
991
991
  msgstr ""
992
992
 
993
- #: ../lib/rabbit/console.rb:191
993
+ #: ../lib/rabbit/console.rb:195
994
994
  msgid "Show version."
995
995
  msgstr ""
996
996
 
@@ -2366,12 +2366,8 @@ msgstr ""
2366
2366
  msgid "Publish the slide to all available targets"
2367
2367
  msgstr ""
2368
2368
 
2369
- #: ../lib/rabbit/task/slide.rb:107
2370
- msgid "Publish the slide to RubyGems.org"
2371
- msgstr ""
2372
-
2373
- #: ../lib/rabbit/task/slide.rb:115
2374
- msgid "Publish the slide to SlideShare"
2369
+ #: ../lib/rabbit/task/slide.rb:107 ../lib/rabbit/task/slide.rb:115 ../lib/rabbit/task/slide.rb:136
2370
+ msgid "Publish the slide to %s"
2375
2371
  msgstr ""
2376
2372
 
2377
2373
  #: ../lib/rabbit/task/slide.rb:127
@@ -2382,10 +2378,6 @@ msgstr ""
2382
2378
  msgid "See %s"
2383
2379
  msgstr ""
2384
2380
 
2385
- #: ../lib/rabbit/task/slide.rb:136
2386
- msgid "Publish the slide to Spearker Deck"
2387
- msgstr ""
2388
-
2389
2381
  #: ../lib/rabbit/task/theme.rb:47
2390
2382
  msgid "Show theme benchmark slide with this theme"
2391
2383
  msgstr ""
@@ -2522,7 +2514,7 @@ msgstr ""
2522
2514
  msgid "enscript: unsupported element name: %s"
2523
2515
  msgstr ""
2524
2516
 
2525
- #: ../lib/rabbit/parser/ext/aafigure.rb:22
2517
+ #: ../lib/rabbit/parser/ext/aafigure.rb:24
2526
2518
  msgid "tried aafigure command: %s"
2527
2519
  msgstr ""
2528
2520
 
@@ -2530,11 +2522,11 @@ msgstr ""
2530
2522
  msgid "emacs: unsupported element name: %s"
2531
2523
  msgstr ""
2532
2524
 
2533
- #: ../lib/rabbit/parser/ext/tex.rb:51
2525
+ #: ../lib/rabbit/parser/ext/tex.rb:53
2534
2526
  msgid "tried mimeTeX commands: %s"
2535
2527
  msgstr ""
2536
2528
 
2537
- #: ../lib/rabbit/parser/ext/blockdiag.rb:26
2529
+ #: ../lib/rabbit/parser/ext/blockdiag.rb:28
2538
2530
  msgid "tried blockdiag command: %s"
2539
2531
  msgstr ""
2540
2532
 
@@ -2771,7 +2763,15 @@ msgid "Available commands: %s"
2771
2763
  msgstr ""
2772
2764
 
2773
2765
 
2774
- #. #: ../lib/rabbit/task/theme.rb:85
2775
- #. msgid "rabbit-theme-behcnmark-en.gem"
2766
+ #. #: ../lib/rabbit/task/slide.rb:107
2767
+ #. msgid "Publish the slide to RubyGems.org"
2768
+ #. msgstr ""
2769
+
2770
+ #. #: ../lib/rabbit/task/slide.rb:115
2771
+ #. msgid "Publish the slide to SlideShare"
2772
+ #. msgstr ""
2773
+
2774
+ #. #: ../lib/rabbit/task/slide.rb:136
2775
+ #. msgid "Publish the slide to Spearker Deck"
2776
2776
  #. msgstr ""
2777
2777