rabbit 2.0.8 → 2.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. data/doc/_config.yml +2 -2
  2. data/doc/en/news.rd +36 -0
  3. data/doc/images/screenshots/en/blue-circle-raw.png +0 -0
  4. data/doc/images/screenshots/en/blue-circle.png +0 -0
  5. data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
  6. data/doc/images/screenshots/en/clear-blue.png +0 -0
  7. data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
  8. data/doc/images/screenshots/en/cozmixng.png +0 -0
  9. data/doc/images/screenshots/en/dark-gradation-raw.png +0 -0
  10. data/doc/images/screenshots/en/dark-gradation.png +0 -0
  11. data/doc/images/screenshots/en/day-white-raw.png +0 -0
  12. data/doc/images/screenshots/en/day-white.png +0 -0
  13. data/doc/images/screenshots/en/debian-raw.png +0 -0
  14. data/doc/images/screenshots/en/debian.png +0 -0
  15. data/doc/images/screenshots/en/green-circle-raw.png +0 -0
  16. data/doc/images/screenshots/en/green-circle.png +0 -0
  17. data/doc/images/screenshots/en/night-black-raw.png +0 -0
  18. data/doc/images/screenshots/en/night-black.png +0 -0
  19. data/doc/images/screenshots/en/rabbit-raw.png +0 -0
  20. data/doc/images/screenshots/en/rabbit.png +0 -0
  21. data/doc/images/screenshots/en/ranguba-raw.png +0 -0
  22. data/doc/images/screenshots/en/ranguba.png +0 -0
  23. data/doc/images/screenshots/en/red-frame-raw.png +0 -0
  24. data/doc/images/screenshots/en/red-frame.png +0 -0
  25. data/doc/images/screenshots/en/ruby-gnome2-raw.png +0 -0
  26. data/doc/images/screenshots/en/ruby-gnome2.png +0 -0
  27. data/doc/images/screenshots/en/rubykaigi2011-raw.png +0 -0
  28. data/doc/images/screenshots/en/rubykaigi2011.png +0 -0
  29. data/doc/images/screenshots/ja/blue-circle-raw.png +0 -0
  30. data/doc/images/screenshots/ja/blue-circle.png +0 -0
  31. data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
  32. data/doc/images/screenshots/ja/clear-blue.png +0 -0
  33. data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
  34. data/doc/images/screenshots/ja/cozmixng.png +0 -0
  35. data/doc/images/screenshots/ja/dark-gradation-raw.png +0 -0
  36. data/doc/images/screenshots/ja/dark-gradation.png +0 -0
  37. data/doc/images/screenshots/ja/day-white-raw.png +0 -0
  38. data/doc/images/screenshots/ja/day-white.png +0 -0
  39. data/doc/images/screenshots/ja/debian-raw.png +0 -0
  40. data/doc/images/screenshots/ja/debian.png +0 -0
  41. data/doc/images/screenshots/ja/green-circle-raw.png +0 -0
  42. data/doc/images/screenshots/ja/green-circle.png +0 -0
  43. data/doc/images/screenshots/ja/night-black-raw.png +0 -0
  44. data/doc/images/screenshots/ja/night-black.png +0 -0
  45. data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
  46. data/doc/images/screenshots/ja/rabbit.png +0 -0
  47. data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
  48. data/doc/images/screenshots/ja/ranguba.png +0 -0
  49. data/doc/images/screenshots/ja/red-frame-raw.png +0 -0
  50. data/doc/images/screenshots/ja/red-frame.png +0 -0
  51. data/doc/images/screenshots/ja/ruby-gnome2-raw.png +0 -0
  52. data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
  53. data/doc/images/screenshots/ja/rubykaigi2011-raw.png +0 -0
  54. data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
  55. data/doc/ja/news.rd +38 -0
  56. data/lib/rabbit/command/rabbit.rb +1 -1
  57. data/lib/rabbit/console.rb +1 -1
  58. data/lib/rabbit/element/video.rb +2 -1
  59. data/lib/rabbit/logger/stderr.rb +2 -5
  60. data/lib/rabbit/theme/tag/tag.rb +2 -0
  61. data/lib/rabbit/version.rb +1 -1
  62. metadata +649 -597
data/doc/_config.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  markdown: kramdown
2
2
  pygments: true
3
- version: 2.0.7
4
- release_date: 2013-04-29
3
+ version: 2.0.9
4
+ release_date: 2013-06-16
5
5
  rabbiter_version: 2.0.0
6
6
  rabbiter_release_date: 2012-08-29
7
7
  rabbirack_version: 2.0.0
data/doc/en/news.rd CHANGED
@@ -3,6 +3,42 @@ layout: en
3
3
  title: News
4
4
  apply_data: false
5
5
  ---
6
+ == 2.0.9: 2013-06-16
7
+
8
+ Boot related fix release.
9
+
10
+ === Improvements
11
+
12
+ ==== rabbit
13
+
14
+ * Migrated to Ruby's encoding converter from GLib's encoding converter.
15
+
16
+ ==== Theme
17
+
18
+ * tag: Supported style change tags
19
+
20
+ (('tag:normal:XXX'))
21
+ (('tag:oblique:XXX'))
22
+ (('tag:italic:XXX'))
23
+
24
+ === Fixes
25
+
26
+ ==== rabbit
27
+
28
+ * Fixed boot failure on some environments.
29
+ [shocker-ja:1128] [Reported by znz]
30
+ [GitHub:#19] [Reported by Steve Klabnik]
31
+ * Fixed command line option help isn't displayed on non UTF-8 encoding.
32
+ [shocker-ja:1109] [Reported by OBATA Akio]
33
+ [Patch by Masafumi Yokoyama]
34
+
35
+ === Thanks
36
+
37
+ * znz
38
+ * Steve Klabnik
39
+ * Masafumi Yokoyama
40
+ * OBATA Akio
41
+
6
42
  == 2.0.8: 2013-06-01
7
43
 
8
44
  Minor theme improving release.
data/doc/ja/news.rd CHANGED
@@ -3,6 +3,44 @@ layout: ja
3
3
  title: お知らせ
4
4
  apply_data: false
5
5
  ---
6
+ == 2.0.9: 2013-06-16
7
+
8
+ 起動まわりを修正したリリース。
9
+
10
+ === 改良
11
+
12
+ ==== rabbit
13
+
14
+ * GLibのエンコーディング変換機能ではなくRubyのエンコーディング変換機
15
+ 能を使うようにした。
16
+
17
+ ==== テーマ
18
+
19
+ * tag: スタイルを変更するタグをサポート。
20
+
21
+ (('tag:normal:XXX'))
22
+ (('tag:oblique:XXX'))
23
+ (('tag:italic:XXX'))
24
+
25
+ === 修正
26
+
27
+ ==== rabbit
28
+
29
+ * 環境によって起動できない問題を修正。
30
+ [shocker-ja:1128] [znzさんが報告]
31
+ [GitHub:#19] [Steve Klabnikさんが報告]
32
+ * UTF-8以外のロケールでコマンドラインオプションのヘルプメッセージを表
33
+ 示できない問題を修正。
34
+ [shocker-ja:1109] [OBATA Akioさんが報告]
35
+ [Masafumi Yokoyamaさんがパッチ作成]
36
+
37
+ === 感謝
38
+
39
+ * znzさん
40
+ * Steve Klabnikさん
41
+ * Masafumi Yokoyamaさん
42
+ * OBATA Akioさん
43
+
6
44
  == 2.0.8: 2013-06-01
7
45
 
8
46
  テーマ関連を細々と改良したリリース!
@@ -886,7 +886,7 @@ module Rabbit
886
886
 
887
887
  front = make_front(canvas)
888
888
  setup_druby(front) if @options.use_druby
889
- if @options.use_soap
889
+ if @options.use_soap
890
890
  soap_server_thread = setup_soap(front)
891
891
  end
892
892
  if @options.use_xmlrpc
@@ -200,7 +200,7 @@ module Rabbit
200
200
  def output_info_and_exit(options, message)
201
201
  if options.logger.is_a?(Logger::STDERR) and
202
202
  options.default_logger == options.logger
203
- print(GLib.locale_from_utf8(message))
203
+ print(message)
204
204
  else
205
205
  options.logger.info(message)
206
206
  end
@@ -1,7 +1,8 @@
1
1
  require "rabbit/utils"
2
2
 
3
3
  require "rabbit/image"
4
- require "rabbit/element"
4
+ require "rabbit/element/block-element"
5
+ require "rabbit/element/text-renderer"
5
6
  require "rabbit/parser/base"
6
7
 
7
8
  module Rabbit
@@ -4,15 +4,14 @@ require "rabbit/logger/base"
4
4
 
5
5
  module Rabbit
6
6
  module Logger
7
-
8
7
  class STDERR
9
8
  include Base
10
9
 
11
10
  private
12
11
  def do_log(severity, prog_name, message)
13
12
  begin
14
- message = GLib.locale_from_utf8(message)
15
- rescue GLib::ConvertError
13
+ message = message.encode("locale")
14
+ rescue Encoding::Error
16
15
  format = _("can't convert to current locale from UTF-8: %s")
17
16
  ::STDERR.puts(format % message)
18
17
  end
@@ -21,8 +20,6 @@ module Rabbit
21
20
  ::STDERR.puts(message)
22
21
  exit if severity >= Severity::FATAL
23
22
  end
24
-
25
23
  end
26
-
27
24
  end
28
25
  end
@@ -47,6 +47,8 @@ match("**", CustomTag) do |tags|
47
47
  find_target.call(tag).prop_set("size", @large_font_size)
48
48
  when "x-large"
49
49
  find_target.call(tag).prop_set("size", @x_large_font_size)
50
+ when /\A(normal|oblique|italic)\z/
51
+ find_target.call(tag).prop_set("style", $1)
50
52
  when /\Amargin-(top|bottom|left|right)(?:\s*\*\s*(\d+))?\z/
51
53
  target = "margin_#{$1}"
52
54
  scale = Integer($2 || 1)
@@ -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.8"
18
+ VERSION = "2.0.9"
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.8
4
+ version: 2.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-01 00:00:00.000000000 Z
12
+ date: 2013-06-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gtk2
@@ -287,11 +287,11 @@ description: Rabbit is an RD-document-based presentation application.
287
287
  email:
288
288
  - kou@cozmixng.org
289
289
  executables:
290
+ - rabbit-slide
290
291
  - rabbit
291
292
  - rabbit-theme
292
- - rabbirc
293
293
  - rabbit-command
294
- - rabbit-slide
294
+ - rabbirc
295
295
  extensions: []
296
296
  extra_rdoc_files: []
297
297
  files:
@@ -301,717 +301,769 @@ files:
301
301
  - README
302
302
  - Gemfile
303
303
  - rabbit.gemspec
304
- - lib/rabbit/path-manipulatable.rb
305
- - lib/rabbit/image.rb
306
- - lib/rabbit/html/template.erb
307
- - lib/rabbit/html/generator.rb
308
- - lib/rabbit/trackball.rb
309
- - lib/rabbit/readme-parser.rb
310
- - lib/rabbit/frame.rb
311
- - lib/rabbit/parser.rb
304
+ - lib/rabbit/info-window.rb
305
+ - lib/rabbit/searcher.rb
306
+ - lib/rabbit/version.rb
307
+ - lib/rabbit/logger.rb
312
308
  - lib/rabbit/slideshare.rb
313
- - lib/rabbit/source-generator.rb
314
- - lib/rabbit/xmlrpc/server.rb
315
- - lib/rabbit/xmlrpc/client.rb
316
- - lib/rabbit/xmlrpc/base.rb
309
+ - lib/rabbit/logger/gui.rb
310
+ - lib/rabbit/logger/base.rb
311
+ - lib/rabbit/logger/stderr.rb
317
312
  - lib/rabbit/command/rabbit-slide.rb
318
313
  - lib/rabbit/command/rabbit.rb
319
314
  - lib/rabbit/command/rabbit-theme.rb
320
- - lib/rabbit/config.rb
321
- - lib/rabbit/slide-configuration.rb
322
- - lib/rabbit/progress.rb
323
- - lib/rabbit/video-window.rb
324
- - lib/rabbit/searcher.rb
325
- - lib/rabbit/gesture/handler.rb
326
- - lib/rabbit/gesture/processor.rb
327
- - lib/rabbit/source/memory.rb
328
- - lib/rabbit/source/file.rb
329
- - lib/rabbit/source/hiki.rb
330
- - lib/rabbit/source/uri.rb
331
- - lib/rabbit/source/argf.rb
332
- - lib/rabbit/source/slide-share.rb
333
- - lib/rabbit/source/base.rb
334
- - lib/rabbit/console.rb
335
- - lib/rabbit/soap/server.rb
336
- - lib/rabbit/soap/driver.rb
337
- - lib/rabbit/soap/base.rb
338
- - lib/rabbit/search-window.rb
339
- - lib/rabbit/logger.rb
340
- - lib/rabbit/graffiti/processor.rb
341
- - lib/rabbit/graffiti/config-dialog.rb
342
- - lib/rabbit/element.rb
343
- - lib/rabbit/dependency-canvas.rb
344
- - lib/rabbit/source-generator/hiki.rb
345
- - lib/rabbit/source-generator/markdown.rb
346
- - lib/rabbit/source-generator/rd.rb
347
- - lib/rabbit/image/gimp.rb
348
- - lib/rabbit/image/dia.rb
315
+ - lib/rabbit/gettext.rb
316
+ - lib/rabbit/action.rb
349
317
  - lib/rabbit/image/svg.rb
350
- - lib/rabbit/image/default.rb
351
- - lib/rabbit/image/base.rb
352
318
  - lib/rabbit/image/pdf.rb
319
+ - lib/rabbit/image/default.rb
320
+ - lib/rabbit/image/dia.rb
353
321
  - lib/rabbit/image/eps.rb
354
- - lib/rabbit/formatter.rb
355
- - lib/rabbit/version.rb
356
- - lib/rabbit/rabbit.rb
357
- - lib/rabbit/renderer/engine.rb
358
- - lib/rabbit/renderer/gl.rb
359
- - lib/rabbit/renderer/display.rb
360
- - lib/rabbit/renderer/display/graffiti.rb
361
- - lib/rabbit/renderer/display/gl.rb
362
- - lib/rabbit/renderer/display/key-handler.rb
363
- - lib/rabbit/renderer/display/mask.rb
364
- - lib/rabbit/renderer/display/drawing-area-view-only.rb
365
- - lib/rabbit/renderer/display/drawing-area-base.rb
366
- - lib/rabbit/renderer/display/progress.rb
367
- - lib/rabbit/renderer/display/spotlight.rb
368
- - lib/rabbit/renderer/display/search.rb
369
- - lib/rabbit/renderer/display/button-handler.rb
370
- - lib/rabbit/renderer/display/drawing-area.rb
371
- - lib/rabbit/renderer/display/hook-handler.rb
372
- - lib/rabbit/renderer/display/clutter-embed.rb
373
- - lib/rabbit/renderer/display/drawing-area-primitive.rb
374
- - lib/rabbit/renderer/display/info.rb
375
- - lib/rabbit/renderer/display/scroll-handler.rb
376
- - lib/rabbit/renderer/display/base.rb
377
- - lib/rabbit/renderer/display/magnifier.rb
378
- - lib/rabbit/renderer/display/cursor.rb
379
- - lib/rabbit/renderer/display/menu.rb
380
- - lib/rabbit/renderer/display/gesture.rb
381
- - lib/rabbit/renderer/print.rb
382
- - lib/rabbit/renderer/pixmap/cairo.rb
383
- - lib/rabbit/renderer/pixmap/gl.rb
384
- - lib/rabbit/renderer/pixmap/gdk.rb
385
- - lib/rabbit/renderer/pixmap/base.rb
386
- - lib/rabbit/renderer/engine/cairo.rb
387
- - lib/rabbit/renderer/engine/gdk.rb
388
- - lib/rabbit/renderer/color.rb
389
- - lib/rabbit/renderer/base.rb
390
- - lib/rabbit/renderer/pixmap.rb
391
- - lib/rabbit/renderer/print/cairo.rb
392
- - lib/rabbit/renderer/print/multiple.rb
393
- - lib/rabbit/renderer/print/layout.rb
394
- - lib/rabbit/renderer/print/base.rb
395
- - lib/rabbit/renderer/kernel.rb
396
- - lib/rabbit/stock.rb
397
- - lib/rabbit/cursor-manager.rb
398
- - lib/rabbit/action/radio.rb
322
+ - lib/rabbit/image/gimp.rb
323
+ - lib/rabbit/image/base.rb
324
+ - lib/rabbit/html/template.erb
325
+ - lib/rabbit/html/generator.rb
326
+ - lib/rabbit/front.rb
327
+ - lib/rabbit/element.rb
328
+ - lib/rabbit/utils.rb
329
+ - lib/rabbit/keys.rb
330
+ - lib/rabbit/source.rb
331
+ - lib/rabbit/image.rb
332
+ - lib/rabbit/soap/driver.rb
333
+ - lib/rabbit/soap/server.rb
334
+ - lib/rabbit/soap/base.rb
335
+ - lib/rabbit/parser.rb
399
336
  - lib/rabbit/action/basic.rb
400
337
  - lib/rabbit/action/toggle.rb
401
- - lib/rabbit/logger/gui.rb
402
- - lib/rabbit/logger/stderr.rb
403
- - lib/rabbit/logger/base.rb
404
- - lib/rabbit/action.rb
405
- - lib/rabbit/utils.rb
338
+ - lib/rabbit/action/radio.rb
339
+ - lib/rabbit/config.rb
406
340
  - lib/rabbit/theme-configuration.rb
407
- - lib/rabbit/console/roff.rb
408
- - lib/rabbit/info-window.rb
409
- - lib/rabbit/keys.rb
410
- - lib/rabbit/task/theme.rb
411
- - lib/rabbit/task/slide.rb
412
- - lib/rabbit/front.rb
413
- - lib/rabbit/renderer.rb
414
- - lib/rabbit/author-configuration.rb
415
- - lib/rabbit/theme/rabbit-title-logo/property.rb
416
- - lib/rabbit/theme/rabbit-title-logo/rabbit-title-logo.rb
417
- - lib/rabbit/theme/newline-in-title/property.rb
418
- - lib/rabbit/theme/newline-in-title/newline-in-title.rb
419
- - lib/rabbit/theme/default-foot-text/property.rb
420
- - lib/rabbit/theme/default-foot-text/default-foot-text.rb
421
- - lib/rabbit/theme/dark-gradation/property.rb
422
- - lib/rabbit/theme/dark-gradation/dark-gradation.rb
423
- - lib/rabbit/theme/slide-footer-info/property.rb
424
- - lib/rabbit/theme/slide-footer-info/slide-footer-info.rb
425
- - lib/rabbit/theme/background-image-toolkit/background-image-toolkit.rb
426
- - lib/rabbit/theme/entry.rb
427
- - lib/rabbit/theme/show-frame/property.rb
428
- - lib/rabbit/theme/show-frame/show-frame.rb
429
- - lib/rabbit/theme/debian/property.rb
430
- - lib/rabbit/theme/debian/debian.rb
431
- - lib/rabbit/theme/title-slide-background-image/property.rb
432
- - lib/rabbit/theme/title-slide-background-image/title-slide-background-image.rb
433
- - lib/rabbit/theme/cozmixng/property.rb
341
+ - lib/rabbit/gesture/processor.rb
342
+ - lib/rabbit/gesture/handler.rb
343
+ - lib/rabbit/frame.rb
344
+ - lib/rabbit/source-generator.rb
345
+ - lib/rabbit/gem-finder.rb
346
+ - lib/rabbit/video-window.rb
347
+ - lib/rabbit/gem-builder.rb
348
+ - lib/rabbit/cursor-manager.rb
349
+ - lib/rabbit/stock.rb
350
+ - lib/rabbit/menu.rb
351
+ - lib/rabbit/source-generator/hiki.rb
352
+ - lib/rabbit/source-generator/markdown.rb
353
+ - lib/rabbit/source-generator/rd.rb
354
+ - lib/rabbit/console.rb
355
+ - lib/rabbit/theme/slide-show/slide-show.rb
356
+ - lib/rabbit/theme/slide-show/property.rb
357
+ - lib/rabbit/theme/lightning-simple/lightning-simple.rb
358
+ - lib/rabbit/theme/lightning-simple/property.rb
359
+ - lib/rabbit/theme/auto-slide/auto-slide.rb
360
+ - lib/rabbit/theme/auto-slide/property.rb
361
+ - lib/rabbit/theme/title-on-image-toolkit/title-on-image-toolkit.rb
362
+ - lib/rabbit/theme/title-on-image-toolkit/property.rb
434
363
  - lib/rabbit/theme/cozmixng/cozmixng.rb
435
- - lib/rabbit/theme/default-item-mark-setup/property.rb
364
+ - lib/rabbit/theme/cozmixng/property.rb
365
+ - lib/rabbit/theme/searcher.rb
366
+ - lib/rabbit/theme/default-preformatted/default-preformatted.rb
367
+ - lib/rabbit/theme/default-preformatted/property.rb
368
+ - lib/rabbit/theme/edge-info-toolkit/edge-info-toolkit.rb
369
+ - lib/rabbit/theme/edge-info-toolkit/property.rb
370
+ - lib/rabbit/theme/newline-in-title/newline-in-title.rb
371
+ - lib/rabbit/theme/newline-in-title/property.rb
372
+ - lib/rabbit/theme/tag/tag.rb
373
+ - lib/rabbit/theme/tag/property.rb
374
+ - lib/rabbit/theme/scroll-effect/scroll-effect.rb
375
+ - lib/rabbit/theme/scroll-effect/property.rb
376
+ - lib/rabbit/theme/default-title-text/default-title-text.rb
377
+ - lib/rabbit/theme/default-title-text/property.rb
378
+ - lib/rabbit/theme/blue-bar/blue-bar.rb
379
+ - lib/rabbit/theme/blue-bar/property.rb
380
+ - lib/rabbit/theme/applier.rb
436
381
  - lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb
437
- - lib/rabbit/theme/color-circle-description/property.rb
438
- - lib/rabbit/theme/color-circle-description/color-circle-description.rb
439
- - lib/rabbit/theme/lightning-monochrome/property.rb
440
- - lib/rabbit/theme/lightning-monochrome/lightning-monochrome.rb
441
- - lib/rabbit/theme/color-circle-item-mark/property.rb
442
- - lib/rabbit/theme/color-circle-item-mark/color-circle-item-mark.rb
443
- - lib/rabbit/theme/slide-logo/property.rb
444
- - lib/rabbit/theme/slide-logo/slide-logo.rb
445
- - lib/rabbit/theme/rabbit-icon/rabbit-icon.rb
446
- - lib/rabbit/theme/rabbit-icon/property.rb
447
- - lib/rabbit/theme/document.erb
448
- - lib/rabbit/theme/clear-blue/property.rb
382
+ - lib/rabbit/theme/default-item-mark-setup/property.rb
383
+ - lib/rabbit/theme/default-title-slide/default-title-slide.rb
384
+ - lib/rabbit/theme/default-title-slide/property.rb
385
+ - lib/rabbit/theme/lightning-clear-blue/lightning-clear-blue.rb
386
+ - lib/rabbit/theme/lightning-clear-blue/property.rb
387
+ - lib/rabbit/theme/ruby-gnome2-preformatted/ruby-gnome2-preformatted.rb
388
+ - lib/rabbit/theme/ruby-gnome2-preformatted/property.rb
389
+ - lib/rabbit/theme/title-logo/title-logo.rb
390
+ - lib/rabbit/theme/title-logo/property.rb
391
+ - lib/rabbit/theme/syntax-highlighting/syntax-highlighting.rb
392
+ - lib/rabbit/theme/syntax-highlighting/property.rb
393
+ - lib/rabbit/theme/slide-background/slide-background.rb
394
+ - lib/rabbit/theme/slide-background/property.rb
395
+ - lib/rabbit/theme/image/image.rb
396
+ - lib/rabbit/theme/image/property.rb
397
+ - lib/rabbit/theme/default-foot-text/default-foot-text.rb
398
+ - lib/rabbit/theme/default-foot-text/property.rb
399
+ - lib/rabbit/theme/default-text/default-text.rb
400
+ - lib/rabbit/theme/default-text/property.rb
401
+ - lib/rabbit/theme/table/table.rb
402
+ - lib/rabbit/theme/table/property.rb
403
+ - lib/rabbit/theme/ruby-gnome2-foot-text/ruby-gnome2-foot-text.rb
404
+ - lib/rabbit/theme/ruby-gnome2-foot-text/property.rb
405
+ - lib/rabbit/theme/enishi-green/enishi-green.rb
406
+ - lib/rabbit/theme/enishi-green/property.rb
407
+ - lib/rabbit/theme/stream-comment/stream-comment.rb
408
+ - lib/rabbit/theme/stream-comment/property.rb
409
+ - lib/rabbit/theme/color-circle-slide/color-circle-slide.rb
410
+ - lib/rabbit/theme/color-circle-slide/property.rb
411
+ - lib/rabbit/theme/base/base.rb
412
+ - lib/rabbit/theme/base/property.rb
449
413
  - lib/rabbit/theme/clear-blue/clear-blue.rb
450
- - lib/rabbit/theme/auto-slide/property.rb
451
- - lib/rabbit/theme/auto-slide/auto-slide.rb
452
- - lib/rabbit/theme/default/property.rb
453
- - lib/rabbit/theme/default/default.rb
414
+ - lib/rabbit/theme/clear-blue/property.rb
415
+ - lib/rabbit/theme/ranguba/ranguba.rb
416
+ - lib/rabbit/theme/ranguba/property.rb
417
+ - lib/rabbit/theme/ruby-gnome2-item-mark/ruby-gnome2-item-mark.rb
418
+ - lib/rabbit/theme/ruby-gnome2-item-mark/property.rb
419
+ - lib/rabbit/theme/default-block-quote/default-block-quote.rb
420
+ - lib/rabbit/theme/default-block-quote/property.rb
421
+ - lib/rabbit/theme/day-white/day-white.rb
422
+ - lib/rabbit/theme/day-white/property.rb
454
423
  - lib/rabbit/theme/night-black/night-black.rb
455
424
  - lib/rabbit/theme/night-black/property.rb
456
- - lib/rabbit/theme/slide-background-image/slide-background-image.rb
457
- - lib/rabbit/theme/slide-background-image/property.rb
458
- - lib/rabbit/theme/searcher.rb
459
- - lib/rabbit/theme/lightning-simple/lightning-simple.rb
460
- - lib/rabbit/theme/lightning-simple/property.rb
461
- - lib/rabbit/theme/ruby-gnome2-icon/property.rb
462
- - lib/rabbit/theme/ruby-gnome2-icon/ruby-gnome2-icon.rb
463
- - lib/rabbit/theme/rubykaigi2011/property.rb
464
- - lib/rabbit/theme/rubykaigi2011/rubykaigi2011.rb
465
- - lib/rabbit/theme/lightning-talk/lightning-talk.rb
466
- - lib/rabbit/theme/lightning-talk/property.rb
467
- - lib/rabbit/theme/title-background-image/title-background-image.rb
468
- - lib/rabbit/theme/title-background-image/property.rb
469
- - lib/rabbit/theme/color-circle/color-circle.rb
470
- - lib/rabbit/theme/color-circle/property.rb
471
- - lib/rabbit/theme/base/property.rb
472
- - lib/rabbit/theme/base/base.rb
473
- - lib/rabbit/theme/icon/property.rb
474
- - lib/rabbit/theme/icon/icon.rb
475
- - lib/rabbit/theme/powered-by/property.rb
476
- - lib/rabbit/theme/powered-by/powered-by.rb
477
- - lib/rabbit/theme/rabbit-powered-by/property.rb
425
+ - lib/rabbit/theme/color-circle-common/color-circle-common.rb
426
+ - lib/rabbit/theme/color-circle-common/property.rb
427
+ - lib/rabbit/theme/background-image-toolkit/background-image-toolkit.rb
428
+ - lib/rabbit/theme/default/default.rb
429
+ - lib/rabbit/theme/default/property.rb
430
+ - lib/rabbit/theme/emphasize-keyword/emphasize-keyword.rb
431
+ - lib/rabbit/theme/emphasize-keyword/property.rb
432
+ - lib/rabbit/theme/rabbit/rabbit.rb
433
+ - lib/rabbit/theme/rabbit/property.rb
478
434
  - lib/rabbit/theme/rabbit-powered-by/rabbit-powered-by.rb
479
- - lib/rabbit/theme/footer-comment/property.rb
480
- - lib/rabbit/theme/footer-comment/footer-comment.rb
481
- - lib/rabbit/theme/rabbit-headline-logo/property.rb
482
- - lib/rabbit/theme/rabbit-headline-logo/rabbit-headline-logo.rb
435
+ - lib/rabbit/theme/rabbit-powered-by/property.rb
436
+ - lib/rabbit/theme/blue-circle/blue-circle.rb
437
+ - lib/rabbit/theme/blue-circle/property.rb
483
438
  - lib/rabbit/theme/clock/clock.rb
484
439
  - lib/rabbit/theme/clock/property.rb
485
- - lib/rabbit/theme/nari/property.rb
486
- - lib/rabbit/theme/nari/nari.rb
487
- - lib/rabbit/theme/red-frame/property.rb
488
- - lib/rabbit/theme/red-frame/red-frame.rb
489
- - lib/rabbit/theme/rotate-zoom-effect/property.rb
490
- - lib/rabbit/theme/rotate-zoom-effect/rotate-zoom-effect.rb
491
- - lib/rabbit/theme/rabbit/property.rb
492
- - lib/rabbit/theme/rabbit/rabbit.rb
493
- - lib/rabbit/theme/ruby-gnome2-item-mark/property.rb
494
- - lib/rabbit/theme/ruby-gnome2-item-mark/ruby-gnome2-item-mark.rb
495
- - lib/rabbit/theme/day-white/property.rb
496
- - lib/rabbit/theme/day-white/day-white.rb
497
- - lib/rabbit/theme/default-title-slide/property.rb
498
- - lib/rabbit/theme/default-title-slide/default-title-slide.rb
440
+ - lib/rabbit/theme/ruby-gnome2-icon/ruby-gnome2-icon.rb
441
+ - lib/rabbit/theme/ruby-gnome2-icon/property.rb
442
+ - lib/rabbit/theme/timer/timer.rb
443
+ - lib/rabbit/theme/timer/property.rb
444
+ - lib/rabbit/theme/ruby-gnome2-description/ruby-gnome2-description.rb
445
+ - lib/rabbit/theme/ruby-gnome2-description/property.rb
499
446
  - lib/rabbit/theme/cozmixng-powered-by/cozmixng-powered-by.rb
500
447
  - lib/rabbit/theme/cozmixng-powered-by/property.rb
501
- - lib/rabbit/theme/newline-in-slides/property.rb
448
+ - lib/rabbit/theme/rotate-zoom-effect/rotate-zoom-effect.rb
449
+ - lib/rabbit/theme/rotate-zoom-effect/property.rb
450
+ - lib/rabbit/theme/color-circle-title-text/color-circle-title-text.rb
451
+ - lib/rabbit/theme/color-circle-title-text/property.rb
452
+ - lib/rabbit/theme/lightning-rabbit/lightning-rabbit.rb
453
+ - lib/rabbit/theme/lightning-rabbit/property.rb
454
+ - lib/rabbit/theme/slide-footer-info/slide-footer-info.rb
455
+ - lib/rabbit/theme/slide-footer-info/property.rb
456
+ - lib/rabbit/theme/default-description/default-description.rb
457
+ - lib/rabbit/theme/default-description/property.rb
458
+ - lib/rabbit/theme/ruby-gnome2-headline/ruby-gnome2-headline.rb
459
+ - lib/rabbit/theme/ruby-gnome2-headline/property.rb
460
+ - lib/rabbit/theme/color-circle-title-slide/color-circle-title-slide.rb
461
+ - lib/rabbit/theme/color-circle-title-slide/property.rb
462
+ - lib/rabbit/theme/color-circle-description/color-circle-description.rb
463
+ - lib/rabbit/theme/color-circle-description/property.rb
464
+ - lib/rabbit/theme/default-icon/default-icon.rb
465
+ - lib/rabbit/theme/default-icon/property.rb
466
+ - lib/rabbit/theme/color-circle-foot-text/color-circle-foot-text.rb
467
+ - lib/rabbit/theme/color-circle-foot-text/property.rb
468
+ - lib/rabbit/theme/default-item-mark/default-item-mark.rb
469
+ - lib/rabbit/theme/default-item-mark/property.rb
470
+ - lib/rabbit/theme/lightning-talk/lightning-talk.rb
471
+ - lib/rabbit/theme/lightning-talk/property.rb
472
+ - lib/rabbit/theme/per-slide-background-image/per-slide-background-image.rb
473
+ - lib/rabbit/theme/per-slide-background-image/property.rb
474
+ - lib/rabbit/theme/manager.rb
502
475
  - lib/rabbit/theme/newline-in-slides/newline-in-slides.rb
503
- - lib/rabbit/theme/default-comment/property.rb
504
- - lib/rabbit/theme/default-comment/default-comment.rb
505
- - lib/rabbit/theme/ruby-gnome2-slide/property.rb
476
+ - lib/rabbit/theme/newline-in-slides/property.rb
477
+ - lib/rabbit/theme/color-circle/property.rb
478
+ - lib/rabbit/theme/color-circle/color-circle.rb
479
+ - lib/rabbit/theme/rabbit-item-mark/rabbit-item-mark.rb
480
+ - lib/rabbit/theme/rabbit-item-mark/property.rb
481
+ - lib/rabbit/theme/color-circle-method-list/color-circle-method-list.rb
482
+ - lib/rabbit/theme/color-circle-method-list/property.rb
506
483
  - lib/rabbit/theme/ruby-gnome2-slide/ruby-gnome2-slide.rb
507
- - lib/rabbit/theme/tag/property.rb
508
- - lib/rabbit/theme/tag/tag.rb
509
- - lib/rabbit/theme/ruby-gnome2-preformatted/property.rb
510
- - lib/rabbit/theme/ruby-gnome2-preformatted/ruby-gnome2-preformatted.rb
484
+ - lib/rabbit/theme/ruby-gnome2-slide/property.rb
485
+ - lib/rabbit/theme/clutter-comment/clutter-comment.rb
486
+ - lib/rabbit/theme/clutter-comment/property.rb
487
+ - lib/rabbit/theme/mirror-effect/mirror-effect.rb
488
+ - lib/rabbit/theme/mirror-effect/property.rb
489
+ - lib/rabbit/theme/slide-background-image/slide-background-image.rb
490
+ - lib/rabbit/theme/slide-background-image/property.rb
491
+ - lib/rabbit/theme/entry.rb
492
+ - lib/rabbit/theme/default-comment/default-comment.rb
493
+ - lib/rabbit/theme/default-comment/property.rb
494
+ - lib/rabbit/theme/debian/debian.rb
495
+ - lib/rabbit/theme/debian/property.rb
496
+ - lib/rabbit/theme/slide-number/slide-number.rb
497
+ - lib/rabbit/theme/slide-number/property.rb
498
+ - lib/rabbit/theme/icon/icon.rb
499
+ - lib/rabbit/theme/icon/property.rb
500
+ - lib/rabbit/theme/color-circle-block-quote/color-circle-block-quote.rb
501
+ - lib/rabbit/theme/color-circle-block-quote/property.rb
502
+ - lib/rabbit/theme/red-frame/red-frame.rb
503
+ - lib/rabbit/theme/red-frame/property.rb
504
+ - lib/rabbit/theme/slide-header-info/slide-header-info.rb
505
+ - lib/rabbit/theme/slide-header-info/property.rb
506
+ - lib/rabbit/theme/nari/nari.rb
507
+ - lib/rabbit/theme/nari/property.rb
508
+ - lib/rabbit/theme/document.erb
509
+ - lib/rabbit/theme/title-background-color/title-background-color.rb
510
+ - lib/rabbit/theme/title-background-color/property.rb
511
+ - lib/rabbit/theme/footer-logo/footer-logo.rb
512
+ - lib/rabbit/theme/footer-logo/property.rb
513
+ - lib/rabbit/theme/centering-rabbit/centering-rabbit.rb
514
+ - lib/rabbit/theme/centering-rabbit/property.rb
515
+ - lib/rabbit/theme/powered-by/powered-by.rb
516
+ - lib/rabbit/theme/powered-by/property.rb
517
+ - lib/rabbit/theme/rabbit-headline-logo/rabbit-headline-logo.rb
518
+ - lib/rabbit/theme/rabbit-headline-logo/property.rb
519
+ - lib/rabbit/theme/image-viewer/image-viewer.rb
520
+ - lib/rabbit/theme/image-viewer/property.rb
521
+ - lib/rabbit/theme/dark-gradation/dark-gradation.rb
522
+ - lib/rabbit/theme/dark-gradation/property.rb
523
+ - lib/rabbit/theme/image-slide-number/image-slide-number.rb
524
+ - lib/rabbit/theme/image-slide-number/property.rb
525
+ - lib/rabbit/theme/default-method-list/default-method-list.rb
526
+ - lib/rabbit/theme/default-method-list/property.rb
511
527
  - lib/rabbit/theme/simple-item-mark/simple-item-mark.rb
512
528
  - lib/rabbit/theme/simple-item-mark/property.rb
513
- - lib/rabbit/theme/default-text/property.rb
514
- - lib/rabbit/theme/default-text/default-text.rb
515
- - lib/rabbit/theme/default-item-mark/default-item-mark.rb
516
- - lib/rabbit/theme/default-item-mark/property.rb
517
- - lib/rabbit/theme/default-method-list/property.rb
518
- - lib/rabbit/theme/default-method-list/default-method-list.rb
519
- - lib/rabbit/theme/syntax-highlighting/property.rb
520
- - lib/rabbit/theme/syntax-highlighting/syntax-highlighting.rb
521
- - lib/rabbit/theme/image/image.rb
522
- - lib/rabbit/theme/image/property.rb
523
- - lib/rabbit/theme/enishi-green/property.rb
524
- - lib/rabbit/theme/enishi-green/enishi-green.rb
525
- - lib/rabbit/theme/timer/property.rb
526
- - lib/rabbit/theme/timer/timer.rb
529
+ - lib/rabbit/theme/rabbit-block-quote/rabbit-block-quote.rb
530
+ - lib/rabbit/theme/rabbit-block-quote/property.rb
531
+ - lib/rabbit/theme/green-circle/green-circle.rb
532
+ - lib/rabbit/theme/green-circle/property.rb
533
+ - lib/rabbit/theme/slide-logo/slide-logo.rb
534
+ - lib/rabbit/theme/slide-logo/property.rb
535
+ - lib/rabbit/theme/rubykaigi2011/rubykaigi2011.rb
536
+ - lib/rabbit/theme/rubykaigi2011/property.rb
537
+ - lib/rabbit/theme/title-background-image/title-background-image.rb
538
+ - lib/rabbit/theme/title-background-image/property.rb
539
+ - lib/rabbit/theme/ruby-gnome2/ruby-gnome2.rb
540
+ - lib/rabbit/theme/ruby-gnome2/property.rb
541
+ - lib/rabbit/theme/rabbit-icon/rabbit-icon.rb
542
+ - lib/rabbit/theme/rabbit-icon/property.rb
527
543
  - lib/rabbit/theme/color-circle-text/property.rb
528
544
  - lib/rabbit/theme/color-circle-text/color-circle-text.rb
529
- - lib/rabbit/theme/lightning-rabbit/lightning-rabbit.rb
530
- - lib/rabbit/theme/lightning-rabbit/property.rb
531
- - lib/rabbit/theme/color-circle-title-text/color-circle-title-text.rb
532
- - lib/rabbit/theme/color-circle-title-text/property.rb
533
- - lib/rabbit/theme/ranguba/property.rb
534
- - lib/rabbit/theme/ranguba/ranguba.rb
535
- - lib/rabbit/theme/default-slide/property.rb
536
545
  - lib/rabbit/theme/default-slide/default-slide.rb
537
- - lib/rabbit/theme/per-slide-background-color/property.rb
538
- - lib/rabbit/theme/per-slide-background-color/per-slide-background-color.rb
539
- - lib/rabbit/theme/clutter-comment/property.rb
540
- - lib/rabbit/theme/clutter-comment/clutter-comment.rb
541
- - lib/rabbit/theme/default-preformatted/property.rb
542
- - lib/rabbit/theme/default-preformatted/default-preformatted.rb
543
- - lib/rabbit/theme/title-logo/property.rb
544
- - lib/rabbit/theme/title-logo/title-logo.rb
545
- - lib/rabbit/theme/mirror-effect/property.rb
546
- - lib/rabbit/theme/mirror-effect/mirror-effect.rb
547
- - lib/rabbit/theme/slide-header-info/property.rb
548
- - lib/rabbit/theme/slide-header-info/slide-header-info.rb
549
- - lib/rabbit/theme/manager.rb
550
- - lib/rabbit/theme/image-slide-number/property.rb
551
- - lib/rabbit/theme/image-slide-number/image-slide-number.rb
552
- - lib/rabbit/theme/edge-info-toolkit/property.rb
553
- - lib/rabbit/theme/edge-info-toolkit/edge-info-toolkit.rb
554
- - lib/rabbit/theme/applier.rb
555
- - lib/rabbit/theme/lightning-talk-toolkit/property.rb
546
+ - lib/rabbit/theme/default-slide/property.rb
547
+ - lib/rabbit/theme/color-circle-item-mark/color-circle-item-mark.rb
548
+ - lib/rabbit/theme/color-circle-item-mark/property.rb
549
+ - lib/rabbit/theme/title-slide-background-image/title-slide-background-image.rb
550
+ - lib/rabbit/theme/title-slide-background-image/property.rb
551
+ - lib/rabbit/theme/lightning-monochrome/lightning-monochrome.rb
552
+ - lib/rabbit/theme/lightning-monochrome/property.rb
556
553
  - lib/rabbit/theme/lightning-talk-toolkit/lightning-talk-toolkit.rb
557
- - lib/rabbit/theme/slide-background/property.rb
558
- - lib/rabbit/theme/slide-background/slide-background.rb
559
- - lib/rabbit/theme/image-viewer/property.rb
560
- - lib/rabbit/theme/image-viewer/image-viewer.rb
561
- - lib/rabbit/theme/headline-logo/property.rb
562
- - lib/rabbit/theme/headline-logo/headline-logo.rb
563
- - lib/rabbit/theme/centering-rabbit/centering-rabbit.rb
564
- - lib/rabbit/theme/centering-rabbit/property.rb
565
- - lib/rabbit/theme/lightning-clear-blue/lightning-clear-blue.rb
566
- - lib/rabbit/theme/lightning-clear-blue/property.rb
567
- - lib/rabbit/theme/title-background-color/property.rb
568
- - lib/rabbit/theme/title-background-color/title-background-color.rb
569
- - lib/rabbit/theme/color-circle-foot-text/color-circle-foot-text.rb
570
- - lib/rabbit/theme/color-circle-foot-text/property.rb
571
- - lib/rabbit/theme/per-slide-background-image/property.rb
572
- - lib/rabbit/theme/per-slide-background-image/per-slide-background-image.rb
573
- - lib/rabbit/theme/title-on-image-toolkit/property.rb
574
- - lib/rabbit/theme/title-on-image-toolkit/title-on-image-toolkit.rb
575
- - lib/rabbit/theme/blue-circle/property.rb
576
- - lib/rabbit/theme/blue-circle/blue-circle.rb
577
- - lib/rabbit/theme/stream-comment/property.rb
578
- - lib/rabbit/theme/stream-comment/stream-comment.rb
554
+ - lib/rabbit/theme/lightning-talk-toolkit/property.rb
555
+ - lib/rabbit/theme/color-circle-preformatted/color-circle-preformatted.rb
556
+ - lib/rabbit/theme/color-circle-preformatted/property.rb
557
+ - lib/rabbit/theme/rabbit-title-logo/rabbit-title-logo.rb
558
+ - lib/rabbit/theme/rabbit-title-logo/property.rb
579
559
  - lib/rabbit/theme/image-timer/property.rb
580
560
  - lib/rabbit/theme/image-timer/image-timer.rb
581
- - lib/rabbit/theme/color-circle-method-list/property.rb
582
- - lib/rabbit/theme/color-circle-method-list/color-circle-method-list.rb
583
- - lib/rabbit/theme/slide-number/property.rb
584
- - lib/rabbit/theme/slide-number/slide-number.rb
585
- - lib/rabbit/theme/footer-logo/property.rb
586
- - lib/rabbit/theme/footer-logo/footer-logo.rb
587
- - lib/rabbit/theme/default-description/default-description.rb
588
- - lib/rabbit/theme/default-description/property.rb
589
- - lib/rabbit/theme/color-circle-preformatted/property.rb
590
- - lib/rabbit/theme/color-circle-preformatted/color-circle-preformatted.rb
591
- - lib/rabbit/theme/slide-show/property.rb
592
- - lib/rabbit/theme/slide-show/slide-show.rb
593
- - lib/rabbit/theme/pdf/property.rb
594
- - lib/rabbit/theme/pdf/pdf.rb
595
- - lib/rabbit/theme/rabbit-block-quote/property.rb
596
- - lib/rabbit/theme/rabbit-block-quote/rabbit-block-quote.rb
597
- - lib/rabbit/theme/ruby-gnome2-headline/property.rb
598
- - lib/rabbit/theme/ruby-gnome2-headline/ruby-gnome2-headline.rb
599
- - lib/rabbit/theme/color-circle-slide/property.rb
600
- - lib/rabbit/theme/color-circle-slide/color-circle-slide.rb
601
- - lib/rabbit/theme/title-shadow/property.rb
602
561
  - lib/rabbit/theme/title-shadow/title-shadow.rb
603
- - lib/rabbit/theme/scroll-effect/property.rb
604
- - lib/rabbit/theme/scroll-effect/scroll-effect.rb
605
- - lib/rabbit/theme/default-block-quote/property.rb
606
- - lib/rabbit/theme/default-block-quote/default-block-quote.rb
607
- - lib/rabbit/theme/ruby-gnome2/property.rb
608
- - lib/rabbit/theme/ruby-gnome2/ruby-gnome2.rb
609
- - lib/rabbit/theme/color-circle-common/color-circle-common.rb
610
- - lib/rabbit/theme/color-circle-common/property.rb
611
- - lib/rabbit/theme/table/property.rb
612
- - lib/rabbit/theme/table/table.rb
613
- - lib/rabbit/theme/default-title-text/property.rb
614
- - lib/rabbit/theme/default-title-text/default-title-text.rb
615
- - lib/rabbit/theme/color-circle-title-slide/property.rb
616
- - lib/rabbit/theme/color-circle-title-slide/color-circle-title-slide.rb
617
- - lib/rabbit/theme/rabbit-item-mark/property.rb
618
- - lib/rabbit/theme/rabbit-item-mark/rabbit-item-mark.rb
619
- - lib/rabbit/theme/ruby-gnome2-description/property.rb
620
- - lib/rabbit/theme/ruby-gnome2-description/ruby-gnome2-description.rb
621
- - lib/rabbit/theme/blue-bar/property.rb
622
- - lib/rabbit/theme/blue-bar/blue-bar.rb
623
- - lib/rabbit/theme/color-circle-block-quote/property.rb
624
- - lib/rabbit/theme/color-circle-block-quote/color-circle-block-quote.rb
562
+ - lib/rabbit/theme/title-shadow/property.rb
563
+ - lib/rabbit/theme/per-slide-background-color/per-slide-background-color.rb
564
+ - lib/rabbit/theme/per-slide-background-color/property.rb
565
+ - lib/rabbit/theme/show-frame/show-frame.rb
566
+ - lib/rabbit/theme/show-frame/property.rb
625
567
  - lib/rabbit/theme/body-background-image/body-background-image.rb
626
- - lib/rabbit/theme/emphasize-keyword/emphasize-keyword.rb
627
- - lib/rabbit/theme/emphasize-keyword/property.rb
628
- - lib/rabbit/theme/default-icon/property.rb
629
- - lib/rabbit/theme/default-icon/default-icon.rb
630
- - lib/rabbit/theme/ruby-gnome2-foot-text/property.rb
631
- - lib/rabbit/theme/ruby-gnome2-foot-text/ruby-gnome2-foot-text.rb
632
- - lib/rabbit/theme/green-circle/green-circle.rb
633
- - lib/rabbit/theme/green-circle/property.rb
568
+ - lib/rabbit/theme/pdf/pdf.rb
569
+ - lib/rabbit/theme/pdf/property.rb
570
+ - lib/rabbit/theme/footer-comment/footer-comment.rb
571
+ - lib/rabbit/theme/footer-comment/property.rb
572
+ - lib/rabbit/theme/headline-logo/headline-logo.rb
573
+ - lib/rabbit/theme/headline-logo/property.rb
574
+ - lib/rabbit/author-configuration.rb
575
+ - lib/rabbit/search-window.rb
576
+ - lib/rabbit/renderer.rb
577
+ - lib/rabbit/path-manipulatable.rb
578
+ - lib/rabbit/formatter.rb
579
+ - lib/rabbit/renderer/color.rb
580
+ - lib/rabbit/renderer/pixmap.rb
581
+ - lib/rabbit/renderer/pixmap/gdk.rb
582
+ - lib/rabbit/renderer/pixmap/gl.rb
583
+ - lib/rabbit/renderer/pixmap/cairo.rb
584
+ - lib/rabbit/renderer/pixmap/base.rb
585
+ - lib/rabbit/renderer/print/multiple.rb
586
+ - lib/rabbit/renderer/print/cairo.rb
587
+ - lib/rabbit/renderer/print/layout.rb
588
+ - lib/rabbit/renderer/print/base.rb
589
+ - lib/rabbit/renderer/gl.rb
590
+ - lib/rabbit/renderer/display/drawing-area.rb
591
+ - lib/rabbit/renderer/display/graffiti.rb
592
+ - lib/rabbit/renderer/display/mask.rb
593
+ - lib/rabbit/renderer/display/info.rb
594
+ - lib/rabbit/renderer/display/drawing-area-view-only.rb
595
+ - lib/rabbit/renderer/display/gl.rb
596
+ - lib/rabbit/renderer/display/button-handler.rb
597
+ - lib/rabbit/renderer/display/clutter-embed.rb
598
+ - lib/rabbit/renderer/display/spotlight.rb
599
+ - lib/rabbit/renderer/display/hook-handler.rb
600
+ - lib/rabbit/renderer/display/search.rb
601
+ - lib/rabbit/renderer/display/cursor.rb
602
+ - lib/rabbit/renderer/display/menu.rb
603
+ - lib/rabbit/renderer/display/key-handler.rb
604
+ - lib/rabbit/renderer/display/scroll-handler.rb
605
+ - lib/rabbit/renderer/display/gesture.rb
606
+ - lib/rabbit/renderer/display/base.rb
607
+ - lib/rabbit/renderer/display/progress.rb
608
+ - lib/rabbit/renderer/display/drawing-area-base.rb
609
+ - lib/rabbit/renderer/display/magnifier.rb
610
+ - lib/rabbit/renderer/display/drawing-area-primitive.rb
611
+ - lib/rabbit/renderer/print.rb
612
+ - lib/rabbit/renderer/kernel.rb
613
+ - lib/rabbit/renderer/engine.rb
614
+ - lib/rabbit/renderer/display.rb
615
+ - lib/rabbit/renderer/engine/gdk.rb
616
+ - lib/rabbit/renderer/engine/cairo.rb
617
+ - lib/rabbit/renderer/base.rb
618
+ - lib/rabbit/task/slide.rb
619
+ - lib/rabbit/task/theme.rb
620
+ - lib/rabbit/progress.rb
621
+ - lib/rabbit/console/roff.rb
622
+ - lib/rabbit/rabbit.rb
623
+ - lib/rabbit/slide-configuration.rb
624
+ - lib/rabbit/source/memory.rb
625
+ - lib/rabbit/source/hiki.rb
626
+ - lib/rabbit/source/file.rb
627
+ - lib/rabbit/source/uri.rb
628
+ - lib/rabbit/source/argf.rb
629
+ - lib/rabbit/source/base.rb
630
+ - lib/rabbit/source/slide-share.rb
634
631
  - lib/rabbit/task.rb
635
- - lib/rabbit/source.rb
636
- - lib/rabbit/gem-finder.rb
637
- - lib/rabbit/parser/pause-support.rb
638
- - lib/rabbit/parser/image.rb
639
- - lib/rabbit/parser/wiki.rb
640
- - lib/rabbit/parser/wiki/output.rb
641
- - lib/rabbit/parser/markdown.rb
642
- - lib/rabbit/parser/rd/rt/rt2rabbit-lib.rb
643
- - lib/rabbit/parser/rd/visitor.rb
644
- - lib/rabbit/parser/rd/rd2rabbit-lib.rb
645
- - lib/rabbit/parser/rd/ext/image.rb
646
- - lib/rabbit/parser/rd/ext/block-verbatim.rb
647
- - lib/rabbit/parser/rd/ext/character-reference.rb
648
- - lib/rabbit/parser/rd/ext/refer.rb
649
- - lib/rabbit/parser/rd/ext/video.rb
650
- - lib/rabbit/parser/rd/ext/inline-verbatim.rb
651
- - lib/rabbit/parser/rd/ext/base.rb
652
- - lib/rabbit/parser/rd.rb
653
- - lib/rabbit/parser/base.rb
654
- - lib/rabbit/parser/pdf.rb
655
- - lib/rabbit/parser/markdown/converter.rb
656
- - lib/rabbit/parser/ext/image.rb
657
- - lib/rabbit/parser/ext/entity.rb
658
- - lib/rabbit/parser/ext/blockdiag.rb
659
- - lib/rabbit/parser/ext/tex.rb
660
- - lib/rabbit/parser/ext/video.rb
661
- - lib/rabbit/parser/ext/aafigure.rb
662
- - lib/rabbit/parser/ext/enscript.rb
663
- - lib/rabbit/parser/ext/coderay.rb
664
- - lib/rabbit/parser/ext/escape.rb
665
- - lib/rabbit/parser/ext/emacs.rb
666
- - lib/rabbit/parser/ext/inline.rb
667
- - lib/rabbit/gettext.rb
668
- - lib/rabbit/menu.rb
669
- - lib/rabbit/canvas.rb
670
- - lib/rabbit/gem-builder.rb
671
- - lib/rabbit/element/image.rb
672
- - lib/rabbit/element/item-list.rb
673
- - lib/rabbit/element/poppler-title-slide.rb
674
- - lib/rabbit/element/container-element.rb
632
+ - lib/rabbit/xmlrpc/server.rb
633
+ - lib/rabbit/xmlrpc/client.rb
634
+ - lib/rabbit/xmlrpc/base.rb
635
+ - lib/rabbit/dependency-canvas.rb
636
+ - lib/rabbit/element/text-container-element.rb
637
+ - lib/rabbit/element/tag.rb
675
638
  - lib/rabbit/element/table.rb
676
- - lib/rabbit/element/block.rb
639
+ - lib/rabbit/element/poppler-title-slide.rb
677
640
  - lib/rabbit/element/index-slide.rb
678
- - lib/rabbit/element/base/draw-hook.rb
679
- - lib/rabbit/element/enum-list.rb
680
- - lib/rabbit/element/slide-element.rb
681
- - lib/rabbit/element/video.rb
682
- - lib/rabbit/element/block-element.rb
641
+ - lib/rabbit/element/footnote.rb
683
642
  - lib/rabbit/element/image-title-slide.rb
643
+ - lib/rabbit/element/description-list.rb
644
+ - lib/rabbit/element/base/draw-hook.rb
645
+ - lib/rabbit/element/image.rb
684
646
  - lib/rabbit/element/text-block-element.rb
685
- - lib/rabbit/element/tag.rb
686
- - lib/rabbit/element/slide.rb
687
- - lib/rabbit/element/preformatted.rb
647
+ - lib/rabbit/element/block-element.rb
648
+ - lib/rabbit/element/slide-element.rb
688
649
  - lib/rabbit/element/title-slide.rb
689
- - lib/rabbit/element/footnote.rb
690
- - lib/rabbit/element/poppler-slide.rb
691
- - lib/rabbit/element/base.rb
692
650
  - lib/rabbit/element/text-element.rb
693
651
  - lib/rabbit/element/poppler-page.rb
694
- - lib/rabbit/element/method-list.rb
695
- - lib/rabbit/element/description-list.rb
696
- - lib/rabbit/element/syntax-highlighting.rb
697
- - lib/rabbit/element/text-container-element.rb
652
+ - lib/rabbit/element/poppler-slide.rb
653
+ - lib/rabbit/element/item-list.rb
698
654
  - lib/rabbit/element/text-renderer.rb
655
+ - lib/rabbit/element/syntax-highlighting.rb
656
+ - lib/rabbit/element/container-element.rb
657
+ - lib/rabbit/element/video.rb
658
+ - lib/rabbit/element/slide.rb
699
659
  - lib/rabbit/element/text.rb
660
+ - lib/rabbit/element/block.rb
661
+ - lib/rabbit/element/base.rb
662
+ - lib/rabbit/element/enum-list.rb
663
+ - lib/rabbit/element/preformatted.rb
664
+ - lib/rabbit/element/method-list.rb
665
+ - lib/rabbit/readme-parser.rb
666
+ - lib/rabbit/canvas.rb
667
+ - lib/rabbit/parser/pdf.rb
668
+ - lib/rabbit/parser/wiki/output.rb
669
+ - lib/rabbit/parser/ext/escape.rb
670
+ - lib/rabbit/parser/ext/enscript.rb
671
+ - lib/rabbit/parser/ext/coderay.rb
672
+ - lib/rabbit/parser/ext/image.rb
673
+ - lib/rabbit/parser/ext/aafigure.rb
674
+ - lib/rabbit/parser/ext/emacs.rb
675
+ - lib/rabbit/parser/ext/video.rb
676
+ - lib/rabbit/parser/ext/tex.rb
677
+ - lib/rabbit/parser/ext/blockdiag.rb
678
+ - lib/rabbit/parser/ext/inline.rb
679
+ - lib/rabbit/parser/ext/entity.rb
680
+ - lib/rabbit/parser/pause-support.rb
681
+ - lib/rabbit/parser/image.rb
682
+ - lib/rabbit/parser/markdown/converter.rb
683
+ - lib/rabbit/parser/rd/ext/refer.rb
684
+ - lib/rabbit/parser/rd/ext/character-reference.rb
685
+ - lib/rabbit/parser/rd/ext/image.rb
686
+ - lib/rabbit/parser/rd/ext/inline-verbatim.rb
687
+ - lib/rabbit/parser/rd/ext/video.rb
688
+ - lib/rabbit/parser/rd/ext/block-verbatim.rb
689
+ - lib/rabbit/parser/rd/ext/base.rb
690
+ - lib/rabbit/parser/rd/visitor.rb
691
+ - lib/rabbit/parser/rd/rt/rt2rabbit-lib.rb
692
+ - lib/rabbit/parser/rd/rd2rabbit-lib.rb
693
+ - lib/rabbit/parser/base.rb
694
+ - lib/rabbit/parser/wiki.rb
695
+ - lib/rabbit/parser/markdown.rb
696
+ - lib/rabbit/parser/rd.rb
697
+ - lib/rabbit/trackball.rb
698
+ - lib/rabbit/graffiti/processor.rb
699
+ - lib/rabbit/graffiti/config-dialog.rb
700
+ - data/locale/fr/LC_MESSAGES/rabbit.mo
700
701
  - data/locale/en/LC_MESSAGES/rabbit.mo
701
702
  - data/locale/ja/LC_MESSAGES/rabbit.mo
702
- - data/locale/fr/LC_MESSAGES/rabbit.mo
703
- - data/rabbit/image/rubykaigi2011-images/rubykaigi2011-background-black.jpg
704
- - data/rabbit/image/rubykaigi2011-images/property.rb
705
- - data/rabbit/image/rubykaigi2011-images/rubykaigi2011-background-white.jpg
706
- - data/rabbit/image/rubykaigi2011-images/rubykaigi2011-images.rb
707
- - data/rabbit/image/rabbit-images/mini-usa-taro.png
708
- - data/rabbit/image/rabbit-images/mini-tanu-kitaro.png
709
- - data/rabbit/image/rabbit-images/start-flag.png
710
- - data/rabbit/image/rabbit-images/mini-kame-taro.png
711
- - data/rabbit/image/rabbit-images/rabbit-banner-green.png
703
+ - data/rabbit/image/rabbit-images/tanu-kitaro.png
704
+ - data/rabbit/image/rabbit-images/mini-alice.png
705
+ - data/rabbit/image/rabbit-images/rabbit-banner-blue.png
712
706
  - data/rabbit/image/rabbit-images/blue-item.png
713
- - data/rabbit/image/rabbit-images/goal-flag.png
714
- - data/rabbit/image/rabbit-images/property.rb
715
- - data/rabbit/image/rabbit-images/yukiusa.png
716
- - data/rabbit/image/rabbit-images/rabbit-pink-logo.png
717
- - data/rabbit/image/rabbit-images/red-item.png
718
- - data/rabbit/image/rabbit-images/open-quote-blue.png
719
- - data/rabbit/image/rabbit-images/red-item2.png
720
- - data/rabbit/image/rabbit-images/lavie-with-logo.png
721
- - data/rabbit/image/rabbit-images/rabbit-images.rb
707
+ - data/rabbit/image/rabbit-images/rabbit-banner-green.png
708
+ - data/rabbit/image/rabbit-images/close-quote-light-blue.png
722
709
  - data/rabbit/image/rabbit-images/rabbit-pink-logo2.png
723
- - data/rabbit/image/rabbit-images/close-quote-blue.png
724
- - data/rabbit/image/rabbit-images/tanu-kitaro.png
725
- - data/rabbit/image/rabbit-images/green-item.png
710
+ - data/rabbit/image/rabbit-images/rabbit-banner2.png
711
+ - data/rabbit/image/rabbit-images/mini-usagi.png
726
712
  - data/rabbit/image/rabbit-images/mini-horizontal-bar.png
727
- - data/rabbit/image/rabbit-images/lavie.png
728
- - data/rabbit/image/rabbit-images/mini-alice.png
729
- - data/rabbit/image/rabbit-images/usagi.png
713
+ - data/rabbit/image/rabbit-images/lavie-icon.png
730
714
  - data/rabbit/image/rabbit-images/usa-taro.png
731
- - data/rabbit/image/rabbit-images/open-quote-light-blue.png
715
+ - data/rabbit/image/rabbit-images/mini-vertical-bar.png
716
+ - data/rabbit/image/rabbit-images/lavie-with-logo.png
717
+ - data/rabbit/image/rabbit-images/green-item.png
718
+ - data/rabbit/image/rabbit-images/close-quote-brown.png
719
+ - data/rabbit/image/rabbit-images/rabbit-banner-heads.png
732
720
  - data/rabbit/image/rabbit-images/rabbit-banner.png
733
- - data/rabbit/image/rabbit-images/kame.png
721
+ - data/rabbit/image/rabbit-images/mini-usa-taro.png
722
+ - data/rabbit/image/rabbit-images/rabbit-pink-logo.png
734
723
  - data/rabbit/image/rabbit-images/mini-yukidaru-taro.png
735
- - data/rabbit/image/rabbit-images/rabbit-banner-heads.png
736
- - data/rabbit/image/rabbit-images/mini-vertical-bar.png
737
- - data/rabbit/image/rabbit-images/close-quote-light-blue.png
738
- - data/rabbit/image/rabbit-images/mini-butler-rabbit.png
739
- - data/rabbit/image/rabbit-images/rabbit-banner2.png
740
- - data/rabbit/image/rabbit-images/mini-usagi.png
724
+ - data/rabbit/image/rabbit-images/open-quote-light-blue.png
725
+ - data/rabbit/image/rabbit-images/mini-kame-taro.png
726
+ - data/rabbit/image/rabbit-images/close-quote-blue.png
741
727
  - data/rabbit/image/rabbit-images/rabbit-banner-pink.png
742
- - data/rabbit/image/rabbit-images/lavie-icon.png
743
728
  - data/rabbit/image/rabbit-images/open-quote-brown.png
744
- - data/rabbit/image/rabbit-images/close-quote-brown.png
745
- - data/rabbit/image/rabbit-images/rabbit-banner-blue.png
746
- - data/rabbit/image/clear-blue-images/property.rb
747
- - data/rabbit/image/clear-blue-images/clear-blue-images.rb
729
+ - data/rabbit/image/rabbit-images/mini-tanu-kitaro.png
730
+ - data/rabbit/image/rabbit-images/red-item2.png
731
+ - data/rabbit/image/rabbit-images/start-flag.png
732
+ - data/rabbit/image/rabbit-images/yukiusa.png
733
+ - data/rabbit/image/rabbit-images/mini-butler-rabbit.png
734
+ - data/rabbit/image/rabbit-images/usagi.png
735
+ - data/rabbit/image/rabbit-images/lavie.png
736
+ - data/rabbit/image/rabbit-images/open-quote-blue.png
737
+ - data/rabbit/image/rabbit-images/rabbit-images.rb
738
+ - data/rabbit/image/rabbit-images/goal-flag.png
739
+ - data/rabbit/image/rabbit-images/kame.png
740
+ - data/rabbit/image/rabbit-images/property.rb
741
+ - data/rabbit/image/rabbit-images/red-item.png
742
+ - data/rabbit/image/ruby-images/ruby-pink-polygon-icon.png
743
+ - data/rabbit/image/ruby-images/ruby-images.rb
744
+ - data/rabbit/image/ruby-images/ruby-pink-circle-small-icon.png
745
+ - data/rabbit/image/ruby-images/ruby-pink-circle-icon.png
746
+ - data/rabbit/image/ruby-images/ruby-pink-circle.png
747
+ - data/rabbit/image/ruby-images/ruby-pink-polygon.png
748
+ - data/rabbit/image/ruby-images/ruby-pink-polygon-logo.png
749
+ - data/rabbit/image/ruby-images/ruby-pink-circle-logo.png
750
+ - data/rabbit/image/ruby-images/ruby-pink-polygon-small-icon.png
751
+ - data/rabbit/image/ruby-images/property.rb
748
752
  - data/rabbit/image/clear-blue-images/clear-blue-headline-background.png
753
+ - data/rabbit/image/clear-blue-images/clear-blue-images.rb
749
754
  - data/rabbit/image/clear-blue-images/clear-blue-icon.png
750
- - data/rabbit/image/ranguba-images/ranguba-bar.svg
751
- - data/rabbit/image/ranguba-images/ranguba-mark.svg
752
- - data/rabbit/image/ranguba-images/ranguba-bar.png
753
- - data/rabbit/image/ranguba-images/ranguba-images.rb
754
- - data/rabbit/image/ranguba-images/ranguba-item-mark.png
755
- - data/rabbit/image/ranguba-images/ranguba-item-mark.svg
756
- - data/rabbit/image/ranguba-images/ranguba-mark.png
757
- - data/rabbit/image/ranguba-images/ranguba-item-mark-mini.png
758
- - data/rabbit/image/cozmixng-images/property.rb
755
+ - data/rabbit/image/clear-blue-images/property.rb
759
756
  - data/rabbit/image/cozmixng-images/cozmixchu.png
760
757
  - data/rabbit/image/cozmixng-images/cozmixng-images.rb
761
758
  - data/rabbit/image/cozmixng-images/powered-by-cozmixng.png
759
+ - data/rabbit/image/cozmixng-images/property.rb
762
760
  - data/rabbit/image/dark-gradation-images/background-gradation.png
763
- - data/rabbit/image/dark-gradation-images/property.rb
764
761
  - data/rabbit/image/dark-gradation-images/dark-gradation-images.rb
765
- - data/rabbit/image/debian-images/item1.png
766
- - data/rabbit/image/debian-images/property.rb
762
+ - data/rabbit/image/dark-gradation-images/property.rb
763
+ - data/rabbit/image/rubykaigi2011-images/rubykaigi2011-background-black.jpg
764
+ - data/rabbit/image/rubykaigi2011-images/rubykaigi2011-images.rb
765
+ - data/rabbit/image/rubykaigi2011-images/rubykaigi2011-background-white.jpg
766
+ - data/rabbit/image/rubykaigi2011-images/property.rb
767
+ - data/rabbit/image/nari-images/nari-start-flag.png
768
+ - data/rabbit/image/nari-images/gc_kun.png
769
+ - data/rabbit/image/nari-images/nari-goal-flag.png
770
+ - data/rabbit/image/nari-images/chibi_nari.png
771
+ - data/rabbit/image/nari-images/nari-images.rb
772
+ - data/rabbit/image/nari-images/property.rb
773
+ - data/rabbit/image/ranguba-images/ranguba-mark.png
774
+ - data/rabbit/image/ranguba-images/ranguba-bar.svg
775
+ - data/rabbit/image/ranguba-images/ranguba-images.rb
776
+ - data/rabbit/image/ranguba-images/ranguba-item-mark.svg
777
+ - data/rabbit/image/ranguba-images/ranguba-bar.png
778
+ - data/rabbit/image/ranguba-images/ranguba-mark.svg
779
+ - data/rabbit/image/ranguba-images/ranguba-item-mark-mini.png
780
+ - data/rabbit/image/ranguba-images/ranguba-item-mark.png
767
781
  - data/rabbit/image/debian-images/top.png
782
+ - data/rabbit/image/debian-images/item1.png
768
783
  - data/rabbit/image/debian-images/debian-whirl.png
769
784
  - data/rabbit/image/debian-images/debian-logo.png
770
785
  - data/rabbit/image/debian-images/bottom.png
771
- - data/rabbit/image/debian-images/debian-images.rb
772
786
  - data/rabbit/image/debian-images/debian-logo-pink.png
773
- - data/rabbit/image/nari-images/nari-goal-flag.png
774
- - data/rabbit/image/nari-images/property.rb
775
- - data/rabbit/image/nari-images/nari-start-flag.png
776
- - data/rabbit/image/nari-images/chibi_nari.png
777
- - data/rabbit/image/nari-images/gc_kun.png
778
- - data/rabbit/image/nari-images/nari-images.rb
779
- - data/rabbit/image/ruby-images/ruby-pink-circle-logo.png
780
- - data/rabbit/image/ruby-images/ruby-pink-polygon-small-icon.png
781
- - data/rabbit/image/ruby-images/ruby-pink-polygon-icon.png
782
- - data/rabbit/image/ruby-images/property.rb
783
- - data/rabbit/image/ruby-images/ruby-pink-polygon.png
784
- - data/rabbit/image/ruby-images/ruby-pink-circle-small-icon.png
785
- - data/rabbit/image/ruby-images/ruby-images.rb
786
- - data/rabbit/image/ruby-images/ruby-pink-circle.png
787
- - data/rabbit/image/ruby-images/ruby-pink-circle-icon.png
788
- - data/rabbit/image/ruby-images/ruby-pink-polygon-logo.png
787
+ - data/rabbit/image/debian-images/debian-images.rb
788
+ - data/rabbit/image/debian-images/property.rb
789
789
  - data/account.kou.gpg
790
- - entities/isolat2.ent
791
- - entities/isodia.ent
792
- - entities/isogrk3.ent
793
- - entities/isoamsn.ent
790
+ - entities/isomopf.ent
791
+ - entities/isoamso.ent
792
+ - entities/ent2rb.rb
793
+ - entities/isopub.ent
794
794
  - entities/README
795
- - entities/mmlalias.ent
795
+ - entities/isogrk3.ent
796
796
  - entities/isoamsa.ent
797
- - entities/ent2rb.rb
797
+ - entities/isoamsr.ent
798
+ - entities/isodia.ent
798
799
  - entities/isoamsb.ent
799
- - entities/isopub.ent
800
- - entities/isotech.ent
801
- - entities/isoamsc.ent
802
- - entities/isocyr2.ent
803
- - entities/isolat1.ent
804
- - entities/isomscr.ent
805
800
  - entities/mmlextra.ent
806
- - entities/isoamsr.ent
801
+ - entities/isoamsn.ent
802
+ - entities/isoamsc.ent
807
803
  - entities/isobox.ent
808
- - entities/isoamso.ent
804
+ - entities/isocyr1.ent
805
+ - entities/isolat2.ent
806
+ - entities/isolat1.ent
807
+ - entities/isocyr2.ent
809
808
  - entities/isomfrk.ent
809
+ - entities/isotech.ent
810
+ - entities/isomscr.ent
811
+ - entities/mmlalias.ent
810
812
  - entities/isonum.ent
811
- - entities/isocyr1.ent
812
- - entities/isomopf.ent
813
- - sample/rabbit_icon.png
813
+ - sample/lightning-talk.rd
814
+ - sample/equation.eps
815
+ - sample/rabbit.dia
814
816
  - sample/rabbit-balloon.obj
817
+ - sample/cozmixng.rd
818
+ - sample/table.rd
819
+ - sample/rabbit-implementation.rd
820
+ - sample/lldn/input.svg
821
+ - sample/lldn/rabbit-rwiki.svg
822
+ - sample/lldn/rabbit_banner.png
823
+ - sample/lldn/lldn.rd
824
+ - sample/lldn/rabbit_banner2.png
825
+ - sample/lldn/interface.svg
826
+ - sample/lldn/output.svg
827
+ - sample/lldn/lavie.png
828
+ - sample/lldn/kame.png
829
+ - sample/cozmixng_is_field.svg
830
+ - sample/info-window.png
831
+ - sample/slide-property.hiki
815
832
  - sample/rabbit.md
816
- - sample/kof2005/high-light-expose.rb
817
- - sample/kof2005/skip-up-with-ruby-gnome2.rd
818
- - sample/kof2005/ruby-pink-circle-logo.png
819
- - sample/kof2005/mask.rb
820
- - sample/kof2005/gtk+-widget.svg
821
- - sample/kof2005/mask.svg
822
- - sample/kof2005/high-light-expose.svg
823
- - sample/kof2005/high-light-widget.rb
833
+ - sample/rabbit.xcf
834
+ - sample/enishi-green.rab
835
+ - sample/rabbit/theme/stop-auto-slide/stop-auto-slide.rb
836
+ - sample/rabbit/theme/lightning-talk-with-contact/lightning-talk-with-contact.rb
837
+ - sample/rabbit/theme/lldn/lldn.rb
838
+ - sample/rabbit/theme/rectangle-image-slide-number/rectangle-image-slide-number.rb
839
+ - sample/rabbit/theme/image-without-frame/image-without-frame.rb
840
+ - sample/rabbit/theme/triangle-image-slide-number/triangle-image-slide-number.rb
841
+ - sample/rabbit/theme/rabbit-and-tortoise/rabbit-and-tortoise.rb
842
+ - sample/rabbit/theme/kof2005/kof2005.rb
843
+ - sample/rabbit/theme/kof2005/property.rb
844
+ - sample/rabbit/theme/image-with-frame/image-with-frame.rb
845
+ - sample/rabbit/theme/festival/festival.rb
846
+ - sample/rabbit/theme/gl-sample/gl-sample.rb
847
+ - sample/rabbit/theme/image-with-no-shadow-frame/image-with-no-shadow-frame.rb
848
+ - sample/rabbit/theme/ppt/ppt.rb
849
+ - sample/rabbit/theme/pdf/pdf.rb
850
+ - sample/rabbit/theme/pdf/property.rb
851
+ - sample/rabbit.rd
852
+ - sample/rabbit-en.md
853
+ - sample/m17n.rd
854
+ - sample/cozmixng_is_field.png
824
855
  - sample/kof2005/ruby-gnome2-logo.png
825
- - sample/kof2005/high-light-architecture.svg
826
- - sample/kof2005/mask-screenshot.png
827
- - sample/kof2005/gesture-flow.svg
856
+ - sample/kof2005/mask.rb
828
857
  - sample/kof2005/high-light.svg
858
+ - sample/kof2005/high-light-expose.rb
859
+ - sample/kof2005/gesture-flow.svg
860
+ - sample/kof2005/high-light-architecture.svg
861
+ - sample/kof2005/mask-screenshot.png
829
862
  - sample/kof2005/widget.svg
863
+ - sample/kof2005/high-light-widget.rb
830
864
  - sample/kof2005/high-light-widget.svg
865
+ - sample/kof2005/high-light-expose.svg
866
+ - sample/kof2005/mask.svg
831
867
  - sample/kof2005/gesture.rb
868
+ - sample/kof2005/ruby-pink-circle-logo.png
869
+ - sample/kof2005/gtk+-widget.svg
870
+ - sample/kof2005/skip-up-with-ruby-gnome2.rd
871
+ - sample/join_cozmixng.svg
832
872
  - sample/html_and_wiki.png
833
- - sample/rabbit-implementation.rd
834
- - sample/gl-sample.rd
835
- - sample/shocker.jpg
836
- - sample/rabbit-en.md
837
- - sample/m17n.rd
838
- - sample/join_cozmixng.png
839
- - sample/rabbit.rd
840
- - sample/spiral.svg
841
- - sample/rabbit/theme/kof2005/property.rb
842
- - sample/rabbit/theme/kof2005/kof2005.rb
843
- - sample/rabbit/theme/image-with-no-shadow-frame/image-with-no-shadow-frame.rb
844
- - sample/rabbit/theme/rabbit-and-tortoise/rabbit-and-tortoise.rb
845
- - sample/rabbit/theme/festival/festival.rb
846
- - sample/rabbit/theme/triangle-image-slide-number/triangle-image-slide-number.rb
847
- - sample/rabbit/theme/stop-auto-slide/stop-auto-slide.rb
848
- - sample/rabbit/theme/ppt/ppt.rb
849
- - sample/rabbit/theme/gl-sample/gl-sample.rb
850
- - sample/rabbit/theme/pdf/property.rb
851
- - sample/rabbit/theme/pdf/pdf.rb
852
- - sample/rabbit/theme/image-with-frame/image-with-frame.rb
853
- - sample/rabbit/theme/image-without-frame/image-without-frame.rb
854
- - sample/rabbit/theme/lightning-talk-with-contact/lightning-talk-with-contact.rb
855
- - sample/rabbit/theme/lldn/lldn.rb
856
- - sample/rabbit/theme/rectangle-image-slide-number/rectangle-image-slide-number.rb
857
- - sample/table.hiki
858
- - sample/lightning-talk.rd
859
873
  - sample/blue-circle.rd
860
- - sample/rabbit.dia
861
- - sample/rabbit-en.hiki
862
- - sample/cozmixng_is_field.png
863
- - sample/rabbit-history.svg
864
- - sample/lavie.png
874
+ - sample/rabbit_icon.png
875
+ - sample/table.hiki
876
+ - sample/spiral.svg
877
+ - sample/table-en.rd
865
878
  - sample/can_rabbit.rd
866
- - sample/cozmixng_is_field.svg
867
- - sample/slide-property.hiki
879
+ - sample/pre.rd
880
+ - sample/rabbit_icon.ico
881
+ - sample/html_and_wiki.svg
882
+ - sample/usagi.png
883
+ - sample/rabbit.hiki
884
+ - sample/lavie.png
885
+ - sample/join_cozmixng.png
886
+ - sample/ppt/ppt.rd
887
+ - sample/ppt/hare-and-tortoise-end.png
868
888
  - sample/ppt/hare-and-tortoise-middle.png
869
889
  - sample/ppt/hare-and-tortoise-start.png
870
890
  - sample/ppt/rabbit-with-ruby.png
871
- - sample/ppt/ppt.rd
872
- - sample/ppt/hare-and-tortoise-end.png
873
- - sample/info-window.png
874
- - sample/usagi.png
875
891
  - sample/slide-property.rab
892
+ - sample/shocker.jpg
893
+ - sample/rabbit-history.svg
894
+ - sample/gl-sample.rd
876
895
  - sample/rabbit-en.rd
877
- - sample/rabbit.xcf
878
- - sample/pre.rd
879
- - sample/html_and_wiki.svg
880
- - sample/equation.eps
881
- - sample/join_cozmixng.svg
882
- - sample/rabbit_icon.ico
883
- - sample/enishi-green.rab
884
- - sample/table-en.rd
885
- - sample/table.rd
886
- - sample/cozmixng.rd
887
- - sample/lldn/output.svg
888
- - sample/lldn/rabbit_banner.png
889
- - sample/lldn/lldn.rd
890
- - sample/lldn/lavie.png
891
- - sample/lldn/input.svg
892
- - sample/lldn/interface.svg
893
- - sample/lldn/rabbit_banner2.png
894
- - sample/lldn/rabbit-rwiki.svg
895
- - sample/lldn/kame.png
896
- - sample/rabbit.hiki
897
- - misc/github-post-receiver/config.ru
898
- - misc/github-post-receiver/tmp/restart.txt
899
- - misc/github-post-receiver/config.yaml.sample
896
+ - sample/rabbit-en.hiki
900
897
  - misc/xyzzy/rabbit-mode.l
898
+ - misc/make-image-sample.rb
901
899
  - misc/make-print-sample.rb
902
- - misc/emacs/rabbit-mode.el
903
900
  - misc/emacs/README.ja
904
- - misc/make-image-sample.rb
901
+ - misc/emacs/rabbit-mode.el
902
+ - misc/github-post-receiver/config.yaml.sample
903
+ - misc/github-post-receiver/tmp/restart.txt
904
+ - misc/github-post-receiver/config.ru
905
905
  - misc/update-rd.rb
906
- - doc/_layouts/skeleton.html
907
- - doc/_layouts/ja.html
908
- - doc/_layouts/en.html
909
- - doc/favicon.ico
906
+ - doc/_plugins/converters/hiki.rb
907
+ - doc/_plugins/converters/markdown.rb
908
+ - doc/_plugins/converters/rd.rb
909
+ - doc/_plugins/support_symlink.rb
910
910
  - doc/javascripts/jquery.js
911
911
  - doc/javascripts/jquery-ui.js
912
+ - doc/screenshot.ja.rab
913
+ - doc/_includes/ja.menu.html
914
+ - doc/_includes/en.menu.html
912
915
  - doc/screenshot.en.rab
913
- - doc/css/rabbit.css
914
- - doc/css/jquery-ui/themes/ui-lightness.css
915
- - doc/index.html.ja
916
+ - doc/images/hare-and-tortoise.svg
917
+ - doc/images/background-sample.svg
918
+ - doc/images/background.svg
916
919
  - doc/images/jp.png
917
920
  - doc/images/rabbit-slide-show-logo.svg
921
+ - doc/images/lavie-icon.png
922
+ - doc/images/screenshots/en/night-black-raw.png
923
+ - doc/images/screenshots/en/day-white-raw.png
924
+ - doc/images/screenshots/en/dark-gradation.png
925
+ - doc/images/screenshots/en/green-circle.png
926
+ - doc/images/screenshots/en/dark-gradation-raw.png
927
+ - doc/images/screenshots/en/red-frame-raw.png
928
+ - doc/images/screenshots/en/ruby-gnome2.png
929
+ - doc/images/screenshots/en/day-white.png
930
+ - doc/images/screenshots/en/debian.png
931
+ - doc/images/screenshots/en/green-circle-raw.png
932
+ - doc/images/screenshots/en/ruby-gnome2-raw.png
933
+ - doc/images/screenshots/en/rabbit-raw.png
934
+ - doc/images/screenshots/en/rabbit.png
935
+ - doc/images/screenshots/en/clear-blue-raw.png
936
+ - doc/images/screenshots/en/red-frame.png
937
+ - doc/images/screenshots/en/blue-circle.png
938
+ - doc/images/screenshots/en/cozmixng-raw.png
939
+ - doc/images/screenshots/en/rubykaigi2011-raw.png
940
+ - doc/images/screenshots/en/clear-blue.png
941
+ - doc/images/screenshots/en/ranguba-raw.png
942
+ - doc/images/screenshots/en/cozmixng.png
943
+ - doc/images/screenshots/en/night-black.png
944
+ - doc/images/screenshots/en/blue-circle-raw.png
945
+ - doc/images/screenshots/en/ranguba.png
946
+ - doc/images/screenshots/en/rubykaigi2011.png
947
+ - doc/images/screenshots/en/debian-raw.png
948
+ - doc/images/screenshots/ja/night-black-raw.png
949
+ - doc/images/screenshots/ja/day-white-raw.png
950
+ - doc/images/screenshots/ja/dark-gradation.png
951
+ - doc/images/screenshots/ja/green-circle.png
952
+ - doc/images/screenshots/ja/dark-gradation-raw.png
953
+ - doc/images/screenshots/ja/red-frame-raw.png
954
+ - doc/images/screenshots/ja/ruby-gnome2.png
955
+ - doc/images/screenshots/ja/day-white.png
956
+ - doc/images/screenshots/ja/debian.png
957
+ - doc/images/screenshots/ja/green-circle-raw.png
958
+ - doc/images/screenshots/ja/ruby-gnome2-raw.png
959
+ - doc/images/screenshots/ja/rabbit-raw.png
960
+ - doc/images/screenshots/ja/rabbit.png
961
+ - doc/images/screenshots/ja/clear-blue-raw.png
962
+ - doc/images/screenshots/ja/red-frame.png
963
+ - doc/images/screenshots/ja/blue-circle.png
964
+ - doc/images/screenshots/ja/cozmixng-raw.png
965
+ - doc/images/screenshots/ja/rubykaigi2011-raw.png
966
+ - doc/images/screenshots/ja/clear-blue.png
967
+ - doc/images/screenshots/ja/ranguba-raw.png
968
+ - doc/images/screenshots/ja/cozmixng.png
969
+ - doc/images/screenshots/ja/night-black.png
970
+ - doc/images/screenshots/ja/blue-circle-raw.png
971
+ - doc/images/screenshots/ja/ranguba.png
972
+ - doc/images/screenshots/ja/rubykaigi2011.png
973
+ - doc/images/screenshots/ja/debian-raw.png
918
974
  - doc/images/background.png
919
- - doc/images/rabbit-slide-show-logo.png
920
- - doc/images/hare-and-tortoise.svg
921
- - doc/images/us.png
922
- - doc/images/background.svg
923
975
  - doc/images/hare-and-tortoise.png
976
+ - doc/images/us.png
924
977
  - doc/images/lavie.png
925
- - doc/images/background-sample.svg
926
- - doc/images/lavie-icon.png
927
- - doc/screenshot.ja.rab
928
- - doc/_config.yml
929
- - doc/_includes/ja.menu.html
930
- - doc/_includes/en.menu.html
931
- - doc/en/users.rd
932
- - doc/en/hiki.hiki
978
+ - doc/images/rabbit-slide-show-logo.png
933
979
  - doc/en/slides.rd
980
+ - doc/en/news.rd
934
981
  - doc/en/usage.rd
935
- - doc/en/development.rd
936
- - doc/en/index.rd
937
- - doc/en/sample/index.rd
938
- - doc/en/sample/rd/rabbit.rd
939
982
  - doc/en/sample/hiki/rabbit.hiki
940
983
  - doc/en/sample/markdown/rabbit.md
984
+ - doc/en/sample/rd/rabbit.rd
985
+ - doc/en/sample/index.rd
986
+ - doc/en/faq.rd
941
987
  - doc/en/rd.rd
988
+ - doc/en/development.rd
989
+ - doc/en/index.rd
990
+ - doc/en/hiki.hiki
991
+ - doc/en/users.rd
992
+ - doc/en/install/macports.rd
993
+ - doc/en/install/homebrew.rd
942
994
  - doc/en/install/windows.rd
943
995
  - doc/en/install/index.rd
944
- - doc/en/install/homebrew.rd
945
- - doc/en/install/macports.rd
996
+ - doc/en/how-to-make/pdf.rd
997
+ - doc/en/how-to-make/theme.rd
998
+ - doc/en/how-to-make/markdown.md
999
+ - doc/en/how-to-make/rd.rd
1000
+ - doc/en/how-to-make/index.rd
1001
+ - doc/en/how-to-make/hiki.hiki
946
1002
  - doc/en/usage/rabbit-theme.rd
947
- - doc/en/usage/rabbit.rd
948
1003
  - doc/en/usage/rabbit-slide.rd
949
- - doc/en/how-to-make/hiki.hiki
950
- - doc/en/how-to-make/index.rd
951
- - doc/en/how-to-make/rd.rd
952
- - doc/en/how-to-make/markdown.md
953
- - doc/en/how-to-make/theme.rd
954
- - doc/en/how-to-make/pdf.rd
955
- - doc/en/faq.rd
956
- - doc/en/news.rd
957
- - doc/_plugins/support_symlink.rb
958
- - doc/_plugins/converters/hiki.rb
959
- - doc/_plugins/converters/markdown.rb
960
- - doc/_plugins/converters/rd.rb
961
- - doc/ja/users.rd
962
- - doc/ja/hiki.hiki
1004
+ - doc/en/usage/rabbit.rd
1005
+ - doc/_layouts/skeleton.html
1006
+ - doc/_layouts/ja.html
1007
+ - doc/_layouts/en.html
1008
+ - doc/css/jquery-ui/themes/ui-lightness.css
1009
+ - doc/css/rabbit.css
1010
+ - doc/index.html.ja
1011
+ - doc/favicon.png
1012
+ - doc/_config.yml
963
1013
  - doc/ja/slides.rd
964
- - doc/ja/usage.rd
965
1014
  - doc/ja/about.rd
966
- - doc/ja/development.rd
967
- - doc/ja/index.rd
968
- - doc/ja/sample/index.rd
969
- - doc/ja/sample/rd/rabbit.rd
1015
+ - doc/ja/news.rd
1016
+ - doc/ja/usage.rd
970
1017
  - doc/ja/sample/hiki/rabbit.hiki
971
1018
  - doc/ja/sample/markdown/rabbit.md
1019
+ - doc/ja/sample/rd/rabbit.rd
1020
+ - doc/ja/sample/index.rd
1021
+ - doc/ja/faq.rd
972
1022
  - doc/ja/rd.rd
1023
+ - doc/ja/development.rd
1024
+ - doc/ja/index.rd
1025
+ - doc/ja/hiki.hiki
1026
+ - doc/ja/users.rd
1027
+ - doc/ja/install/macports.rd
1028
+ - doc/ja/install/homebrew.rd
973
1029
  - doc/ja/install/windows.rd
974
1030
  - doc/ja/install/index.rd
975
- - doc/ja/install/homebrew.rd
976
- - doc/ja/install/macports.rd
1031
+ - doc/ja/how-to-make/pdf.rd
1032
+ - doc/ja/how-to-make/theme.rd
1033
+ - doc/ja/how-to-make/markdown.md
1034
+ - doc/ja/how-to-make/rd.rd
1035
+ - doc/ja/how-to-make/index.rd
1036
+ - doc/ja/how-to-make/hiki.hiki
977
1037
  - doc/ja/usage/rabbit-theme.rd
978
- - doc/ja/usage/rabbit.rd
979
1038
  - doc/ja/usage/rabbit-slide.rd
980
- - doc/ja/how-to-make/hiki.hiki
981
- - doc/ja/how-to-make/index.rd
982
- - doc/ja/how-to-make/rd.rd
983
- - doc/ja/how-to-make/markdown.md
984
- - doc/ja/how-to-make/theme.rd
985
- - doc/ja/how-to-make/pdf.rd
986
- - doc/ja/faq.rd
987
- - doc/ja/news.rd
988
- - doc/favicon.png
1039
+ - doc/ja/usage/rabbit.rd
1040
+ - doc/favicon.ico
989
1041
  - doc/index.html.en
1042
+ - po/fr/rabbit.po
990
1043
  - po/en/rabbit.po
991
1044
  - po/ja/rabbit.po
992
- - po/fr/rabbit.po
1045
+ - test/test-element.rb
1046
+ - test/test-readme-parser.rb
993
1047
  - test/test-theme-configuration.rb
994
- - test/test-applier.rb
995
- - test/test-slideshare.rb
996
1048
  - test/test-utils.rb
997
- - test/test-color.rb
998
- - test/rabbit-test-utils.rb
999
- - test/test-readme-parser.rb
1049
+ - test/image/test-eps.rb
1050
+ - test/image/test-dia.rb
1000
1051
  - test/test-slide-configuration.rb
1001
- - test/source-generator/test-hiki.rb
1002
- - test/source-generator/test-markdown.rb
1052
+ - test/test-slideshare.rb
1053
+ - test/rabbit-test-utils.rb
1054
+ - test/run-test.rb
1003
1055
  - test/source-generator/test-rd.rb
1004
- - test/image/test-dia.rb
1005
- - test/image/test-eps.rb
1056
+ - test/source-generator/test-markdown.rb
1057
+ - test/source-generator/test-hiki.rb
1006
1058
  - test/test-source.rb
1007
- - test/run-test.rb
1008
1059
  - test/test-author-configuration.rb
1009
- - test/test-element.rb
1060
+ - test/test-applier.rb
1061
+ - test/test-color.rb
1062
+ - bin/rabbit-slide
1010
1063
  - bin/rabbit
1011
1064
  - bin/rabbit-theme
1012
- - bin/rabbirc
1013
1065
  - bin/rabbit-command
1014
- - bin/rabbit-slide
1066
+ - bin/rabbirc
1015
1067
  homepage: http://rabbit-shocker.org/
1016
1068
  licenses:
1017
1069
  - GPLv2+
@@ -1038,21 +1090,21 @@ signing_key:
1038
1090
  specification_version: 3
1039
1091
  summary: Rabbit is an RD-document-based presentation application.
1040
1092
  test_files:
1093
+ - test/test-element.rb
1094
+ - test/test-readme-parser.rb
1041
1095
  - test/test-theme-configuration.rb
1042
- - test/test-applier.rb
1043
- - test/test-slideshare.rb
1044
1096
  - test/test-utils.rb
1045
- - test/test-color.rb
1046
- - test/rabbit-test-utils.rb
1047
- - test/test-readme-parser.rb
1097
+ - test/image/test-eps.rb
1098
+ - test/image/test-dia.rb
1048
1099
  - test/test-slide-configuration.rb
1049
- - test/source-generator/test-hiki.rb
1050
- - test/source-generator/test-markdown.rb
1100
+ - test/test-slideshare.rb
1101
+ - test/rabbit-test-utils.rb
1102
+ - test/run-test.rb
1051
1103
  - test/source-generator/test-rd.rb
1052
- - test/image/test-dia.rb
1053
- - test/image/test-eps.rb
1104
+ - test/source-generator/test-markdown.rb
1105
+ - test/source-generator/test-hiki.rb
1054
1106
  - test/test-source.rb
1055
- - test/run-test.rb
1056
1107
  - test/test-author-configuration.rb
1057
- - test/test-element.rb
1108
+ - test/test-applier.rb
1109
+ - test/test-color.rb
1058
1110
  has_rdoc: