rabbit 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. data/Rakefile +1 -1
  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/_layouts/skeleton.html +1 -1
  7. data/doc/_plugins/converters/markdown.rb +10 -8
  8. data/doc/en/news.rd +42 -0
  9. data/doc/ja/news.rd +43 -0
  10. data/lib/rabbit/element/base.rb +4 -0
  11. data/lib/rabbit/element/container-element.rb +4 -0
  12. data/lib/rabbit/element/tag.rb +4 -0
  13. data/lib/rabbit/parser/rd.rb +1 -1
  14. data/lib/rabbit/theme/entry.rb +9 -0
  15. data/lib/rabbit/theme/searcher.rb +7 -0
  16. data/lib/rabbit/theme/syntax-highlighting/syntax-highlighting.rb +21 -0
  17. data/lib/rabbit/theme/tag/tag.rb +8 -4
  18. data/lib/rabbit/version.rb +2 -2
  19. data/po/en/rabbit.po +1545 -1430
  20. data/po/fr/rabbit.po +1545 -1430
  21. data/po/ja/rabbit.po +2277 -2053
  22. data/rabbit.gemspec +1 -1
  23. metadata +601 -653
  24. data/doc/images/screenshots/en/blue-circle-raw.png +0 -0
  25. data/doc/images/screenshots/en/blue-circle.png +0 -0
  26. data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
  27. data/doc/images/screenshots/en/clear-blue.png +0 -0
  28. data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
  29. data/doc/images/screenshots/en/cozmixng.png +0 -0
  30. data/doc/images/screenshots/en/dark-gradation-raw.png +0 -0
  31. data/doc/images/screenshots/en/dark-gradation.png +0 -0
  32. data/doc/images/screenshots/en/day-white-raw.png +0 -0
  33. data/doc/images/screenshots/en/day-white.png +0 -0
  34. data/doc/images/screenshots/en/debian-raw.png +0 -0
  35. data/doc/images/screenshots/en/debian.png +0 -0
  36. data/doc/images/screenshots/en/green-circle-raw.png +0 -0
  37. data/doc/images/screenshots/en/green-circle.png +0 -0
  38. data/doc/images/screenshots/en/night-black-raw.png +0 -0
  39. data/doc/images/screenshots/en/night-black.png +0 -0
  40. data/doc/images/screenshots/en/rabbit-raw.png +0 -0
  41. data/doc/images/screenshots/en/rabbit.png +0 -0
  42. data/doc/images/screenshots/en/ranguba-raw.png +0 -0
  43. data/doc/images/screenshots/en/ranguba.png +0 -0
  44. data/doc/images/screenshots/en/red-frame-raw.png +0 -0
  45. data/doc/images/screenshots/en/red-frame.png +0 -0
  46. data/doc/images/screenshots/en/ruby-gnome2-raw.png +0 -0
  47. data/doc/images/screenshots/en/ruby-gnome2.png +0 -0
  48. data/doc/images/screenshots/en/rubykaigi2011-raw.png +0 -0
  49. data/doc/images/screenshots/en/rubykaigi2011.png +0 -0
  50. data/doc/images/screenshots/ja/blue-circle-raw.png +0 -0
  51. data/doc/images/screenshots/ja/blue-circle.png +0 -0
  52. data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
  53. data/doc/images/screenshots/ja/clear-blue.png +0 -0
  54. data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
  55. data/doc/images/screenshots/ja/cozmixng.png +0 -0
  56. data/doc/images/screenshots/ja/dark-gradation-raw.png +0 -0
  57. data/doc/images/screenshots/ja/dark-gradation.png +0 -0
  58. data/doc/images/screenshots/ja/day-white-raw.png +0 -0
  59. data/doc/images/screenshots/ja/day-white.png +0 -0
  60. data/doc/images/screenshots/ja/debian-raw.png +0 -0
  61. data/doc/images/screenshots/ja/debian.png +0 -0
  62. data/doc/images/screenshots/ja/green-circle-raw.png +0 -0
  63. data/doc/images/screenshots/ja/green-circle.png +0 -0
  64. data/doc/images/screenshots/ja/night-black-raw.png +0 -0
  65. data/doc/images/screenshots/ja/night-black.png +0 -0
  66. data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
  67. data/doc/images/screenshots/ja/rabbit.png +0 -0
  68. data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
  69. data/doc/images/screenshots/ja/ranguba.png +0 -0
  70. data/doc/images/screenshots/ja/red-frame-raw.png +0 -0
  71. data/doc/images/screenshots/ja/red-frame.png +0 -0
  72. data/doc/images/screenshots/ja/ruby-gnome2-raw.png +0 -0
  73. data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
  74. data/doc/images/screenshots/ja/rubykaigi2011-raw.png +0 -0
  75. data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
data/rabbit.gemspec CHANGED
@@ -61,5 +61,5 @@ Gem::Specification.new do |spec|
61
61
  spec.add_development_dependency("test-unit-rr")
62
62
  spec.add_development_dependency("rake")
63
63
  spec.add_development_dependency("bundler")
64
- spec.add_development_dependency("jekyll")
64
+ spec.add_development_dependency("jekyll", ">= 1.0.2")
65
65
  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.7
4
+ version: 2.0.8
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-04-29 00:00:00.000000000 Z
12
+ date: 2013-06-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gtk2
@@ -274,7 +274,7 @@ dependencies:
274
274
  requirements:
275
275
  - - ! '>='
276
276
  - !ruby/object:Gem::Version
277
- version: '0'
277
+ version: 1.0.2
278
278
  type: :development
279
279
  prerelease: false
280
280
  version_requirements: !ruby/object:Gem::Requirement
@@ -282,16 +282,16 @@ dependencies:
282
282
  requirements:
283
283
  - - ! '>='
284
284
  - !ruby/object:Gem::Version
285
- version: '0'
285
+ version: 1.0.2
286
286
  description: Rabbit is an RD-document-based presentation application.
287
287
  email:
288
288
  - kou@cozmixng.org
289
289
  executables:
290
- - rabbit-slide
291
290
  - rabbit
292
291
  - rabbit-theme
293
- - rabbit-command
294
292
  - rabbirc
293
+ - rabbit-command
294
+ - rabbit-slide
295
295
  extensions: []
296
296
  extra_rdoc_files: []
297
297
  files:
@@ -301,769 +301,717 @@ files:
301
301
  - README
302
302
  - Gemfile
303
303
  - rabbit.gemspec
304
- - lib/rabbit/info-window.rb
305
- - lib/rabbit/searcher.rb
306
- - lib/rabbit/version.rb
307
- - lib/rabbit/logger.rb
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
308
312
  - lib/rabbit/slideshare.rb
309
- - lib/rabbit/logger/gui.rb
310
- - lib/rabbit/logger/base.rb
311
- - lib/rabbit/logger/stderr.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
312
317
  - lib/rabbit/command/rabbit-slide.rb
313
318
  - lib/rabbit/command/rabbit.rb
314
319
  - lib/rabbit/command/rabbit-theme.rb
315
- - lib/rabbit/gettext.rb
316
- - lib/rabbit/action.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
317
349
  - lib/rabbit/image/svg.rb
318
- - lib/rabbit/image/pdf.rb
319
350
  - lib/rabbit/image/default.rb
320
- - lib/rabbit/image/dia.rb
321
- - lib/rabbit/image/eps.rb
322
- - lib/rabbit/image/gimp.rb
323
351
  - 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
352
+ - lib/rabbit/image/pdf.rb
353
+ - 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
336
399
  - lib/rabbit/action/basic.rb
337
400
  - lib/rabbit/action/toggle.rb
338
- - lib/rabbit/action/radio.rb
339
- - lib/rabbit/config.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
340
406
  - lib/rabbit/theme-configuration.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
363
- - lib/rabbit/theme/cozmixng/cozmixng.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
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
371
417
  - 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
381
- - lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.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
418
+ - lib/rabbit/theme/newline-in-title/newline-in-title.rb
398
419
  - 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
413
- - lib/rabbit/theme/clear-blue/clear-blue.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
434
+ - lib/rabbit/theme/cozmixng/cozmixng.rb
435
+ - lib/rabbit/theme/default-item-mark-setup/property.rb
436
+ - 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
414
448
  - 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
449
+ - 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
423
454
  - lib/rabbit/theme/night-black/night-black.rb
424
455
  - lib/rabbit/theme/night-black/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
434
- - lib/rabbit/theme/rabbit-powered-by/rabbit-powered-by.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
438
- - lib/rabbit/theme/clock/clock.rb
439
- - lib/rabbit/theme/clock/property.rb
440
- - lib/rabbit/theme/ruby-gnome2-icon/ruby-gnome2-icon.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
441
461
  - 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
446
- - lib/rabbit/theme/cozmixng-powered-by/cozmixng-powered-by.rb
447
- - lib/rabbit/theme/cozmixng-powered-by/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
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
470
465
  - lib/rabbit/theme/lightning-talk/lightning-talk.rb
471
466
  - 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
475
- - lib/rabbit/theme/newline-in-slides/newline-in-slides.rb
476
- - lib/rabbit/theme/newline-in-slides/property.rb
477
- - lib/rabbit/theme/color-circle/property.rb
467
+ - lib/rabbit/theme/title-background-image/title-background-image.rb
468
+ - lib/rabbit/theme/title-background-image/property.rb
478
469
  - 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
483
- - lib/rabbit/theme/ruby-gnome2-slide/ruby-gnome2-slide.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
470
+ - lib/rabbit/theme/color-circle/property.rb
471
+ - lib/rabbit/theme/base/property.rb
472
+ - lib/rabbit/theme/base/base.rb
499
473
  - 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
474
+ - lib/rabbit/theme/icon/icon.rb
516
475
  - lib/rabbit/theme/powered-by/property.rb
517
- - lib/rabbit/theme/rabbit-headline-logo/rabbit-headline-logo.rb
476
+ - lib/rabbit/theme/powered-by/powered-by.rb
477
+ - lib/rabbit/theme/rabbit-powered-by/property.rb
478
+ - 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
518
481
  - 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
482
+ - lib/rabbit/theme/rabbit-headline-logo/rabbit-headline-logo.rb
483
+ - lib/rabbit/theme/clock/clock.rb
484
+ - 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
499
+ - lib/rabbit/theme/cozmixng-powered-by/cozmixng-powered-by.rb
500
+ - lib/rabbit/theme/cozmixng-powered-by/property.rb
501
+ - lib/rabbit/theme/newline-in-slides/property.rb
502
+ - 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
506
+ - 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
527
511
  - lib/rabbit/theme/simple-item-mark/simple-item-mark.rb
528
512
  - lib/rabbit/theme/simple-item-mark/property.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
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
543
527
  - lib/rabbit/theme/color-circle-text/property.rb
544
528
  - lib/rabbit/theme/color-circle-text/color-circle-text.rb
545
- - lib/rabbit/theme/default-slide/default-slide.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
546
535
  - 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
553
- - lib/rabbit/theme/lightning-talk-toolkit/lightning-talk-toolkit.rb
536
+ - 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
554
555
  - 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
556
+ - 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
559
579
  - lib/rabbit/theme/image-timer/property.rb
560
580
  - lib/rabbit/theme/image-timer/image-timer.rb
561
- - lib/rabbit/theme/title-shadow/title-shadow.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
562
601
  - 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
602
+ - 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
567
625
  - lib/rabbit/theme/body-background-image/body-background-image.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
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
631
634
  - lib/rabbit/task.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
638
- - lib/rabbit/element/table.rb
639
- - lib/rabbit/element/poppler-title-slide.rb
640
- - lib/rabbit/element/index-slide.rb
641
- - lib/rabbit/element/footnote.rb
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
646
- - lib/rabbit/element/text-block-element.rb
647
- - lib/rabbit/element/block-element.rb
648
- - lib/rabbit/element/slide-element.rb
649
- - lib/rabbit/element/title-slide.rb
650
- - lib/rabbit/element/text-element.rb
651
- - lib/rabbit/element/poppler-page.rb
652
- - lib/rabbit/element/poppler-slide.rb
653
- - lib/rabbit/element/item-list.rb
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
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
635
+ - lib/rabbit/source.rb
636
+ - lib/rabbit/gem-finder.rb
680
637
  - lib/rabbit/parser/pause-support.rb
681
638
  - 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
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
685
645
  - 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
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
689
651
  - 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
652
  - 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
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
675
+ - lib/rabbit/element/table.rb
676
+ - lib/rabbit/element/block.rb
677
+ - 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
683
+ - lib/rabbit/element/image-title-slide.rb
684
+ - 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
688
+ - 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
+ - lib/rabbit/element/text-element.rb
693
+ - 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
698
+ - lib/rabbit/element/text-renderer.rb
699
+ - lib/rabbit/element/text.rb
701
700
  - data/locale/en/LC_MESSAGES/rabbit.mo
702
701
  - data/locale/ja/LC_MESSAGES/rabbit.mo
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
706
- - data/rabbit/image/rabbit-images/blue-item.png
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
707
711
  - data/rabbit/image/rabbit-images/rabbit-banner-green.png
708
- - data/rabbit/image/rabbit-images/close-quote-light-blue.png
712
+ - 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
709
722
  - data/rabbit/image/rabbit-images/rabbit-pink-logo2.png
710
- - data/rabbit/image/rabbit-images/rabbit-banner2.png
711
- - data/rabbit/image/rabbit-images/mini-usagi.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
712
726
  - data/rabbit/image/rabbit-images/mini-horizontal-bar.png
713
- - data/rabbit/image/rabbit-images/lavie-icon.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
714
730
  - data/rabbit/image/rabbit-images/usa-taro.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
731
+ - data/rabbit/image/rabbit-images/open-quote-light-blue.png
720
732
  - data/rabbit/image/rabbit-images/rabbit-banner.png
721
- - data/rabbit/image/rabbit-images/mini-usa-taro.png
722
- - data/rabbit/image/rabbit-images/rabbit-pink-logo.png
733
+ - data/rabbit/image/rabbit-images/kame.png
723
734
  - data/rabbit/image/rabbit-images/mini-yukidaru-taro.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
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
727
741
  - data/rabbit/image/rabbit-images/rabbit-banner-pink.png
742
+ - data/rabbit/image/rabbit-images/lavie-icon.png
728
743
  - data/rabbit/image/rabbit-images/open-quote-brown.png
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
752
- - data/rabbit/image/clear-blue-images/clear-blue-headline-background.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
753
747
  - data/rabbit/image/clear-blue-images/clear-blue-images.rb
748
+ - data/rabbit/image/clear-blue-images/clear-blue-headline-background.png
754
749
  - data/rabbit/image/clear-blue-images/clear-blue-icon.png
755
- - data/rabbit/image/clear-blue-images/property.rb
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
756
759
  - data/rabbit/image/cozmixng-images/cozmixchu.png
757
760
  - data/rabbit/image/cozmixng-images/cozmixng-images.rb
758
761
  - data/rabbit/image/cozmixng-images/powered-by-cozmixng.png
759
- - data/rabbit/image/cozmixng-images/property.rb
760
762
  - data/rabbit/image/dark-gradation-images/background-gradation.png
761
- - data/rabbit/image/dark-gradation-images/dark-gradation-images.rb
762
763
  - 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
781
- - data/rabbit/image/debian-images/top.png
764
+ - data/rabbit/image/dark-gradation-images/dark-gradation-images.rb
782
765
  - data/rabbit/image/debian-images/item1.png
766
+ - data/rabbit/image/debian-images/property.rb
767
+ - data/rabbit/image/debian-images/top.png
783
768
  - data/rabbit/image/debian-images/debian-whirl.png
784
769
  - data/rabbit/image/debian-images/debian-logo.png
785
770
  - data/rabbit/image/debian-images/bottom.png
786
- - data/rabbit/image/debian-images/debian-logo-pink.png
787
771
  - data/rabbit/image/debian-images/debian-images.rb
788
- - data/rabbit/image/debian-images/property.rb
772
+ - 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
789
789
  - data/account.kou.gpg
790
- - entities/isomopf.ent
791
- - entities/isoamso.ent
792
- - entities/ent2rb.rb
793
- - entities/isopub.ent
794
- - entities/README
790
+ - entities/isolat2.ent
791
+ - entities/isodia.ent
795
792
  - entities/isogrk3.ent
793
+ - entities/isoamsn.ent
794
+ - entities/README
795
+ - entities/mmlalias.ent
796
796
  - entities/isoamsa.ent
797
- - entities/isoamsr.ent
798
- - entities/isodia.ent
797
+ - entities/ent2rb.rb
799
798
  - entities/isoamsb.ent
800
- - entities/mmlextra.ent
801
- - entities/isoamsn.ent
799
+ - entities/isopub.ent
800
+ - entities/isotech.ent
802
801
  - entities/isoamsc.ent
803
- - entities/isobox.ent
804
- - entities/isocyr1.ent
805
- - entities/isolat2.ent
806
- - entities/isolat1.ent
807
802
  - entities/isocyr2.ent
808
- - entities/isomfrk.ent
809
- - entities/isotech.ent
803
+ - entities/isolat1.ent
810
804
  - entities/isomscr.ent
811
- - entities/mmlalias.ent
805
+ - entities/mmlextra.ent
806
+ - entities/isoamsr.ent
807
+ - entities/isobox.ent
808
+ - entities/isoamso.ent
809
+ - entities/isomfrk.ent
812
810
  - entities/isonum.ent
813
- - sample/lightning-talk.rd
814
- - sample/equation.eps
815
- - sample/rabbit.dia
811
+ - entities/isocyr1.ent
812
+ - entities/isomopf.ent
813
+ - sample/rabbit_icon.png
816
814
  - 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
832
815
  - sample/rabbit.md
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
855
- - sample/kof2005/ruby-gnome2-logo.png
856
- - sample/kof2005/mask.rb
857
- - sample/kof2005/high-light.svg
858
816
  - sample/kof2005/high-light-expose.rb
859
- - sample/kof2005/gesture-flow.svg
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
824
+ - sample/kof2005/ruby-gnome2-logo.png
860
825
  - sample/kof2005/high-light-architecture.svg
861
826
  - sample/kof2005/mask-screenshot.png
827
+ - sample/kof2005/gesture-flow.svg
828
+ - sample/kof2005/high-light.svg
862
829
  - sample/kof2005/widget.svg
863
- - sample/kof2005/high-light-widget.rb
864
830
  - sample/kof2005/high-light-widget.svg
865
- - sample/kof2005/high-light-expose.svg
866
- - sample/kof2005/mask.svg
867
831
  - 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
872
832
  - sample/html_and_wiki.png
873
- - sample/blue-circle.rd
874
- - sample/rabbit_icon.png
875
- - sample/table.hiki
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
876
840
  - sample/spiral.svg
877
- - sample/table-en.rd
878
- - sample/can_rabbit.rd
879
- - sample/pre.rd
880
- - sample/rabbit_icon.ico
881
- - sample/html_and_wiki.svg
882
- - sample/usagi.png
883
- - sample/rabbit.hiki
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
+ - sample/blue-circle.rd
860
+ - sample/rabbit.dia
861
+ - sample/rabbit-en.hiki
862
+ - sample/cozmixng_is_field.png
863
+ - sample/rabbit-history.svg
884
864
  - sample/lavie.png
885
- - sample/join_cozmixng.png
886
- - sample/ppt/ppt.rd
887
- - sample/ppt/hare-and-tortoise-end.png
865
+ - sample/can_rabbit.rd
866
+ - sample/cozmixng_is_field.svg
867
+ - sample/slide-property.hiki
888
868
  - sample/ppt/hare-and-tortoise-middle.png
889
869
  - sample/ppt/hare-and-tortoise-start.png
890
870
  - 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
891
875
  - sample/slide-property.rab
892
- - sample/shocker.jpg
893
- - sample/rabbit-history.svg
894
- - sample/gl-sample.rd
895
876
  - sample/rabbit-en.rd
896
- - sample/rabbit-en.hiki
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
897
900
  - misc/xyzzy/rabbit-mode.l
898
- - misc/make-image-sample.rb
899
901
  - misc/make-print-sample.rb
900
- - misc/emacs/README.ja
901
902
  - 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
903
+ - misc/emacs/README.ja
904
+ - misc/make-image-sample.rb
905
905
  - misc/update-rd.rb
906
- - doc/_plugins/converters/hiki.rb
907
- - doc/_plugins/converters/markdown.rb
908
- - doc/_plugins/converters/rd.rb
909
- - doc/_plugins/support_symlink.rb
906
+ - doc/_layouts/skeleton.html
907
+ - doc/_layouts/ja.html
908
+ - doc/_layouts/en.html
909
+ - doc/favicon.ico
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
915
912
  - doc/screenshot.en.rab
916
- - doc/images/hare-and-tortoise.svg
917
- - doc/images/background-sample.svg
918
- - doc/images/background.svg
913
+ - doc/css/rabbit.css
914
+ - doc/css/jquery-ui/themes/ui-lightness.css
915
+ - doc/index.html.ja
919
916
  - doc/images/jp.png
920
917
  - 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
974
918
  - doc/images/background.png
975
- - doc/images/hare-and-tortoise.png
919
+ - doc/images/rabbit-slide-show-logo.png
920
+ - doc/images/hare-and-tortoise.svg
976
921
  - doc/images/us.png
922
+ - doc/images/background.svg
923
+ - doc/images/hare-and-tortoise.png
977
924
  - doc/images/lavie.png
978
- - doc/images/rabbit-slide-show-logo.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
979
933
  - doc/en/slides.rd
980
- - doc/en/news.rd
981
934
  - 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
982
939
  - doc/en/sample/hiki/rabbit.hiki
983
940
  - doc/en/sample/markdown/rabbit.md
984
- - doc/en/sample/rd/rabbit.rd
985
- - doc/en/sample/index.rd
986
- - doc/en/faq.rd
987
941
  - 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
994
942
  - doc/en/install/windows.rd
995
943
  - doc/en/install/index.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
944
+ - doc/en/install/homebrew.rd
945
+ - doc/en/install/macports.rd
1002
946
  - doc/en/usage/rabbit-theme.rd
1003
- - doc/en/usage/rabbit-slide.rd
1004
947
  - 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
948
+ - 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
1013
963
  - doc/ja/slides.rd
1014
- - doc/ja/about.rd
1015
- - doc/ja/news.rd
1016
964
  - doc/ja/usage.rd
965
+ - 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
1017
970
  - doc/ja/sample/hiki/rabbit.hiki
1018
971
  - doc/ja/sample/markdown/rabbit.md
1019
- - doc/ja/sample/rd/rabbit.rd
1020
- - doc/ja/sample/index.rd
1021
- - doc/ja/faq.rd
1022
972
  - 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
1029
973
  - doc/ja/install/windows.rd
1030
974
  - doc/ja/install/index.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
975
+ - doc/ja/install/homebrew.rd
976
+ - doc/ja/install/macports.rd
1037
977
  - doc/ja/usage/rabbit-theme.rd
1038
- - doc/ja/usage/rabbit-slide.rd
1039
978
  - doc/ja/usage/rabbit.rd
1040
- - doc/favicon.ico
979
+ - 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
1041
989
  - doc/index.html.en
1042
- - po/fr/rabbit.po
1043
990
  - po/en/rabbit.po
1044
991
  - po/ja/rabbit.po
1045
- - test/test-element.rb
1046
- - test/test-readme-parser.rb
992
+ - po/fr/rabbit.po
1047
993
  - test/test-theme-configuration.rb
1048
- - test/test-utils.rb
1049
- - test/image/test-eps.rb
1050
- - test/image/test-dia.rb
1051
- - test/test-slide-configuration.rb
994
+ - test/test-applier.rb
1052
995
  - test/test-slideshare.rb
996
+ - test/test-utils.rb
997
+ - test/test-color.rb
1053
998
  - test/rabbit-test-utils.rb
1054
- - test/run-test.rb
1055
- - test/source-generator/test-rd.rb
1056
- - test/source-generator/test-markdown.rb
999
+ - test/test-readme-parser.rb
1000
+ - test/test-slide-configuration.rb
1057
1001
  - test/source-generator/test-hiki.rb
1002
+ - test/source-generator/test-markdown.rb
1003
+ - test/source-generator/test-rd.rb
1004
+ - test/image/test-dia.rb
1005
+ - test/image/test-eps.rb
1058
1006
  - test/test-source.rb
1007
+ - test/run-test.rb
1059
1008
  - test/test-author-configuration.rb
1060
- - test/test-applier.rb
1061
- - test/test-color.rb
1062
- - bin/rabbit-slide
1009
+ - test/test-element.rb
1063
1010
  - bin/rabbit
1064
1011
  - bin/rabbit-theme
1065
- - bin/rabbit-command
1066
1012
  - bin/rabbirc
1013
+ - bin/rabbit-command
1014
+ - bin/rabbit-slide
1067
1015
  homepage: http://rabbit-shocker.org/
1068
1016
  licenses:
1069
1017
  - GPLv2+
@@ -1090,21 +1038,21 @@ signing_key:
1090
1038
  specification_version: 3
1091
1039
  summary: Rabbit is an RD-document-based presentation application.
1092
1040
  test_files:
1093
- - test/test-element.rb
1094
- - test/test-readme-parser.rb
1095
1041
  - test/test-theme-configuration.rb
1096
- - test/test-utils.rb
1097
- - test/image/test-eps.rb
1098
- - test/image/test-dia.rb
1099
- - test/test-slide-configuration.rb
1042
+ - test/test-applier.rb
1100
1043
  - test/test-slideshare.rb
1044
+ - test/test-utils.rb
1045
+ - test/test-color.rb
1101
1046
  - test/rabbit-test-utils.rb
1102
- - test/run-test.rb
1103
- - test/source-generator/test-rd.rb
1104
- - test/source-generator/test-markdown.rb
1047
+ - test/test-readme-parser.rb
1048
+ - test/test-slide-configuration.rb
1105
1049
  - test/source-generator/test-hiki.rb
1050
+ - test/source-generator/test-markdown.rb
1051
+ - test/source-generator/test-rd.rb
1052
+ - test/image/test-dia.rb
1053
+ - test/image/test-eps.rb
1106
1054
  - test/test-source.rb
1055
+ - test/run-test.rb
1107
1056
  - test/test-author-configuration.rb
1108
- - test/test-applier.rb
1109
- - test/test-color.rb
1057
+ - test/test-element.rb
1110
1058
  has_rdoc: