[DRE-commits] [tdiary] 03/03: Merge tag 'upstream/4.0.0'

Taku YASUI tach at debian.org
Sat Aug 17 10:21:18 UTC 2013


This is an automated email from the git hooks/post-receive script.

tach pushed a commit to branch feature/gem-transition-4.0.0
in repository tdiary.

commit 84157d98b9e81dc4909ba8308e9b0e9477948a93
Merge: 6ca0b12 c7bed0d
Author: Taku YASUI <tach at debian.org>
Date:   Sat Aug 17 19:17:43 2013 +0900

    Merge tag 'upstream/4.0.0'
    
    Upstream version 4.0.0
    
    # gpg: Signature made 2013年08月17日 19時17分39秒 JST using RSA key ID E909CDEE
    # gpg: Good signature from "Taku YASUI <tach at debian.org>"
    # gpg:                 aka "Taku YASUI <tach at debian.or.jp>"
    # gpg:                 aka "Taku YASUI <tach at arege.jp>"
    # gpg:                 aka "Taku YASUI <tach at arege.net>"
    # gpg:                 aka "Taku YASUI <taku.yasui at gmail.com>"
    # gpg:                 aka "Taku YASUI <taku.yasui at facebook.com>"

 .gitignore                                         |    1 +
 .travis.yml                                        |   54 +-
 Capfile                                            |    2 -
 Gemfile                                            |   59 +-
 Gemfile.lock                                       |  137 +-
 README.md                                          |    4 +-
 Rakefile                                           |    8 +-
 bin/tdiary                                         |    7 +
 checksums.yaml.gz                                  |  Bin 0 -> 267 bytes
 config.ru                                          |   62 +-
 doc/HOWTO-authenticate-in-rack.html                |   92 -
 doc/HOWTO-make-io.html                             |  332 --
 doc/HOWTO-make-plugin.html                         |  280 -
 doc/HOWTO-make-theme.html                          |   85 -
 doc/HOWTO-testing-tDiary.html                      |   51 -
 doc/HOWTO-testing-tDiary.md                        |    2 +-
 doc/HOWTO-use-plugin.html                          |  139 -
 doc/HOWTO-write-tDiary.en.html                     |  136 -
 doc/HOWTO-write-tDiary.html                        |  142 -
 doc/INSTALL-cgi.md                                 |   83 +
 doc/INSTALL-paas.html                              |  183 -
 doc/INSTALL-paas.md                                |    2 +-
 doc/INSTALL-rack.md                                |   97 +
 doc/INSTALL.html                                   |  167 -
 doc/INSTALL.md                                     |   88 +-
 doc/README.en.html                                 |  184 -
 doc/README.en.md                                   |    2 +-
 doc/README.html                                    |   60 -
 doc/README.md                                      |    2 +-
 doc/UPGRADE.html                                   |  178 -
 index.rb                                           |    6 +-
 js/comment_emoji_autocomplete.js                   |  139 +
 metadata.yml                                       |  517 ++
 misc/gemfiles/ruby18.gemfile                       |   35 -
 misc/gemfiles/ruby18.gemfile.lock                  |  153 -
 misc/migrate.rb                                    |    1 -
 misc/paas/cloudfoundry/Gemfile                     |    5 +-
 misc/paas/cloudfoundry/Gemfile.lock                |   13 +
 misc/paas/cloudfoundry/tdiary.conf                 |    6 +-
 misc/plugin/category.rb                            |    5 +-
 misc/plugin/comment_emoji_autocomplete.rb          |   27 +
 misc/plugin/image.rb                               |   23 +-
 misc/plugin/makerss.rb                             |   12 +-
 misc/plugin/xmlrpc/xmlrpc.rb                       |    1 -
 misc/style/gfm/gfm_style.rb                        |   23 +-
 misc/style/rd/rd_style.rb                          |    4 +-
 plugin/00default.rb                                |   14 +-
 plugin/50sp.rb                                     |    4 +
 spec/acceptance/save_conf_default_spec.rb          |   30 +-
 spec/acceptance/save_conf_plugin_spec.rb           |   20 +-
 spec/acceptance/view_comment_spec.rb               |   54 +-
 spec/acceptance_helper.rb                          |   10 +-
 spec/core/compatible_spec.rb                       |   70 +-
 spec/core/rack/assets/precompile_spec.rb           |   81 +-
 spec/core/rack/static_spec.rb                      |   27 +
 spec/core/style/gfm_style_spec.rb                  |   48 +
 spec/core/style/rd_style_spec.rb                   |   22 +
 spec/fixtures/tdiary.conf.gem                      |  212 +
 .../javascripts/helpers}/jasmine-jquery.js         |  157 +-
 {vendor/jquery-1.8 => spec/javascripts}/jquery.js  | 1939 ++++---
 spec/javascripts/support/jasmine.yml               |   72 +-
 spec/plugin/plugin_helper.rb                       |    2 +-
 spec/rcov.opts                                     |    3 -
 spec/spec_helper.rb                                |   16 +-
 tdiary.gemspec                                     |   25 +
 tdiary.rb                                          |   23 +-
 tdiary/admin.rb                                    |    4 +-
 tdiary/application.rb                              |   78 +-
 tdiary/application/configuration.rb                |   36 +
 tdiary/application/extensions/omniauth.rb          |   23 +
 tdiary/base.rb                                     |    6 +-
 tdiary/cli.rb                                      |  184 +
 tdiary/compatible.rb                               |  110 +-
 tdiary/config.rb                                   |   50 +-
 tdiary/core_ext.rb                                 |   11 +-
 tdiary/deploy.rb                                   |   50 -
 tdiary/dispatcher.rb                               |   44 +-
 tdiary/environment.rb                              |    1 -
 tdiary/io/base.rb                                  |    9 +-
 tdiary/lang/ja.rb                                  |   27 +-
 tdiary/rack.rb                                     |   26 +
 tdiary/rack/static.rb                              |   29 +
 tdiary/referer_manager.rb                          |    4 +-
 tdiary/request.rb                                  |  268 +-
 tdiary/response.rb                                 |   19 +-
 tdiary/style/wiki_style.rb                         |    9 +-
 tdiary/tasks.rb                                    |    1 +
 tdiary/tasks/release.rake                          |   78 +-
 tdiary/tasks/rspec.rake                            |   18 +-
 tdiary/tasks/test.rake                             |    1 -
 tdiary/version.rb                                  |    3 +
 tdiary/view.rb                                     |    4 +-
 theme/3minutes/3minutes.css                        |  645 ---
 theme/3minutes/README                              |   16 -
 theme/3minutes/h3.png                              |  Bin 245 -> 0 bytes
 theme/3minutes/sanchor.png                         |  Bin 257 -> 0 bytes
 theme/3pink/3pink.css                              |  647 ---
 theme/3pink/README                                 |   16 -
 theme/3pink/h3.png                                 |  Bin 245 -> 0 bytes
 theme/3pink/sanchor.png                            |  Bin 274 -> 0 bytes
 theme/90/90.css                                    |  830 ---
 theme/90/README                                    |    5 -
 theme/README.md                                    |   20 -
 theme/alfa/README                                  |   15 -
 theme/alfa/alfa.css                                |  557 --
 theme/alfa/alfa_canchor.png                        |  Bin 278 -> 0 bytes
 theme/alfa/alfa_panchor.png                        |  Bin 860 -> 0 bytes
 theme/another_blue/README                          |   21 -
 theme/another_blue/another_blue.css                |  626 ---
 theme/aoikuruma/README                             |   19 -
 theme/aoikuruma/aoikuruma.css                      |  655 ---
 theme/aoikuruma/aoikuruma_bg.png                   |  Bin 157 -> 0 bytes
 theme/aoikuruma/kurumaline.png                     |  Bin 363 -> 0 bytes
 theme/aoikuruma/kurumaline2.png                    |  Bin 368 -> 0 bytes
 theme/aoikuruma/sanchor.png                        |  Bin 607 -> 0 bytes
 theme/aqua/HDD.gif                                 |  Bin 577 -> 0 bytes
 theme/aqua/README                                  |    7 -
 theme/aqua/aqua.css                                |  214 -
 theme/aqua/aquaBack.png                            |  Bin 415 -> 0 bytes
 theme/aqua/aquaBall.gif                            |  Bin 275 -> 0 bytes
 theme/aqua/aquaBar.png                             |  Bin 429 -> 0 bytes
 theme/aqua/aquaDesktop.jpg                         |  Bin 25600 -> 0 bytes
 theme/aqua/aquaFolder.gif                          |  Bin 265 -> 0 bytes
 theme/aqua/aquaFolder2.gif                         |  Bin 263 -> 0 bytes
 theme/aqua/aquaLine-dark.png                       |  Bin 210 -> 0 bytes
 theme/aqua/aquaLine.png                            |  Bin 289 -> 0 bytes
 theme/aqua/aquaShadow.png                          |  Bin 316 -> 0 bytes
 theme/aqua/aquaShadow2.png                         |  Bin 201 -> 0 bytes
 theme/aqua/metal.png                               |  Bin 2463 -> 0 bytes
 theme/arrow/README                                 |   35 -
 theme/arrow/arrow.css                              |  559 --
 theme/arrow/arrow_date.png                         |  Bin 591 -> 0 bytes
 theme/arrow/arrow_title.png                        |  Bin 796 -> 0 bytes
 theme/artnouveau-blue/Bcomment-L.gif               |  Bin 560 -> 0 bytes
 theme/artnouveau-blue/Bfootnote-L.gif              |  Bin 608 -> 0 bytes
 theme/artnouveau-blue/Bframe-L.gif                 |  Bin 846 -> 0 bytes
 theme/artnouveau-blue/Bframe-R.gif                 |  Bin 835 -> 0 bytes
 theme/artnouveau-blue/Bquote-L.gif                 |  Bin 569 -> 0 bytes
 theme/artnouveau-blue/Breferer-L.gif               |  Bin 572 -> 0 bytes
 theme/artnouveau-blue/Bside-L.gif                  |  Bin 285 -> 0 bytes
 theme/artnouveau-blue/Bside-R.gif                  |  Bin 281 -> 0 bytes
 theme/artnouveau-blue/README                       |    7 -
 theme/artnouveau-blue/artnouveau-blue.css          |  246 -
 theme/artnouveau-green/Gcomment-L.gif              |  Bin 588 -> 0 bytes
 theme/artnouveau-green/Gfootnote-L.gif             |  Bin 646 -> 0 bytes
 theme/artnouveau-green/Gframe-L.gif                |  Bin 866 -> 0 bytes
 theme/artnouveau-green/Gframe-R.gif                |  Bin 846 -> 0 bytes
 theme/artnouveau-green/Gquote-L.gif                |  Bin 600 -> 0 bytes
 theme/artnouveau-green/Greferer-L.gif              |  Bin 592 -> 0 bytes
 theme/artnouveau-green/Gside-L.gif                 |  Bin 286 -> 0 bytes
 theme/artnouveau-green/Gside-R.gif                 |  Bin 279 -> 0 bytes
 theme/artnouveau-green/README                      |    7 -
 theme/artnouveau-green/artnouveau-green.css        |  244 -
 theme/artnouveau-red/README                        |    7 -
 theme/artnouveau-red/Rcomment-L.gif                |  Bin 590 -> 0 bytes
 theme/artnouveau-red/Rfootnote-L.gif               |  Bin 653 -> 0 bytes
 theme/artnouveau-red/Rframe-L.gif                  |  Bin 869 -> 0 bytes
 theme/artnouveau-red/Rframe-R.gif                  |  Bin 846 -> 0 bytes
 theme/artnouveau-red/Rquote-L.gif                  |  Bin 604 -> 0 bytes
 theme/artnouveau-red/Rreferer-L.gif                |  Bin 610 -> 0 bytes
 theme/artnouveau-red/Rside-L.gif                   |  Bin 285 -> 0 bytes
 theme/artnouveau-red/Rside-R.gif                   |  Bin 281 -> 0 bytes
 theme/artnouveau-red/artnouveau-red.css            |  244 -
 theme/asterisk-blue/README                         |    8 -
 theme/asterisk-blue/ast01.gif                      |  Bin 168 -> 0 bytes
 theme/asterisk-blue/asterisk-blue.css              |  647 ---
 theme/asterisk-blue/dot01.gif                      |  Bin 72 -> 0 bytes
 theme/asterisk-lightgray/README                    |    8 -
 theme/asterisk-lightgray/ast05.gif                 |  Bin 176 -> 0 bytes
 theme/asterisk-lightgray/asterisk-lightgray.css    |  633 ---
 theme/asterisk-lightgray/haikei05.gif              |  Bin 888 -> 0 bytes
 theme/asterisk-maroon/README                       |    8 -
 theme/asterisk-maroon/ast04.gif                    |  Bin 176 -> 0 bytes
 theme/asterisk-maroon/asterisk-maroon.css          |  634 ---
 theme/asterisk-maroon/haikei04.gif                 |  Bin 739 -> 0 bytes
 theme/asterisk-orange/README                       |    8 -
 theme/asterisk-orange/ast03.gif                    |  Bin 176 -> 0 bytes
 theme/asterisk-orange/asterisk-orange.css          |  647 ---
 theme/asterisk-orange/dot03.gif                    |  Bin 82 -> 0 bytes
 theme/asterisk-pink/README                         |    8 -
 theme/asterisk-pink/ast02.gif                      |  Bin 176 -> 0 bytes
 theme/asterisk-pink/asterisk-pink.css              |  647 ---
 theme/asterisk-pink/dot02.gif                      |  Bin 90 -> 0 bytes
 theme/at/README                                    |    9 -
 theme/at/at.css                                    |  402 --
 theme/autumn/README                                |   19 -
 theme/autumn/autumn.css                            |  602 ---
 theme/autumn/autumn_calendar2.png                  |  Bin 36519 -> 0 bytes
 theme/babypink/README                              |   33 -
 theme/babypink/babypink.css                        |  588 --
 theme/be_r5/README                                 |    6 -
 theme/be_r5/be_r5.css                              |  602 ---
 theme/be_r5/ber5_button.png                        |  Bin 288 -> 0 bytes
 theme/be_r5/ber5_deskbar.png                       |  Bin 1566 -> 0 bytes
 theme/be_r5/ber5_txt.png                           |  Bin 1479 -> 0 bytes
 theme/be_r5/ber5_volume.png                        |  Bin 1360 -> 0 bytes
 theme/bill/README                                  |   32 -
 theme/bill/bill.css                                |  552 --
 theme/bill/bill.png                                |  Bin 29958 -> 0 bytes
 theme/bill/bill_pre.png                            |  Bin 205 -> 0 bytes
 theme/bistro_menu/README                           |   40 -
 theme/bistro_menu/bistro_menu.css                  |  689 ---
 theme/bistro_menu/bistro_menu_back.gif             |  Bin 6121 -> 0 bytes
 theme/bistro_menu/bistro_menu_back_body.gif        |  Bin 531 -> 0 bytes
 theme/bistro_menu/bistro_menu_back_day.gif         |  Bin 4882 -> 0 bytes
 theme/bistro_menu/bistro_menu_back_h2.gif          |  Bin 4828 -> 0 bytes
 theme/black-blue/README                            |   20 -
 theme/black-blue/black-blue.css                    |  234 -
 theme/black-blue/black-blue_anchor.png             |  Bin 860 -> 0 bytes
 theme/black-blue/black-blue_back.png               |  Bin 916 -> 0 bytes
 theme/black-green/README                           |   20 -
 theme/black-green/black-green.css                  |  237 -
 theme/black-green/black-green_anchor.png           |  Bin 860 -> 0 bytes
 theme/black-green/black-green_back.png             |  Bin 918 -> 0 bytes
 theme/black-lingerie/README                        |   24 -
 theme/black-lingerie/black-lingerie.css            |  495 --
 theme/black-lingerie/black-lingerie_back1.gif      |  Bin 2089 -> 0 bytes
 theme/black-lingerie/black-lingerie_back2.gif      |  Bin 851 -> 0 bytes
 theme/black-lingerie/black-lingerie_canchor.gif    |  Bin 890 -> 0 bytes
 theme/black-lingerie/black-lingerie_panchor.gif    |  Bin 893 -> 0 bytes
 theme/black-red/README                             |   20 -
 theme/black-red/black-red.css                      |  231 -
 theme/black-red/black-red_anchor.png               |  Bin 860 -> 0 bytes
 theme/black-red/black-red_back.png                 |  Bin 895 -> 0 bytes
 theme/black_mamba/README                           |    5 -
 theme/black_mamba/black_mamba.css                  |  203 -
 theme/black_mamba/sanchor.gif                      |  Bin 755 -> 0 bytes
 theme/blackboard/README                            |    7 -
 theme/blackboard/bb-head.gif                       |  Bin 787 -> 0 bytes
 theme/blackboard/bb-side.gif                       |  Bin 439 -> 0 bytes
 theme/blackboard/bb_01.gif                         |  Bin 1997 -> 0 bytes
 theme/blackboard/bb_02.gif                         |  Bin 779 -> 0 bytes
 theme/blackboard/bb_03.gif                         |  Bin 1907 -> 0 bytes
 theme/blackboard/blackboard.css                    |  754 ---
 theme/blackbox/README                              |   34 -
 theme/blackbox/blackbox.css                        |  471 --
 theme/blackbox/blackbox_anchorback.png             |  Bin 204 -> 0 bytes
 theme/blackbox/blackbox_back.png                   |  Bin 6115 -> 0 bytes
 theme/blackbox/blackbox_backh2.png                 |  Bin 1211 -> 0 bytes
 theme/blackbox/blackbox_backpre.png                |  Bin 678 -> 0 bytes
 theme/blackbox/blackbox_smallanchorback.png        |  Bin 223 -> 0 bytes
 theme/blue-border/README                           |   35 -
 theme/blue-border/blue-border.css                  |  542 --
 theme/blue-border/blue-border_bg.png               |  Bin 372 -> 0 bytes
 theme/blue-border/blue-border_canchor.png          |  Bin 248 -> 0 bytes
 theme/blue-border/blue-border_panchor.png          |  Bin 300 -> 0 bytes
 theme/blue-dash/README                             |   20 -
 theme/blue-dash/bg01.gif                           |  Bin 152 -> 0 bytes
 theme/blue-dash/blue-dash.css                      |  315 --
 theme/blue-dash/ha_b.png                           |  Bin 92 -> 0 bytes
 theme/blue-feather/README                          |   26 -
 theme/blue-feather/blue-feather.css                |  534 --
 theme/blue-feather/blue-feather.gif                |  Bin 3545 -> 0 bytes
 theme/bluegrad/README                              |   28 -
 theme/bluegrad/bluegrad.css                        |  464 --
 theme/bluegrad/bluegrad_anchor.png                 |  Bin 553 -> 0 bytes
 theme/bluegrad/bluegrad_back.png                   |  Bin 307 -> 0 bytes
 theme/bluegrad/bluegrad_backday.png                |  Bin 327 -> 0 bytes
 theme/bluegrad/bluegrad_commentanchor.png          |  Bin 404 -> 0 bytes
 theme/bluely/README                                |   33 -
 theme/bluely/bluely.css                            |  537 --
 theme/book/README                                  |    7 -
 theme/book/book.css                                |  451 --
 theme/book2-feminine/README                        |    7 -
 theme/book2-feminine/book2-feminine.css            |  463 --
 theme/book3-sky/README                             |    7 -
 theme/book3-sky/book3-sky.css                      |  464 --
 theme/bootstrap/bootstrap.css                      |   56 -
 theme/bootstrap/css/bootstrap-responsive.css       | 1040 ----
 theme/bootstrap/css/bootstrap-responsive.min.css   |    9 -
 theme/bootstrap/css/bootstrap.css                  | 5624 --------------------
 theme/bootstrap/css/bootstrap.min.css              |    9 -
 theme/bootstrap/img/glyphicons-halflings-white.png |  Bin 8777 -> 0 bytes
 theme/bootstrap/img/glyphicons-halflings.png       |  Bin 12799 -> 0 bytes
 theme/bootstrap/js/bootstrap.js                    | 2027 -------
 theme/bootstrap/js/bootstrap.min.js                |    6 -
 theme/bright-green/README                          |   24 -
 theme/bright-green/bright-green.css                |  624 ---
 theme/bright-green/green-back.png                  |  Bin 227 -> 0 bytes
 theme/bright-green/green_a.png                     |  Bin 283 -> 0 bytes
 theme/bright-green/green_h3line.png                |  Bin 589 -> 0 bytes
 theme/britannian/README                            |   24 -
 theme/britannian/britannian.css                    |  729 ---
 theme/brown/README                                 |   20 -
 theme/brown/brown.css                              |  470 --
 theme/bubble/README                                |   36 -
 theme/bubble/bubble.css                            |  519 --
 theme/bubble/bubble_anchor_a.png                   |  Bin 802 -> 0 bytes
 theme/bubble/bubble_anchor_b.png                   |  Bin 814 -> 0 bytes
 theme/bubble/bubble_back.png                       |  Bin 5939 -> 0 bytes
 theme/bubble/bubble_pre.png                        |  Bin 205 -> 0 bytes
 .../cafe-mint-julep-soda-back-iphone.jpg           |  Bin 32459 -> 0 bytes
 .../cafe-mint-julep-soda-back.jpg                  |  Bin 84756 -> 0 bytes
 .../cafe-mint-julep-soda-update.jpg                |  Bin 15255 -> 0 bytes
 .../cafe-mint-julep-soda/cafe-mint-julep-soda.css  |  699 ---
 theme/candy/README                                 |   38 -
 theme/candy/candy.css                              |  494 --
 theme/candy/candy_blue.png                         |  Bin 556 -> 0 bytes
 theme/candy/candy_calendar.png                     |  Bin 11897 -> 0 bytes
 theme/candy/candy_h2.png                           |  Bin 3816 -> 0 bytes
 theme/candy/candy_red.png                          |  Bin 551 -> 0 bytes
 theme/cards/README                                 |   24 -
 theme/cards/cards.css                              |  631 ---
 theme/cards/cards_back.png                         |  Bin 1755 -> 0 bytes
 theme/cards/cards_back2.png                        |  Bin 10143 -> 0 bytes
 theme/cards/cards_c.png                            |  Bin 232 -> 0 bytes
 theme/cards/cards_p.png                            |  Bin 1276 -> 0 bytes
 theme/cat/README                                   |   29 -
 theme/cat/cat.css                                  |  587 --
 theme/cat/cat_day.png                              |  Bin 5512 -> 0 bytes
 theme/check/README                                 |   48 -
 theme/check/check.css                              |  574 --
 theme/check/check.jpg                              |  Bin 2199 -> 0 bytes
 theme/cherry/README                                |   21 -
 theme/cherry/cherry.css                            |  545 --
 theme/cherry/cherry_back.png                       |  Bin 188 -> 0 bytes
 theme/cherry/cherry_h2.png                         |  Bin 964 -> 0 bytes
 theme/cherry/cherry_sanchor.png                    |  Bin 1133 -> 0 bytes
 theme/cherry_blossom/README                        |   17 -
 theme/cherry_blossom/body.jpg                      |  Bin 29414 -> 0 bytes
 theme/cherry_blossom/cherry_blossom.css            |  495 --
 theme/cherry_blossom_r/README                      |   17 -
 theme/cherry_blossom_r/body.jpg                    |  Bin 33896 -> 0 bytes
 theme/cherry_blossom_r/cherry_blossom_r.css        |  511 --
 theme/chiffon_leafgreen/README                     |    7 -
 theme/chiffon_leafgreen/back.gif                   |  Bin 936 -> 0 bytes
 theme/chiffon_leafgreen/body.gif                   |  Bin 133 -> 0 bytes
 theme/chiffon_leafgreen/body_main.gif              |  Bin 352 -> 0 bytes
 theme/chiffon_leafgreen/chiffon_leafgreen.css      |  506 --
 theme/chiffon_leafgreen/foot.gif                   |  Bin 671 -> 0 bytes
 theme/chiffon_leafgreen/foot_main.gif              |  Bin 1114 -> 0 bytes
 theme/chiffon_leafgreen/head.gif                   |  Bin 816 -> 0 bytes
 theme/chiffon_leafgreen/head_main.gif              |  Bin 978 -> 0 bytes
 theme/chiffon_leafgreen/module.gif                 |  Bin 305 -> 0 bytes
 theme/chiffon_leafgreen/modulebody.gif             |  Bin 915 -> 0 bytes
 theme/chiffon_leafgreen/moduletitle.gif            |  Bin 909 -> 0 bytes
 theme/chiffon_leafgreen/sanchor.gif                |  Bin 273 -> 0 bytes
 theme/chiffon_pink/README                          |    7 -
 theme/chiffon_pink/back.gif                        |  Bin 749 -> 0 bytes
 theme/chiffon_pink/body.gif                        |  Bin 133 -> 0 bytes
 theme/chiffon_pink/body_main.gif                   |  Bin 312 -> 0 bytes
 theme/chiffon_pink/chiffon_pink.css                |  513 --
 theme/chiffon_pink/foot.gif                        |  Bin 685 -> 0 bytes
 theme/chiffon_pink/foot_main.gif                   |  Bin 1054 -> 0 bytes
 theme/chiffon_pink/head.gif                        |  Bin 811 -> 0 bytes
 theme/chiffon_pink/head_main.gif                   |  Bin 881 -> 0 bytes
 theme/chiffon_pink/module.gif                      |  Bin 270 -> 0 bytes
 theme/chiffon_pink/modulebody.gif                  |  Bin 809 -> 0 bytes
 theme/chiffon_pink/moduletitle.gif                 |  Bin 810 -> 0 bytes
 theme/chiffon_pink/sanchor.gif                     |  Bin 462 -> 0 bytes
 theme/chiffon_skyblue/README                       |    7 -
 theme/chiffon_skyblue/back.gif                     |  Bin 716 -> 0 bytes
 theme/chiffon_skyblue/body.gif                     |  Bin 133 -> 0 bytes
 theme/chiffon_skyblue/body_main.gif                |  Bin 298 -> 0 bytes
 theme/chiffon_skyblue/chiffon_skyblue.css          |  507 --
 theme/chiffon_skyblue/foot.gif                     |  Bin 529 -> 0 bytes
 theme/chiffon_skyblue/foot_main.gif                |  Bin 1001 -> 0 bytes
 theme/chiffon_skyblue/head.gif                     |  Bin 687 -> 0 bytes
 theme/chiffon_skyblue/head_main.gif                |  Bin 846 -> 0 bytes
 theme/chiffon_skyblue/module.gif                   |  Bin 263 -> 0 bytes
 theme/chiffon_skyblue/modulebody.gif               |  Bin 773 -> 0 bytes
 theme/chiffon_skyblue/moduletitle.gif              |  Bin 664 -> 0 bytes
 theme/chiffon_skyblue/sanchor.gif                  |  Bin 229 -> 0 bytes
 theme/christmas/README                             |   16 -
 theme/christmas/christmas.css                      |  544 --
 theme/christmas/christmas_com.png                  |  Bin 469 -> 0 bytes
 theme/christmas/christmas_h2.png                   |  Bin 911 -> 0 bytes
 theme/christmas/christmas_h3.png                   |  Bin 329 -> 0 bytes
 theme/christmas/christmas_hr.png                   |  Bin 1010 -> 0 bytes
 theme/citrus/README                                |   16 -
 theme/citrus/citrus.css                            |  612 ---
 theme/citrus/citrus_back.png                       |  Bin 266 -> 0 bytes
 theme/citrus/citrus_h1.png                         |  Bin 2376 -> 0 bytes
 theme/citrus/citrus_h2.png                         |  Bin 1342 -> 0 bytes
 theme/city/README                                  |    7 -
 theme/city/city.css                                |  811 ---
 theme/clover/README                                |   36 -
 theme/clover/clover.css                            |  524 --
 theme/clover/clover_anchor.png                     |  Bin 616 -> 0 bytes
 theme/clover/clover_anchor2.png                    |  Bin 636 -> 0 bytes
 theme/clover/clover_h1.png                         |  Bin 2315 -> 0 bytes
 theme/colorlabel/README                            |    8 -
 theme/colorlabel/bg01.gif                          |  Bin 462 -> 0 bytes
 theme/colorlabel/colorlabel.css                    |  728 ---
 theme/cool_ice/README                              |   30 -
 theme/cool_ice/cool_ice.css                        |  520 --
 theme/cool_ice/cool_ice_anchor.png                 |  Bin 816 -> 0 bytes
 theme/cool_ice/cool_ice_h2.png                     |  Bin 6330 -> 0 bytes
 theme/cool_ice/cool_ice_menu.png                   |  Bin 568 -> 0 bytes
 theme/cosmos/README                                |   23 -
 theme/cosmos/cosmos.css                            |  532 --
 theme/cosmos/cosmos_back.png                       |  Bin 2703 -> 0 bytes
 theme/cosmos/cosmos_canchorback.png                |  Bin 662 -> 0 bytes
 theme/cosmos/cosmos_dayback.png                    |  Bin 5218 -> 0 bytes
 theme/cosmos/cosmos_panchorback.png                |  Bin 1123 -> 0 bytes
 theme/cross/README                                 |   10 -
 theme/cross/cross.css                              |  491 --
 theme/cross/cross_back.png                         |  Bin 317 -> 0 bytes
 theme/curtain/README                               |   16 -
 theme/curtain/body.jpg                             |  Bin 15960 -> 0 bytes
 theme/curtain/curtain.css                          |  494 --
 theme/darkness-pop/README                          |   33 -
 theme/darkness-pop/darkness-pop.css                |  579 --
 theme/darkness-pop/darkness-pop_blockquote.png     |  Bin 152 -> 0 bytes
 theme/darkness-pop/darkness-pop_calendar.png       |  Bin 23832 -> 0 bytes
 theme/darkness-pop/darkness-pop_pre.png            |  Bin 205 -> 0 bytes
 theme/darkwhite/README                             |   10 -
 theme/darkwhite/background.png                     |  Bin 410 -> 0 bytes
 theme/darkwhite/darkwhite.css                      |  496 --
 theme/darkwhite/h2back.png                         |  Bin 408 -> 0 bytes
 theme/date/README                                  |   22 -
 theme/date/date.css                                |  558 --
 theme/deepblue/README                              |   39 -
 theme/deepblue/deepblue.css                        |  564 --
 theme/delta/README                                 |    7 -
 theme/delta/blockquote.gif                         |  Bin 59 -> 0 bytes
 theme/delta/delta.css                              | 1718 ------
 theme/delta/h1.gif                                 |  Bin 25929 -> 0 bytes
 theme/delta/h2.gif                                 |  Bin 558 -> 0 bytes
 theme/delta/moduletitle.gif                        |  Bin 558 -> 0 bytes
 theme/delta/section.gif                            |  Bin 91 -> 0 bytes
 theme/desert/README                                |   19 -
 theme/desert/desert.css                            |  383 --
 theme/desert/desert_back.png                       |  Bin 618 -> 0 bytes
 theme/diamond_dust/README                          |   26 -
 theme/diamond_dust/diamond_dust.css                |  592 ---
 theme/diamond_dust/diamond_dust_back.png           |  Bin 166 -> 0 bytes
 theme/diamond_dust/p01.png                         |  Bin 321 -> 0 bytes
 theme/diamond_dust/p02.png                         |  Bin 334 -> 0 bytes
 theme/diamond_dust/p03.png                         |  Bin 452 -> 0 bytes
 theme/diamond_dust/p04.png                         |  Bin 971 -> 0 bytes
 theme/diamond_dust/p05.png                         |  Bin 813 -> 0 bytes
 theme/diamond_dust/p06.png                         |  Bin 967 -> 0 bytes
 theme/diamond_dust/p07.png                         |  Bin 979 -> 0 bytes
 theme/diamond_dust/p08.png                         |  Bin 965 -> 0 bytes
 theme/diamond_dust/p09.png                         |  Bin 968 -> 0 bytes
 theme/diamond_dust/p10.png                         |  Bin 979 -> 0 bytes
 theme/dice/README                                  |   24 -
 theme/dice/dice.css                                |  586 --
 theme/dice/dice_c01.png                            |  Bin 251 -> 0 bytes
 theme/dice/dice_c02.png                            |  Bin 265 -> 0 bytes
 theme/dice/dice_c03.png                            |  Bin 267 -> 0 bytes
 theme/dice/dice_c04.png                            |  Bin 267 -> 0 bytes
 theme/dice/dice_c05.png                            |  Bin 270 -> 0 bytes
 theme/dice/dice_c06.png                            |  Bin 263 -> 0 bytes
 theme/dice/dice_p01.png                            |  Bin 197 -> 0 bytes
 theme/dice/dice_p02.png                            |  Bin 202 -> 0 bytes
 theme/dice/dice_p03.png                            |  Bin 206 -> 0 bytes
 theme/dice/dice_p04.png                            |  Bin 201 -> 0 bytes
 theme/dice/dice_p05.png                            |  Bin 211 -> 0 bytes
 theme/dice/dice_p06.png                            |  Bin 197 -> 0 bytes
 theme/digital_gadgets/README                       |   17 -
 theme/digital_gadgets/body.jpg                     |  Bin 25473 -> 0 bytes
 theme/digital_gadgets/digital_gadgets.css          |  470 --
 theme/dog/README                                   |   16 -
 theme/dog/dog.css                                  |  616 ---
 theme/dog/dog_back.png                             |  Bin 8202 -> 0 bytes
 theme/dog/dog_canchor.png                          |  Bin 1108 -> 0 bytes
 theme/dog/dog_sanchor.png                          |  Bin 1866 -> 0 bytes
 theme/dot-lime/README                              |    7 -
 theme/dot-lime/dot-border.png                      |  Bin 316 -> 0 bytes
 theme/dot-lime/dot-darkgray.png                    |  Bin 419 -> 0 bytes
 theme/dot-lime/dot-h1_lime.png                     |  Bin 688 -> 0 bytes
 theme/dot-lime/dot-lightgray-mini.png              |  Bin 271 -> 0 bytes
 theme/dot-lime/dot-lightgray.png                   |  Bin 422 -> 0 bytes
 theme/dot-lime/dot-lime-mini.png                   |  Bin 238 -> 0 bytes
 theme/dot-lime/dot-lime.css                        |   99 -
 theme/dot-lime/dot-lime.png                        |  Bin 419 -> 0 bytes
 theme/dot-lime/dot-list.png                        |  Bin 214 -> 0 bytes
 theme/dot-lime/dot.css                             |  190 -
 theme/dot-orange/README                            |    7 -
 theme/dot-orange/dot-border.png                    |  Bin 316 -> 0 bytes
 theme/dot-orange/dot-darkgray.png                  |  Bin 419 -> 0 bytes
 theme/dot-orange/dot-h1_orange.png                 |  Bin 684 -> 0 bytes
 theme/dot-orange/dot-lightgray-mini.png            |  Bin 271 -> 0 bytes
 theme/dot-orange/dot-lightgray.png                 |  Bin 422 -> 0 bytes
 theme/dot-orange/dot-list.png                      |  Bin 214 -> 0 bytes
 theme/dot-orange/dot-orange-mini.png               |  Bin 238 -> 0 bytes
 theme/dot-orange/dot-orange.css                    |   99 -
 theme/dot-orange/dot-orange.png                    |  Bin 419 -> 0 bytes
 theme/dot-orange/dot.css                           |  190 -
 theme/dot-pink/README                              |    7 -
 theme/dot-pink/dot-border.png                      |  Bin 316 -> 0 bytes
 theme/dot-pink/dot-darkgray.png                    |  Bin 419 -> 0 bytes
 theme/dot-pink/dot-h1_pink.png                     |  Bin 585 -> 0 bytes
 theme/dot-pink/dot-lightgray-mini.png              |  Bin 271 -> 0 bytes
 theme/dot-pink/dot-lightgray.png                   |  Bin 422 -> 0 bytes
 theme/dot-pink/dot-list.png                        |  Bin 214 -> 0 bytes
 theme/dot-pink/dot-pink-mini.png                   |  Bin 240 -> 0 bytes
 theme/dot-pink/dot-pink.css                        |   99 -
 theme/dot-pink/dot-pink.png                        |  Bin 397 -> 0 bytes
 theme/dot-pink/dot.css                             |  190 -
 theme/dot-sky/README                               |    7 -
 theme/dot-sky/dot-border.png                       |  Bin 316 -> 0 bytes
 theme/dot-sky/dot-darkgray.png                     |  Bin 419 -> 0 bytes
 theme/dot-sky/dot-h1_sky.png                       |  Bin 691 -> 0 bytes
 theme/dot-sky/dot-lightgray-mini.png               |  Bin 271 -> 0 bytes
 theme/dot-sky/dot-lightgray.png                    |  Bin 422 -> 0 bytes
 theme/dot-sky/dot-list.png                         |  Bin 214 -> 0 bytes
 theme/dot-sky/dot-sky-mini.png                     |  Bin 239 -> 0 bytes
 theme/dot-sky/dot-sky.css                          |   99 -
 theme/dot-sky/dot-sky.png                          |  Bin 420 -> 0 bytes
 theme/dot-sky/dot.css                              |  190 -
 theme/dot/README                                   |   31 -
 theme/dot/dot.css                                  |  506 --
 theme/dotted_line-blue/README                      |    7 -
 theme/dotted_line-blue/dotted_line-blue.css        |  352 --
 theme/dotted_line-green/README                     |    7 -
 theme/dotted_line-green/dotted_line-green.css      |  353 --
 theme/dotted_line-red/README                       |    7 -
 theme/dotted_line-red/dotted_line-red.css          |  353 --
 theme/double/README                                |   24 -
 theme/double/double.css                            |  411 --
 theme/double/double_canchor.png                    |  Bin 638 -> 0 bytes
 theme/double/double_panchor.png                    |  Bin 949 -> 0 bytes
 theme/earth-brown/README                           |   22 -
 theme/earth-brown/earth-brown.css                  |  504 --
 theme/earth-brown/earth-brown_bq.png               |  Bin 996 -> 0 bytes
 theme/easy/README                                  |   29 -
 theme/easy/easy.css                                |  590 --
 theme/emboss/README                                |    5 -
 theme/emboss/emboss.css                            |  269 -
 theme/fine/README                                  |   23 -
 theme/fine/fine.css                                |  419 --
 theme/fine/fine.png                                |  Bin 10927 -> 0 bytes
 theme/fine/fine_blueunderline2.png                 |  Bin 174 -> 0 bytes
 theme/fine/fine_comment.png                        |  Bin 6854 -> 0 bytes
 theme/fine/fine_pre.png                            |  Bin 146 -> 0 bytes
 theme/flower/README                                |   20 -
 theme/flower/flower.css                            |  631 ---
 theme/flower/flower.jpg                            |  Bin 8489 -> 0 bytes
 theme/fluxbox/README                               |   23 -
 theme/fluxbox/fluxbox.css                          |  482 --
 theme/fluxbox/fluxbox_anchorback.png               |  Bin 280 -> 0 bytes
 theme/fluxbox/fluxbox_back.png                     |  Bin 159 -> 0 bytes
 theme/fluxbox/fluxbox_backdate.png                 |  Bin 2496 -> 0 bytes
 theme/fluxbox/fluxbox_backday.png                  |  Bin 216 -> 0 bytes
 theme/fluxbox/fluxbox_backh2.png                   |  Bin 203 -> 0 bytes
 theme/fluxbox/fluxbox_backpre.png                  |  Bin 201 -> 0 bytes
 theme/fluxbox/fluxbox_smallanchorback.png          |  Bin 297 -> 0 bytes
 theme/fluxbox2/README                              |   24 -
 theme/fluxbox2/fluxbox2.css                        |  526 --
 theme/fluxbox2/fluxbox2_anchorback.png             |  Bin 210 -> 0 bytes
 theme/fluxbox2/fluxbox2_back.png                   |  Bin 341 -> 0 bytes
 theme/fluxbox2/fluxbox2_backdate.png               |  Bin 1342 -> 0 bytes
 theme/fluxbox2/fluxbox2_backh2.png                 |  Bin 3086 -> 0 bytes
 theme/fluxbox2/fluxbox2_backpre.png                |  Bin 199 -> 0 bytes
 theme/fluxbox2/fluxbox2_smallanchorback.png        |  Bin 215 -> 0 bytes
 theme/fluxbox3/README                              |   27 -
 theme/fluxbox3/fluxbox3.css                        |  487 --
 theme/fluxbox3/fluxbox3_anchorback.png             |  Bin 28209 -> 0 bytes
 theme/fluxbox3/fluxbox3_backdate.png               |  Bin 350 -> 0 bytes
 theme/fluxbox3/fluxbox3_backh3.png                 |  Bin 612 -> 0 bytes
 theme/fluxbox3/fluxbox3_smallanchorback.png        |  Bin 27194 -> 0 bytes
 theme/fri/README                                   |   21 -
 theme/fri/fri.css                                  |  454 --
 theme/futaba/README                                |   19 -
 theme/futaba/futaba.css                            |  675 ---
 theme/futaba/lb.png                                |  Bin 233 -> 0 bytes
 theme/futaba/lt.png                                |  Bin 236 -> 0 bytes
 theme/futaba/rb.png                                |  Bin 234 -> 0 bytes
 theme/futaba/rt.png                                |  Bin 234 -> 0 bytes
 theme/futaba/sanchor.png                           |  Bin 272 -> 0 bytes
 theme/garden/README                                |   27 -
 theme/garden/garden.css                            |  543 --
 theme/gardenia/README                              |   47 -
 theme/gardenia/gardenia.css                        |  592 ---
 theme/gear/README                                  |   20 -
 theme/gear/gear.css                                |  618 ---
 theme/gear/gear_h2.png                             |  Bin 352 -> 0 bytes
 theme/gear/gear_sanchor.png                        |  Bin 764 -> 0 bytes
 theme/germany/README                               |   30 -
 theme/germany/germany.css                          |  507 --
 theme/germany/germany_anchor.png                   |  Bin 196 -> 0 bytes
 theme/germany/germany_comment_anchor.png           |  Bin 206 -> 0 bytes
 theme/gingham-blue/README                          |   14 -
 theme/gingham-blue/canchor.png                     |  Bin 526 -> 0 bytes
 theme/gingham-blue/gingham-blue.css                |  599 ---
 theme/gingham-blue/gingham-blue_a.png              |  Bin 382 -> 0 bytes
 theme/gingham-blue/gingham-blue_b.png              |  Bin 343 -> 0 bytes
 theme/gingham-blue/gingham-blue_bg.png             |  Bin 224 -> 0 bytes
 theme/gingham-blue/sanchor.png                     |  Bin 694 -> 0 bytes
 theme/gingham-gray/README                          |   13 -
 theme/gingham-gray/canchor.png                     |  Bin 366 -> 0 bytes
 theme/gingham-gray/gingham-a-gray.png              |  Bin 256 -> 0 bytes
 theme/gingham-gray/gingham-b-gray.png              |  Bin 245 -> 0 bytes
 theme/gingham-gray/gingham-gray.css                |  601 ---
 theme/gingham-gray/gingham-gray.png                |  Bin 223 -> 0 bytes
 theme/gingham-gray/sanchor.png                     |  Bin 425 -> 0 bytes
 theme/gingham-green/README                         |   13 -
 theme/gingham-green/canchor.png                    |  Bin 519 -> 0 bytes
 theme/gingham-green/gingham-a-g.png                |  Bin 383 -> 0 bytes
 theme/gingham-green/gingham-b-g.png                |  Bin 345 -> 0 bytes
 theme/gingham-green/gingham-g.png                  |  Bin 244 -> 0 bytes
 theme/gingham-green/gingham-green.css              |  599 ---
 theme/gingham-green/sanchor.png                    |  Bin 665 -> 0 bytes
 theme/gingham-purple/README                        |   13 -
 theme/gingham-purple/canchor.png                   |  Bin 519 -> 0 bytes
 theme/gingham-purple/gingham-a-p.png               |  Bin 341 -> 0 bytes
 theme/gingham-purple/gingham-b-p.png               |  Bin 312 -> 0 bytes
 theme/gingham-purple/gingham-p.png                 |  Bin 223 -> 0 bytes
 theme/gingham-purple/gingham-purple.css            |  600 ---
 theme/gingham-purple/sanchor.png                   |  Bin 664 -> 0 bytes
 theme/gingham-yellow/README                        |   13 -
 theme/gingham-yellow/canchor.png                   |  Bin 475 -> 0 bytes
 theme/gingham-yellow/gingham-a-y.png               |  Bin 330 -> 0 bytes
 theme/gingham-yellow/gingham-b-y.png               |  Bin 310 -> 0 bytes
 theme/gingham-yellow/gingham-y.png                 |  Bin 223 -> 0 bytes
 theme/gingham-yellow/gingham-yellow.css            |  600 ---
 theme/gingham-yellow/sanchor.png                   |  Bin 666 -> 0 bytes
 theme/ginkgo/README                                |   17 -
 theme/ginkgo/body.jpg                              |  Bin 68354 -> 0 bytes
 theme/ginkgo/ginkgo.css                            |  506 --
 theme/giza/README                                  |   22 -
 theme/giza/giza.css                                |  408 --
 theme/giza/giza_day.png                            |  Bin 17847 -> 0 bytes
 theme/giza/giza_pre.png                            |  Bin 192 -> 0 bytes
 theme/glass/README                                 |   28 -
 theme/glass/glass.css                              |  583 --
 theme/glass/glass_back_body.png                    |  Bin 632 -> 0 bytes
 theme/glass/glass_back_day.png                     |  Bin 982 -> 0 bytes
 theme/glass/glass_back_h2.png                      |  Bin 1206 -> 0 bytes
 theme/glass/glass_canchor.png                      |  Bin 607 -> 0 bytes
 theme/glass/glass_panchor.png                      |  Bin 519 -> 0 bytes
 theme/glass_blue/README                            |   75 -
 theme/glass_blue/bg_body.png                       |  Bin 153 -> 0 bytes
 theme/glass_blue/bg_caption.png                    |  Bin 648 -> 0 bytes
 theme/glass_blue/bg_conf.jpg                       |  Bin 493 -> 0 bytes
 theme/glass_blue/bg_counter.png                    |  Bin 808 -> 0 bytes
 theme/glass_blue/bg_day_h2.jpg                     |  Bin 458 -> 0 bytes
 theme/glass_blue/bg_h1.jpg                         |  Bin 17743 -> 0 bytes
 theme/glass_blue/bg_side_h2.jpg                    |  Bin 1555 -> 0 bytes
 theme/glass_blue/canchor.png                       |  Bin 926 -> 0 bytes
 theme/glass_blue/glass_blue.css                    |  656 ---
 theme/glass_blue/sanchor.png                       |  Bin 974 -> 0 bytes
 theme/glass_emerald/README                         |   75 -
 theme/glass_emerald/bg_body.png                    |  Bin 153 -> 0 bytes
 theme/glass_emerald/bg_caption.png                 |  Bin 648 -> 0 bytes
 theme/glass_emerald/bg_conf.jpg                    |  Bin 493 -> 0 bytes
 theme/glass_emerald/bg_counter.png                 |  Bin 927 -> 0 bytes
 theme/glass_emerald/bg_day_h2.jpg                  |  Bin 458 -> 0 bytes
 theme/glass_emerald/bg_h1.jpg                      |  Bin 15207 -> 0 bytes
 theme/glass_emerald/bg_side_h2.jpg                 |  Bin 1451 -> 0 bytes
 theme/glass_emerald/canchor.png                    |  Bin 926 -> 0 bytes
 theme/glass_emerald/glass_emerald.css              |  656 ---
 theme/glass_emerald/sanchor.png                    |  Bin 1095 -> 0 bytes
 theme/glass_green/README                           |   75 -
 theme/glass_green/bg_body.png                      |  Bin 153 -> 0 bytes
 theme/glass_green/bg_caption.png                   |  Bin 648 -> 0 bytes
 theme/glass_green/bg_conf.jpg                      |  Bin 493 -> 0 bytes
 theme/glass_green/bg_counter.png                   |  Bin 911 -> 0 bytes
 theme/glass_green/bg_day_h2.jpg                    |  Bin 458 -> 0 bytes
 theme/glass_green/bg_h1.jpg                        |  Bin 16447 -> 0 bytes
 theme/glass_green/bg_side_h2.jpg                   |  Bin 1563 -> 0 bytes
 theme/glass_green/canchor.png                      |  Bin 926 -> 0 bytes
 theme/glass_green/glass_green.css                  |  656 ---
 theme/glass_green/sanchor.png                      |  Bin 1052 -> 0 bytes
 theme/glass_light_blue/README                      |   75 -
 theme/glass_light_blue/bg_body.png                 |  Bin 153 -> 0 bytes
 theme/glass_light_blue/bg_caption.png              |  Bin 648 -> 0 bytes
 theme/glass_light_blue/bg_conf.jpg                 |  Bin 493 -> 0 bytes
 theme/glass_light_blue/bg_counter.png              |  Bin 921 -> 0 bytes
 theme/glass_light_blue/bg_day_h2.jpg               |  Bin 458 -> 0 bytes
 theme/glass_light_blue/bg_h1.jpg                   |  Bin 15942 -> 0 bytes
 theme/glass_light_blue/bg_side_h2.jpg              |  Bin 1562 -> 0 bytes
 theme/glass_light_blue/canchor.png                 |  Bin 926 -> 0 bytes
 theme/glass_light_blue/glass_light_blue.css        |  656 ---
 theme/glass_light_blue/sanchor.png                 |  Bin 1143 -> 0 bytes
 theme/glass_orange/README                          |   75 -
 theme/glass_orange/bg_body.png                     |  Bin 153 -> 0 bytes
 theme/glass_orange/bg_caption.png                  |  Bin 648 -> 0 bytes
 theme/glass_orange/bg_conf.jpg                     |  Bin 493 -> 0 bytes
 theme/glass_orange/bg_counter.png                  |  Bin 832 -> 0 bytes
 theme/glass_orange/bg_day_h2.jpg                   |  Bin 458 -> 0 bytes
 theme/glass_orange/bg_h1.jpg                       |  Bin 14789 -> 0 bytes
 theme/glass_orange/bg_side_h2.jpg                  |  Bin 1549 -> 0 bytes
 theme/glass_orange/canchor.png                     |  Bin 926 -> 0 bytes
 theme/glass_orange/glass_orange.css                |  656 ---
 theme/glass_orange/sanchor.png                     |  Bin 1020 -> 0 bytes
 theme/glass_pink/README                            |   75 -
 theme/glass_pink/bg_body.png                       |  Bin 153 -> 0 bytes
 theme/glass_pink/bg_caption.png                    |  Bin 648 -> 0 bytes
 theme/glass_pink/bg_conf.jpg                       |  Bin 493 -> 0 bytes
 theme/glass_pink/bg_counter.png                    |  Bin 907 -> 0 bytes
 theme/glass_pink/bg_day_h2.jpg                     |  Bin 458 -> 0 bytes
 theme/glass_pink/bg_h1.jpg                         |  Bin 13465 -> 0 bytes
 theme/glass_pink/bg_side_h2.jpg                    |  Bin 1452 -> 0 bytes
 theme/glass_pink/canchor.png                       |  Bin 926 -> 0 bytes
 theme/glass_pink/glass_pink.css                    |  656 ---
 theme/glass_pink/sanchor.png                       |  Bin 1093 -> 0 bytes
 theme/glass_purple/README                          |   75 -
 theme/glass_purple/bg_body.png                     |  Bin 153 -> 0 bytes
 theme/glass_purple/bg_caption.png                  |  Bin 648 -> 0 bytes
 theme/glass_purple/bg_conf.jpg                     |  Bin 493 -> 0 bytes
 theme/glass_purple/bg_counter.png                  |  Bin 915 -> 0 bytes
 theme/glass_purple/bg_day_h2.jpg                   |  Bin 458 -> 0 bytes
 theme/glass_purple/bg_h1.jpg                       |  Bin 17397 -> 0 bytes
 theme/glass_purple/bg_side_h2.jpg                  |  Bin 1632 -> 0 bytes
 theme/glass_purple/canchor.png                     |  Bin 926 -> 0 bytes
 theme/glass_purple/glass_purple.css                |  656 ---
 theme/glass_purple/sanchor.png                     |  Bin 1131 -> 0 bytes
 theme/glass_red/README                             |   75 -
 theme/glass_red/bg_body.png                        |  Bin 153 -> 0 bytes
 theme/glass_red/bg_caption.png                     |  Bin 648 -> 0 bytes
 theme/glass_red/bg_conf.jpg                        |  Bin 493 -> 0 bytes
 theme/glass_red/bg_counter.png                     |  Bin 911 -> 0 bytes
 theme/glass_red/bg_day_h2.jpg                      |  Bin 458 -> 0 bytes
 theme/glass_red/bg_h1.jpg                          |  Bin 16628 -> 0 bytes
 theme/glass_red/bg_side_h2.jpg                     |  Bin 1571 -> 0 bytes
 theme/glass_red/canchor.png                        |  Bin 926 -> 0 bytes
 theme/glass_red/glass_red.css                      |  656 ---
 theme/glass_red/sanchor.png                        |  Bin 1150 -> 0 bytes
 theme/glass_yellow/README                          |   75 -
 theme/glass_yellow/bg_body.png                     |  Bin 153 -> 0 bytes
 theme/glass_yellow/bg_caption.png                  |  Bin 648 -> 0 bytes
 theme/glass_yellow/bg_conf.jpg                     |  Bin 493 -> 0 bytes
 theme/glass_yellow/bg_counter.png                  |  Bin 921 -> 0 bytes
 theme/glass_yellow/bg_day_h2.jpg                   |  Bin 458 -> 0 bytes
 theme/glass_yellow/bg_h1.jpg                       |  Bin 13655 -> 0 bytes
 theme/glass_yellow/bg_side_h2.jpg                  |  Bin 1494 -> 0 bytes
 theme/glass_yellow/canchor.png                     |  Bin 926 -> 0 bytes
 theme/glass_yellow/glass_yellow.css                |  656 ---
 theme/glass_yellow/sanchor.png                     |  Bin 1119 -> 0 bytes
 theme/gold/README                                  |   31 -
 theme/gold/gold.css                                |  472 --
 theme/gold/gold_back.jpg                           |  Bin 935 -> 0 bytes
 theme/gold/gold_h1.png                             |  Bin 244 -> 0 bytes
 theme/gold/gold_h2.png                             |  Bin 1122 -> 0 bytes
 theme/gray-note/README                             |   17 -
 theme/gray-note/gray-note.css                      |  549 --
 theme/gray-note/gray-note.png                      |  Bin 3742 -> 0 bytes
 theme/gray-note/gray.png                           |  Bin 155 -> 0 bytes
 theme/gray/README                                  |   17 -
 theme/gray/gray.css                                |  655 ---
 theme/gray/lb.png                                  |  Bin 290 -> 0 bytes
 theme/gray/lt.png                                  |  Bin 295 -> 0 bytes
 theme/gray/rb.png                                  |  Bin 293 -> 0 bytes
 theme/gray/rt.png                                  |  Bin 292 -> 0 bytes
 theme/gray2/README                                 |    9 -
 theme/gray2/gray2.css                              |  754 ---
 theme/gray2/gray2_bg.gif                           |  Bin 66 -> 0 bytes
 theme/gray2/gray2_canchor.gif                      |  Bin 61 -> 0 bytes
 theme/gray2/gray2_sanchor.gif                      |  Bin 72 -> 0 bytes
 theme/green-border/README                          |   39 -
 theme/green-border/green-border.css                |  543 --
 theme/green-border/green-border_bg.png             |  Bin 454 -> 0 bytes
 theme/green-border/green-border_canchor.png        |  Bin 21791 -> 0 bytes
 theme/green-border/green-border_panchor.png        |  Bin 285 -> 0 bytes
 theme/green-tea/README                             |    7 -
 theme/green-tea/green-tea.css                      |  761 ---
 theme/green-tea/waku1.gif                          |  Bin 331 -> 0 bytes
 theme/green-tea/waku2.gif                          |  Bin 207 -> 0 bytes
 theme/green-tea/waku3.gif                          |  Bin 320 -> 0 bytes
 theme/green-tea/wakus1.gif                         |  Bin 290 -> 0 bytes
 theme/green-tea/wakus2.gif                         |  Bin 225 -> 0 bytes
 theme/green-tea/wakus3.gif                         |  Bin 233 -> 0 bytes
 theme/green_leaves/README                          |   17 -
 theme/green_leaves/body.jpg                        |  Bin 45057 -> 0 bytes
 theme/green_leaves/green_leaves.css                |  499 --
 theme/greentea3/README                             |   39 -
 theme/greentea3/greentea3.css                      |  450 --
 theme/greentea3/greentea3_back.jpg                 |  Bin 614 -> 0 bytes
 theme/gustav/gustav.css                            |  651 ---
 theme/gustav/gustav_back.jpg                       |  Bin 161706 -> 0 bytes
 theme/gustav/gustav_back_iphone.jpg                |  Bin 13596 -> 0 bytes
 theme/gustav/gustav_update.jpg                     |  Bin 5720 -> 0 bytes
 theme/halloween/README                             |   31 -
 theme/halloween/admin.png                          |  Bin 351 -> 0 bytes
 theme/halloween/footer.png                         |  Bin 1848 -> 0 bytes
 theme/halloween/h4.png                             |  Bin 405 -> 0 bytes
 theme/halloween/halloween.css                      |  342 --
 theme/halloween/header.jpg                         |  Bin 25432 -> 0 bytes
 theme/halloween/main.png                           |  Bin 267 -> 0 bytes
 theme/happa/README                                 |   31 -
 theme/happa/happa.css                              |  535 --
 theme/happa/happa_back.png                         |  Bin 27449 -> 0 bytes
 theme/happa/happa_canchor.png                      |  Bin 1336 -> 0 bytes
 theme/happa/happa_h2.png                           |  Bin 3819 -> 0 bytes
 theme/happa/happa_panchor.png                      |  Bin 1220 -> 0 bytes
 theme/happa/happa_pre.png                          |  Bin 205 -> 0 bytes
 theme/haru/README                                  |   30 -
 theme/haru/haru.css                                |  468 --
 theme/haru/haru.gif                                |  Bin 99 -> 0 bytes
 theme/haru/haru_3.png                              |  Bin 953 -> 0 bytes
 theme/hatena-black/README                          |   27 -
 theme/hatena-black/hatena-black.css                |  757 ---
 theme/hatena-brown/README                          |   27 -
 theme/hatena-brown/hatena-brown.css                |  757 ---
 theme/hatena-darkgray/README                       |   27 -
 theme/hatena-darkgray/hatena-darkgray.css          |  757 ---
 theme/hatena-green/README                          |   27 -
 theme/hatena-green/hatena-green.css                |  757 ---
 theme/hatena-lightblue/README                      |   27 -
 theme/hatena-lightblue/hatena-lightblue.css        |  754 ---
 theme/hatena-lightgray/README                      |   27 -
 theme/hatena-lightgray/hatena-lightgray.css        |  757 ---
 theme/hatena-lime/README                           |   27 -
 theme/hatena-lime/hatena-lime.css                  |  757 ---
 theme/hatena-orange/README                         |   27 -
 theme/hatena-orange/hatena-orange.css              |  758 ---
 theme/hatena-pink/README                           |   27 -
 theme/hatena-pink/hatena-pink.css                  |  758 ---
 theme/hatena-purple/README                         |   27 -
 theme/hatena-purple/hatena-purple.css              |  755 ---
 theme/hatena-red/README                            |   27 -
 theme/hatena-red/hatena-red.css                    |  758 ---
 theme/hatena-sepia/README                          |   27 -
 theme/hatena-sepia/hatena-sepia.css                |  758 ---
 theme/hatena-tea/README                            |   27 -
 theme/hatena-tea/hatena-tea.css                    |  758 ---
 theme/hatena-white/README                          |   27 -
 theme/hatena-white/hatena-white.css                |  761 ---
 theme/hatena/README                                |   27 -
 theme/hatena/hatena.css                            |  750 ---
 theme/hatena_cinnamon/README                       |    6 -
 theme/hatena_cinnamon/bg.jpg                       |  Bin 640 -> 0 bytes
 theme/hatena_cinnamon/comment.gif                  |  Bin 3572 -> 0 bytes
 theme/hatena_cinnamon/h1.jpg                       |  Bin 77897 -> 0 bytes
 theme/hatena_cinnamon/h2.gif                       |  Bin 3055 -> 0 bytes
 theme/hatena_cinnamon/h3.gif                       |  Bin 1971 -> 0 bytes
 theme/hatena_cinnamon/h4.gif                       |  Bin 1412 -> 0 bytes
 theme/hatena_cinnamon/hatena-module-body.gif       |  Bin 75 -> 0 bytes
 theme/hatena_cinnamon/hatena-module-title.gif      |  Bin 1679 -> 0 bytes
 theme/hatena_cinnamon/hatena_cinnamon.css          |  516 --
 theme/hatena_japanese/README                       |    7 -
 theme/hatena_japanese/bg.gif                       |  Bin 17437 -> 0 bytes
 theme/hatena_japanese/body.jpg                     |  Bin 9663 -> 0 bytes
 theme/hatena_japanese/bodybg.jpg                   |  Bin 24497 -> 0 bytes
 theme/hatena_japanese/h1.gif                       |  Bin 26466 -> 0 bytes
 theme/hatena_japanese/h2.jpg                       |  Bin 8824 -> 0 bytes
 theme/hatena_japanese/h3.gif                       |  Bin 1475 -> 0 bytes
 theme/hatena_japanese/hatena_japanese.css          |  468 --
 theme/hatena_japanese/li.gif                       |  Bin 1317 -> 0 bytes
 theme/hatena_leaf/README                           |    7 -
 theme/hatena_leaf/body.jpg                         |  Bin 52998 -> 0 bytes
 theme/hatena_leaf/h2.jpg                           |  Bin 2705 -> 0 bytes
 theme/hatena_leaf/h3.jpg                           |  Bin 1320 -> 0 bytes
 theme/hatena_leaf/hatena_leaf.css                  |  456 --
 theme/hatena_leaf/li.jpg                           |  Bin 840 -> 0 bytes
 theme/hatena_rainyseason/README                    |    7 -
 theme/hatena_rainyseason/bodybg.gif                |  Bin 44 -> 0 bytes
 theme/hatena_rainyseason/h1.jpg                    |  Bin 10669 -> 0 bytes
 theme/hatena_rainyseason/h2.gif                    |  Bin 8591 -> 0 bytes
 theme/hatena_rainyseason/h3.gif                    |  Bin 2056 -> 0 bytes
 theme/hatena_rainyseason/h4.gif                    |  Bin 1623 -> 0 bytes
 theme/hatena_rainyseason/hatena_rainyseason.css    |  469 --
 theme/hatena_rainyseason/li.gif                    |  Bin 1206 -> 0 bytes
 theme/hatena_rainyseason/moduletitle.gif           |  Bin 6481 -> 0 bytes
 theme/hatena_savanna-blue/README                   |    7 -
 theme/hatena_savanna-blue/hatena_savanna-blue.css  |  458 --
 theme/hatena_savanna-blue/head.gif                 |  Bin 10524 -> 0 bytes
 theme/hatena_savanna-green/README                  |    7 -
 .../hatena_savanna-green/hatena_savanna-green.css  |  459 --
 theme/hatena_savanna-green/head.gif                |  Bin 10524 -> 0 bytes
 theme/hatena_savanna-red/README                    |    7 -
 theme/hatena_savanna-red/hatena_savanna-red.css    |  458 --
 theme/hatena_savanna-red/head.gif                  |  Bin 10538 -> 0 bytes
 theme/hatena_savanna-white/README                  |    7 -
 .../hatena_savanna-white/hatena_savanna-white.css  |  479 --
 theme/hatena_savanna-white/head.gif                |  Bin 8453 -> 0 bytes
 theme/hatena_water/README                          |    7 -
 theme/hatena_water/body.jpg                        |  Bin 66338 -> 0 bytes
 theme/hatena_water/h2.gif                          |  Bin 391 -> 0 bytes
 theme/hatena_water/h3.jpg                          |  Bin 831 -> 0 bytes
 theme/hatena_water/hatena_water.css                |  451 --
 theme/hatena_water/li.jpg                          |  Bin 591 -> 0 bytes
 theme/hatena_water/modulebody.gif                  |  Bin 1058 -> 0 bytes
 theme/hatena_water/moduletitle.gif                 |  Bin 144 -> 0 bytes
 theme/hazakura/README                              |    5 -
 theme/hazakura/hazakura.css                        |  761 ---
 theme/hazakura/kado1.gif                           |  Bin 72 -> 0 bytes
 theme/hazakura/kado2.gif                           |  Bin 73 -> 0 bytes
 theme/hellali/README                               |   24 -
 theme/hellali/hellali.css                          |  403 --
 theme/hellali/hellali_back.png                     |  Bin 2882 -> 0 bytes
 theme/himawari/README                              |   10 -
 theme/himawari/himawari.css                        |  737 ---
 theme/himawari/himawari_anchor.gif                 |  Bin 154 -> 0 bytes
 theme/himawari/himawari_bg.jpg                     |  Bin 3617 -> 0 bytes
 theme/himawari/himawari_canchor.gif                |  Bin 108 -> 0 bytes
 theme/hsbt/hsbt.css                                |  571 --
 theme/husen/README                                 |   28 -
 theme/husen/husen.css                              |  459 --
 theme/husen/husen_back.gif                         |  Bin 64 -> 0 bytes
 theme/husen/husen_canchor.gif                      |  Bin 896 -> 0 bytes
 theme/husen/husen_sanchor.gif                      |  Bin 241 -> 0 bytes
 theme/hydrangea/README                             |   23 -
 theme/hydrangea/hydrangea.css                      |  513 --
 theme/iris/README                                  |   29 -
 theme/iris/iris.css                                |  457 --
 theme/jungler/README                               |    5 -
 theme/jungler/backlight.png                        |  Bin 67482 -> 0 bytes
 theme/jungler/bottom.png                           |  Bin 104 -> 0 bytes
 theme/jungler/inyou.png                            |  Bin 165 -> 0 bytes
 theme/jungler/jungler.css                          |  587 --
 theme/jungler/left.png                             |  Bin 167 -> 0 bytes
 theme/jungler/section.png                          |  Bin 198 -> 0 bytes
 theme/jungler/tyu.png                              |  Bin 653 -> 0 bytes
 theme/kaeru/README                                 |   16 -
 theme/kaeru/kaeru.css                              |  611 ---
 theme/kaeru/kaeru_bg.png                           |  Bin 4437 -> 0 bytes
 theme/kaeru/kaeru_h2.png                           |  Bin 396 -> 0 bytes
 theme/kaizou/README                                |   18 -
 theme/kaizou/kaizou.css                            |  421 --
 theme/kaki/README                                  |   19 -
 theme/kaki/kaki.css                                |  454 --
 theme/kanban/README                                |   30 -
 theme/kanban/kanban.css                            |  472 --
 theme/kanban/kanban_1.png                          |  Bin 3586 -> 0 bytes
 theme/kanshin/README                               |   18 -
 theme/kanshin/kanshin.css                          |  529 --
 theme/kasumi/README                                |    5 -
 theme/kasumi/kasumi.css                            |  763 ---
 theme/kitchen-classic/README                       |    8 -
 theme/kitchen-classic/cloth03.gif                  |  Bin 7955 -> 0 bytes
 theme/kitchen-classic/kitchen-classic.css          |  613 ---
 theme/kitchen-classic/maru-s03.gif                 |  Bin 319 -> 0 bytes
 theme/kitchen-classic/maru03.gif                   |  Bin 436 -> 0 bytes
 theme/kitchen-classic/tile03.gif                   |  Bin 3323 -> 0 bytes
 theme/kitchen-classic/wood03a.gif                  |  Bin 11660 -> 0 bytes
 theme/kitchen-classic/wood03b.gif                  |  Bin 11660 -> 0 bytes
 theme/kitchen-french/README                        |    8 -
 theme/kitchen-french/cloth02.gif                   |  Bin 4363 -> 0 bytes
 theme/kitchen-french/kitchen-french.css            |  614 ---
 theme/kitchen-french/maru-s02.gif                  |  Bin 309 -> 0 bytes
 theme/kitchen-french/maru02.gif                    |  Bin 435 -> 0 bytes
 theme/kitchen-french/tile02.gif                    |  Bin 768 -> 0 bytes
 theme/kitchen-french/wood02a.gif                   |  Bin 11660 -> 0 bytes
 theme/kitchen-french/wood02b.gif                   |  Bin 11660 -> 0 bytes
 theme/kitchen-natural/README                       |    8 -
 theme/kitchen-natural/cloth01.gif                  |  Bin 4371 -> 0 bytes
 theme/kitchen-natural/kitchen-natural.css          |  614 ---
 theme/kitchen-natural/maru-s01.gif                 |  Bin 319 -> 0 bytes
 theme/kitchen-natural/maru01.gif                   |  Bin 438 -> 0 bytes
 theme/kitchen-natural/tile01.gif                   |  Bin 1541 -> 0 bytes
 theme/kitchen-natural/wood01.gif                   |  Bin 11668 -> 0 bytes
 theme/kotatsu/README                               |   22 -
 theme/kotatsu/kotatsu.css                          |  583 --
 theme/kurenai/README                               |    5 -
 theme/kurenai/kado1.gif                            |  Bin 72 -> 0 bytes
 theme/kurenai/kado2.gif                            |  Bin 73 -> 0 bytes
 theme/kurenai/kurenai.css                          |  761 ---
 theme/lcars/README                                 |    9 -
 theme/lcars/lcars.css                              |  571 --
 theme/lcars/lcars_bordeaux_line.png                |  Bin 159 -> 0 bytes
 theme/lcars/lcars_lilac_line.png                   |  Bin 159 -> 0 bytes
 theme/lcars/lcars_orange_line.png                  |  Bin 158 -> 0 bytes
 theme/lcd/README                                   |   31 -
 theme/lcd/footer.png                               |  Bin 1848 -> 0 bytes
 theme/lcd/header.jpg                               |  Bin 11662 -> 0 bytes
 theme/lcd/lcd.css                                  |  310 --
 theme/lcd/main.png                                 |  Bin 267 -> 0 bytes
 theme/leafgreen/README                             |   20 -
 theme/leafgreen/leafgreen.css                      |  300 --
 theme/light-blue/README                            |   16 -
 theme/light-blue/light-blue.css                    |  675 ---
 theme/light-blue/light-blue_anchor.gif             |  Bin 91 -> 0 bytes
 theme/light-blue/light-blue_anchor2.gif            |  Bin 63 -> 0 bytes
 theme/light-blue/light-blue_back.gif               |  Bin 127 -> 0 bytes
 theme/light-blue/light-blue_back2.gif              |  Bin 125 -> 0 bytes
 theme/lightning/README                             |   31 -
 theme/lightning/lightning.css                      |  424 --
 theme/lightning/lightning_bg.png                   |  Bin 131972 -> 0 bytes
 theme/lightning/lightning_hi.png                   |  Bin 4178 -> 0 bytes
 theme/lightning/lightning_pre.png                  |  Bin 193 -> 0 bytes
 theme/lime/README                                  |   17 -
 theme/lime/lime.css                                |  495 --
 theme/line/README                                  |   24 -
 theme/line/line.css                                |  480 --
 theme/loose-leaf/README                            |   19 -
 theme/loose-leaf/loose-leaf.css                    |  628 ---
 theme/loose-leaf/loose-leaf_back.png               |  Bin 351 -> 0 bytes
 theme/loose-leaf/loose-leaf_canchor.png            |  Bin 364 -> 0 bytes
 theme/loose-leaf/loose-leaf_left.png               |  Bin 346 -> 0 bytes
 theme/loose-leaf/loose-leaf_top.png                |  Bin 348 -> 0 bytes
 theme/loose-leaf/pencil1.png                       |  Bin 395 -> 0 bytes
 theme/loose-leaf/pencil2.png                       |  Bin 393 -> 0 bytes
 theme/loose-leaf/pencil3.png                       |  Bin 393 -> 0 bytes
 theme/loose-leaf/pencil4.png                       |  Bin 383 -> 0 bytes
 theme/loose-leaf/pencil5.png                       |  Bin 386 -> 0 bytes
 theme/loose-leaf/pencil6.png                       |  Bin 387 -> 0 bytes
 theme/loose-leaf/pencil7.png                       |  Bin 398 -> 0 bytes
 theme/loose-leaf/pencil8.png                       |  Bin 373 -> 0 bytes
 theme/loose-leaf/pencil9.png                       |  Bin 345 -> 0 bytes
 theme/lovely/README                                |   21 -
 theme/lovely/lovely.css                            |  410 --
 theme/lovely/lovely_back.png                       |  Bin 436 -> 0 bytes
 theme/lovely_pink/README                           |   19 -
 theme/lovely_pink/lovely_pink.css                  |  386 --
 theme/lovely_pink/lovely_pink_back.jpg             |  Bin 6080 -> 0 bytes
 theme/lovely_pink/lovely_pink_bodyback.png         |  Bin 230 -> 0 bytes
 theme/lr/README                                    |   27 -
 theme/lr/lr.css                                    |  452 --
 theme/lr/lr.png                                    |  Bin 178 -> 0 bytes
 theme/madrascheck/README                           |   26 -
 theme/madrascheck/madras-blue.jpg                  |  Bin 10633 -> 0 bytes
 theme/madrascheck/madras.png                       |  Bin 4562 -> 0 bytes
 theme/madrascheck/madrascheck.css                  |  578 --
 theme/madrascheck/sanchor.png                      |  Bin 461 -> 0 bytes
 theme/magic/README                                 |   25 -
 theme/magic/magic.css                              |  424 --
 theme/magic/magic.png                              |  Bin 3041 -> 0 bytes
 theme/magic/magic_g.png                            |  Bin 1347 -> 0 bytes
 theme/manuscript-brown/README                      |    5 -
 theme/manuscript-brown/manuscript-brown.css        |  211 -
 theme/manuscript-brown/manuscript.css              |  211 -
 theme/manuscript-brown/manuscript.gif              |  Bin 102 -> 0 bytes
 theme/manuscript-brown/toru.gif                    |  Bin 85 -> 0 bytes
 theme/manuscript-green/README                      |    5 -
 theme/manuscript-green/manuscript-green.css        |  211 -
 theme/manuscript-green/manuscript.css              |  211 -
 theme/manuscript-green/manuscript.gif              |  Bin 201 -> 0 bytes
 theme/manuscript-green/toru.gif                    |  Bin 85 -> 0 bytes
 theme/marguerite/README                            |   14 -
 theme/marguerite/bg.png                            |  Bin 190 -> 0 bytes
 theme/marguerite/marguerite.css                    |  631 ---
 theme/marguerite/marguerite.jpg                    |  Bin 10784 -> 0 bytes
 theme/marguerite/marguerite_bg.png                 |  Bin 4667 -> 0 bytes
 theme/maroon/README                                |   24 -
 theme/maroon/maroon.css                            |  434 --
 theme/maroon/maroon.png                            |  Bin 29123 -> 0 bytes
 theme/matcha/README                                |   19 -
 theme/matcha/matcha.css                            |  635 ---
 theme/matcha/matcha_day.png                        |  Bin 235 -> 0 bytes
 theme/matcha/matcha_day_bottom.png                 |  Bin 272 -> 0 bytes
 theme/matcha/matcha_h1.png                         |  Bin 230 -> 0 bytes
 theme/matcha/matcha_h2.png                         |  Bin 279 -> 0 bytes
 theme/memo/README                                  |    5 -
 theme/memo/hall.gif                                |  Bin 79 -> 0 bytes
 theme/memo/memo.css                                |  829 ---
 theme/memo2/README                                 |    5 -
 theme/memo2/hall.gif                               |  Bin 79 -> 0 bytes
 theme/memo2/memo2.css                              |  830 ---
 theme/memo3/README                                 |    5 -
 theme/memo3/hall.gif                               |  Bin 79 -> 0 bytes
 theme/memo3/kabe.gif                               |  Bin 39158 -> 0 bytes
 theme/memo3/memo3.css                              |  834 ---
 theme/metal/README                                 |   11 -
 theme/metal/background.png                         |  Bin 1466 -> 0 bytes
 theme/metal/bqback.png                             |  Bin 1466 -> 0 bytes
 theme/metal/hnback.png                             |  Bin 2724 -> 0 bytes
 theme/metal/metal.css                              |  495 --
 theme/midnight/README                              |   17 -
 theme/midnight/midnight.css                        |  384 --
 theme/midnight/midnight_back.png                   |  Bin 1901 -> 0 bytes
 theme/mini-g/README                                |    5 -
 theme/mini-g/mini-g.css                            |  821 ---
 theme/mini-g/minig_background.gif                  |  Bin 769 -> 0 bytes
 theme/mini-g/minig_h3.gif                          |  Bin 669 -> 0 bytes
 theme/mini-g/minig_head.gif                        |  Bin 1081 -> 0 bytes
 theme/mini-g/minig_sanchor.gif                     |  Bin 199 -> 0 bytes
 theme/mini-g/minig_section.gif                     |  Bin 962 -> 0 bytes
 theme/mini-p/README                                |    5 -
 theme/mini-p/mini-p.css                            |  820 ---
 theme/mini-p/minip_background.gif                  |  Bin 731 -> 0 bytes
 theme/mini-p/minip_h3.gif                          |  Bin 654 -> 0 bytes
 theme/mini-p/minip_head.gif                        |  Bin 1076 -> 0 bytes
 theme/mini-p/minip_sanchor.gif                     |  Bin 199 -> 0 bytes
 theme/mini-p/minip_section.gif                     |  Bin 941 -> 0 bytes
 theme/mintblue/README                              |   28 -
 theme/mintblue/mintblue.css                        |  571 --
 theme/mirage/README                                |    5 -
 theme/mirage/mirage.css                            |  767 ---
 theme/mixi-blue/README                             |   25 -
 theme/mixi-blue/calendar.gif                       |  Bin 827 -> 0 bytes
 theme/mixi-blue/dotline720.gif                     |  Bin 77 -> 0 bytes
 theme/mixi-blue/h4.gif                             |  Bin 1438 -> 0 bytes
 theme/mixi-blue/menu.gif                           |  Bin 823 -> 0 bytes
 theme/mixi-blue/menu2.gif                          |  Bin 891 -> 0 bytes
 theme/mixi-blue/menu3.gif                          |  Bin 873 -> 0 bytes
 theme/mixi-blue/mixi-blue.css                      |  539 --
 theme/mixi-blue/pt_or.gif                          |  Bin 847 -> 0 bytes
 theme/mixi-blue/title.gif                          |  Bin 834 -> 0 bytes
 theme/mixi-blue/title2.gif                         |  Bin 102 -> 0 bytes
 theme/mixi-green/README                            |   25 -
 theme/mixi-green/calendar.gif                      |  Bin 827 -> 0 bytes
 theme/mixi-green/dotline720.gif                    |  Bin 77 -> 0 bytes
 theme/mixi-green/h4.gif                            |  Bin 1438 -> 0 bytes
 theme/mixi-green/menu.gif                          |  Bin 839 -> 0 bytes
 theme/mixi-green/menu2.gif                         |  Bin 891 -> 0 bytes
 theme/mixi-green/menu3.gif                         |  Bin 873 -> 0 bytes
 theme/mixi-green/mixi-green.css                    |  510 --
 theme/mixi-green/pt_or.gif                         |  Bin 847 -> 0 bytes
 theme/mixi-green/title.gif                         |  Bin 834 -> 0 bytes
 theme/mixi-green/title2.gif                        |  Bin 102 -> 0 bytes
 theme/mixi-pink/README                             |   25 -
 theme/mixi-pink/calendar.gif                       |  Bin 827 -> 0 bytes
 theme/mixi-pink/dotline720.gif                     |  Bin 77 -> 0 bytes
 theme/mixi-pink/h4.gif                             |  Bin 1438 -> 0 bytes
 theme/mixi-pink/menu.gif                           |  Bin 839 -> 0 bytes
 theme/mixi-pink/menu2.gif                          |  Bin 891 -> 0 bytes
 theme/mixi-pink/menu3.gif                          |  Bin 873 -> 0 bytes
 theme/mixi-pink/mixi-pink.css                      |  512 --
 theme/mixi-pink/pt_or.gif                          |  Bin 847 -> 0 bytes
 theme/mixi-pink/title.gif                          |  Bin 834 -> 0 bytes
 theme/mixi-pink/title2.gif                         |  Bin 102 -> 0 bytes
 theme/mixi/README                                  |   25 -
 theme/mixi/calendar.gif                            |  Bin 827 -> 0 bytes
 theme/mixi/dotline720.gif                          |  Bin 77 -> 0 bytes
 theme/mixi/h4.gif                                  |  Bin 1438 -> 0 bytes
 theme/mixi/menu.gif                                |  Bin 839 -> 0 bytes
 theme/mixi/menu2.gif                               |  Bin 891 -> 0 bytes
 theme/mixi/menu3.gif                               |  Bin 873 -> 0 bytes
 theme/mixi/mixi.css                                |  533 --
 theme/mixi/pt_or.gif                               |  Bin 847 -> 0 bytes
 theme/mixi/title.gif                               |  Bin 834 -> 0 bytes
 theme/mixi/title2.gif                              |  Bin 94 -> 0 bytes
 theme/mizu/README                                  |   21 -
 theme/mizu/mizu.css                                |  811 ---
 theme/momiji/README                                |   11 -
 theme/momiji/body.jpg                              |  Bin 61715 -> 0 bytes
 theme/momiji/momiji.css                            |  158 -
 theme/momonga/README                               |   39 -
 theme/momonga/momonga.css                          |  653 ---
 theme/momonga/momonga_bg.png                       |  Bin 3907 -> 0 bytes
 theme/momonga/momonga_icon.png                     |  Bin 483 -> 0 bytes
 theme/momonga/momonga_icon_s.png                   |  Bin 1265 -> 0 bytes
 theme/mono/README                                  |   19 -
 theme/mono/mono.css                                |  568 --
 theme/monochrome/README                            |   24 -
 theme/monochrome/blockquote.png                    |  Bin 433 -> 0 bytes
 theme/monochrome/kado.png                          |  Bin 223 -> 0 bytes
 theme/monochrome/kado_bottom.png                   |  Bin 222 -> 0 bytes
 theme/monochrome/monochrome.css                    |  375 --
 theme/monochrome/monochrome_canchor.gif            |  Bin 896 -> 0 bytes
 theme/monochrome/monochrome_kado.png               |  Bin 282 -> 0 bytes
 theme/monochrome/monochrome_sanchor.gif            |  Bin 945 -> 0 bytes
 theme/monotone/README                              |   15 -
 theme/monotone/monotone.css                        |  535 --
 theme/moo/README                                   |   35 -
 theme/moo/moo.css                                  |  581 --
 theme/moo/moo.gif                                  |  Bin 3456 -> 0 bytes
 theme/mt_fuji/README                               |   12 -
 theme/mt_fuji/autumn.jpg                           |  Bin 14196 -> 0 bytes
 theme/mt_fuji/mt_fuji.css                          |  151 -
 theme/mt_fuji/summer.jpg                           |  Bin 11244 -> 0 bytes
 theme/nachtmusik/README                            |   21 -
 theme/nachtmusik/nachtmusik.css                    |  622 ---
 theme/nachtmusik/nachtmusik_bg1.png                |  Bin 1169 -> 0 bytes
 theme/nachtmusik/nachtmusik_bg2.png                |  Bin 1398 -> 0 bytes
 theme/nachtmusik/nachtmusik_icon.png               |  Bin 942 -> 0 bytes
 theme/nachtmusik/nachtmusik_icon2.png              |  Bin 900 -> 0 bytes
 theme/nahanaha/README                              |   19 -
 theme/nahanaha/nahanaha.css                        |  480 --
 theme/nande-ya-nen/README                          |   20 -
 theme/nande-ya-nen/nande-ya-nen.css                |  432 --
 theme/narrow/README                                |   17 -
 theme/narrow/narrow.css                            |  379 --
 theme/narrow/narrow_blueline.png                   |  Bin 183 -> 0 bytes
 theme/narrow/narrow_blueunderline.png              |  Bin 172 -> 0 bytes
 theme/natrium/README                               |    9 -
 theme/natrium/natrium.css                          |  473 --
 theme/natural_gray/README                          |   16 -
 theme/natural_gray/natural_gray.css                |  486 --
 theme/natural_gray/natural_gray_back.png           |  Bin 199 -> 0 bytes
 theme/navy/README                                  |    5 -
 theme/navy/kado1.gif                               |  Bin 72 -> 0 bytes
 theme/navy/kado2.gif                               |  Bin 73 -> 0 bytes
 theme/navy/navy.css                                |  761 ---
 theme/nebula/README                                |   23 -
 theme/nebula/nebula.css                            |  430 --
 theme/nebula/nebula.png                            |  Bin 36875 -> 0 bytes
 theme/necktie/README                               |    9 -
 theme/necktie/necktie.css                          |  391 --
 theme/nenga/README                                 |   16 -
 theme/nenga/nenga.css                              |  600 ---
 theme/nenga/nenga_back.png                         |  Bin 4937 -> 0 bytes
 theme/nenga/nenga_canchor.png                      |  Bin 682 -> 0 bytes
 theme/nenga/nenga_sanchor.png                      |  Bin 1214 -> 0 bytes
 theme/nippon/README                                |   25 -
 theme/nippon/nippon.css                            |  529 --
 theme/nippon/nippon_anchor.png                     |  Bin 1137 -> 0 bytes
 theme/nippon/nippon_back.png                       |  Bin 93 -> 0 bytes
 theme/noel/README                                  |   21 -
 theme/noel/noel.css                                |  435 --
 theme/note/README                                  |   17 -
 theme/note/note.css                                |  530 --
 theme/note/note_canchor.png                        |  Bin 357 -> 0 bytes
 theme/note/note_dayback.png                        |  Bin 156 -> 0 bytes
 theme/note/note_liback.png                         |  Bin 179 -> 0 bytes
 theme/note/note_panchor.png                        |  Bin 502 -> 0 bytes
 theme/noto/README                                  |   17 -
 theme/noto/body.jpg                                |  Bin 56487 -> 0 bytes
 theme/noto/noto.css                                |  523 --
 theme/nut-brown/README                             |   24 -
 theme/nut-brown/nut-brown.css                      |  279 -
 theme/ocha/README                                  |   20 -
 theme/ocha/ocha.css                                |  571 --
 theme/ocha/ocha_canchor.png                        |  Bin 158 -> 0 bytes
 theme/ocha/ocha_div_body.png                       |  Bin 279 -> 0 bytes
 theme/ocha/ocha_div_day.png                        |  Bin 25832 -> 0 bytes
 theme/ocha/ocha_h2.png                             |  Bin 986 -> 0 bytes
 theme/ocha/ocha_panchor.png                        |  Bin 163 -> 0 bytes
 theme/old-pavement/README                          |   42 -
 theme/old-pavement/old-pavement.css                |  772 ---
 theme/old-pavement/old-pavement_back.png           |  Bin 150 -> 0 bytes
 theme/old-pavement/old-pavement_quote.png          |  Bin 928 -> 0 bytes
 theme/orange-blue/README                           |   25 -
 theme/orange-blue/orange-blue.css                  |  512 --
 theme/orange-border/README                         |   32 -
 theme/orange-border/orange-border.css              |  538 --
 theme/orange-border/orange-border_bg.png           |  Bin 318 -> 0 bytes
 theme/orange-border/orange-border_canchor.png      |  Bin 262 -> 0 bytes
 theme/orange-border/orange-border_panchor.png      |  Bin 316 -> 0 bytes
 theme/orange/README                                |   18 -
 theme/orange/orange.css                            |  418 --
 theme/orange/orange_namazu.gif                     |  Bin 3858 -> 0 bytes
 theme/orange_flower/README                         |   17 -
 theme/orange_flower/body.jpg                       |  Bin 33580 -> 0 bytes
 theme/orange_flower/orange_flower.css              |  494 --
 theme/orangegrad/README                            |   19 -
 theme/orangegrad/orange_a.png                      |  Bin 351 -> 0 bytes
 theme/orangegrad/orange_b.png                      |  Bin 389 -> 0 bytes
 theme/orangegrad/orangegrad.css                    |  524 --
 theme/orangegrad/orangegrad_anchor.png             |  Bin 53995 -> 0 bytes
 theme/orkut/README                                 |   21 -
 theme/orkut/aicon_137.gif                          |  Bin 111 -> 0 bytes
 theme/orkut/cube01.gif                             |  Bin 146 -> 0 bytes
 theme/orkut/orkut.css                              |  346 --
 theme/orkut/tb1.gif                                |  Bin 897 -> 0 bytes
 theme/orkut/tb2.gif                                |  Bin 300 -> 0 bytes
 theme/orkut/tb8.gif                                |  Bin 118 -> 0 bytes
 theme/pain/README                                  |   20 -
 theme/pain/pain.css                                |  574 --
 theme/pale/README                                  |   19 -
 theme/pale/pale.css                                |  589 --
 theme/pale/pale_green.png                          |  Bin 155 -> 0 bytes
 theme/pale/pale_pink.png                           |  Bin 155 -> 0 bytes
 theme/paper/README                                 |   17 -
 theme/paper/paper.css                              |  543 --
 theme/paper/paper_calendar.png                     |  Bin 651 -> 0 bytes
 theme/paper/paper_calendar_image.png               |  Bin 19914 -> 0 bytes
 theme/paper/paper_canchor.png                      |  Bin 347 -> 0 bytes
 theme/paper/paper_dayback.png                      |  Bin 900 -> 0 bytes
 theme/paper/paper_h3back.png                       |  Bin 896 -> 0 bytes
 theme/paper/paper_p01.png                          |  Bin 357 -> 0 bytes
 theme/paper/paper_p02.png                          |  Bin 455 -> 0 bytes
 theme/paper/paper_p03.png                          |  Bin 446 -> 0 bytes
 theme/paper/paper_p04.png                          |  Bin 424 -> 0 bytes
 theme/paper/paper_p05.png                          |  Bin 433 -> 0 bytes
 theme/paper/paper_p06.png                          |  Bin 481 -> 0 bytes
 theme/paper/paper_p07.png                          |  Bin 407 -> 0 bytes
 theme/paper/paper_p08.png                          |  Bin 478 -> 0 bytes
 theme/paper/paper_p09.png                          |  Bin 554 -> 0 bytes
 theme/paper/paper_panchor.png                      |  Bin 397 -> 0 bytes
 theme/parabola/README                              |   19 -
 theme/parabola/day.png                             |  Bin 1018 -> 0 bytes
 theme/parabola/h1.jpg                              |  Bin 9935 -> 0 bytes
 theme/parabola/parabola.css                        |  495 --
 theme/pastelpink/README                            |   15 -
 theme/pastelpink/pastelpink.css                    |  521 --
 theme/pastelpink/pastelpink_back.png               |  Bin 263 -> 0 bytes
 theme/pearl/README                                 |    5 -
 theme/pearl/banner.gif                             |  Bin 3728 -> 0 bytes
 theme/pearl/cl_sanchor.gif                         |  Bin 719 -> 0 bytes
 theme/pearl/pearl.css                              |  861 ---
 theme/pearl/waku_01.gif                            |  Bin 2086 -> 0 bytes
 theme/pearl/waku_02.gif                            |  Bin 324 -> 0 bytes
 theme/pearl/waku_03.gif                            |  Bin 2154 -> 0 bytes
 theme/pearl/waku_03b.gif                           |  Bin 1948 -> 0 bytes
 theme/pearl/wakus_01.gif                           |  Bin 1142 -> 0 bytes
 theme/pearl/wakus_02.gif                           |  Bin 343 -> 0 bytes
 theme/pearl/wakus_03.gif                           |  Bin 1374 -> 0 bytes
 theme/petith-b/README                              |   28 -
 theme/petith-b/petith-b.css                        |  477 --
 theme/petith-b/petith-b_canchor.gif                |  Bin 1154 -> 0 bytes
 theme/petith-b/petith-b_left.gif                   |  Bin 3513 -> 0 bytes
 theme/petith-b/petith-b_panchor.gif                |  Bin 1149 -> 0 bytes
 theme/petith-b/petith-b_right.gif                  |  Bin 2942 -> 0 bytes
 theme/petith/README                                |   34 -
 theme/petith/petith.css                            |  441 --
 theme/petith/petith_canchor.gif                    |  Bin 985 -> 0 bytes
 theme/petith/petith_fbottom.gif                    |  Bin 2149 -> 0 bytes
 theme/petith/petith_ftop.gif                       |  Bin 2259 -> 0 bytes
 theme/petith/petith_panchor.gif                    |  Bin 1003 -> 0 bytes
 theme/pettan/README                                |   17 -
 theme/pettan/pettan-yellow.png                     |  Bin 23814 -> 0 bytes
 theme/pettan/pettan.css                            |  657 ---
 theme/pict/README                                  |   12 -
 theme/pict/a_hot.png                               |  Bin 217 -> 0 bytes
 theme/pict/a_log.png                               |  Bin 213 -> 0 bytes
 theme/pict/antenna.png                             |  Bin 530 -> 0 bytes
 theme/pict/calendar.png                            |  Bin 144 -> 0 bytes
 theme/pict/cite.png                                |  Bin 203 -> 0 bytes
 theme/pict/comment.png                             |  Bin 269 -> 0 bytes
 theme/pict/description.png                         |  Bin 268 -> 0 bytes
 theme/pict/e_hot.png                               |  Bin 227 -> 0 bytes
 theme/pict/e_log.png                               |  Bin 229 -> 0 bytes
 theme/pict/ean.png                                 |  Bin 194 -> 0 bytes
 theme/pict/k_hot.png                               |  Bin 190 -> 0 bytes
 theme/pict/keyword.png                             |  Bin 152 -> 0 bytes
 theme/pict/photo.png                               |  Bin 223 -> 0 bytes
 theme/pict/pict.css                                |  654 ---
 theme/pict/question.png                            |  Bin 137 -> 0 bytes
 theme/pict/referer.png                             |  Bin 256 -> 0 bytes
 theme/pict/sanchor.png                             |  Bin 201 -> 0 bytes
 theme/pict/search.png                              |  Bin 242 -> 0 bytes
 theme/pict/section.png                             |  Bin 216 -> 0 bytes
 theme/pict/u_hot.png                               |  Bin 179 -> 0 bytes
 theme/pict/u_log.png                               |  Bin 179 -> 0 bytes
 theme/pink-border/README                           |   25 -
 theme/pink-border/pink-border.css                  |  541 --
 theme/pink-border/pink-border_bg.png               |  Bin 370 -> 0 bytes
 theme/pink-border/pink-border_canchor.png          |  Bin 403 -> 0 bytes
 theme/pink-border/pink-border_panchor.png          |  Bin 406 -> 0 bytes
 theme/pinkgrad/README                              |   20 -
 theme/pinkgrad/pink_backday.png                    |  Bin 248 -> 0 bytes
 theme/pinkgrad/pinkgrad.css                        |  524 --
 theme/pinkgrad/pinkgrad_anchor.png                 |  Bin 53952 -> 0 bytes
 theme/pinkgrad/pinkgrad_back.png                   |  Bin 245 -> 0 bytes
 theme/piyo-family/README                           |   27 -
 theme/piyo-family/piyo-canchor.png                 |  Bin 299 -> 0 bytes
 theme/piyo-family/piyo-family.css                  |  568 --
 theme/piyo-family/piyo-line.png                    |  Bin 242 -> 0 bytes
 theme/piyo-family/piyo-sanchor.png                 |  Bin 303 -> 0 bytes
 theme/piyo-family/piyo.png                         |  Bin 897 -> 0 bytes
 theme/plum/README                                  |   28 -
 theme/plum/plum.css                                |  509 --
 theme/plum/plum_leftbottom.png                     |  Bin 1992 -> 0 bytes
 theme/plum/plum_lefttop.png                        |  Bin 1998 -> 0 bytes
 theme/plum/plum_rightbottom.png                    |  Bin 2035 -> 0 bytes
 theme/plum/plum_righttop.png                       |  Bin 2032 -> 0 bytes
 theme/pokke-blue/README                            |    5 -
 theme/pokke-blue/pokke-blue.css                    |  827 ---
 theme/pokke-orange/README                          |    5 -
 theme/pokke-orange/pokke-orange.css                |  827 ---
 theme/pool_side/README                             |   21 -
 theme/pool_side/pool_side.css                      |  450 --
 theme/pool_side/pool_side_back.png                 |  Bin 8161 -> 0 bytes
 theme/pool_side/pool_side_back2.png                |  Bin 333 -> 0 bytes
 theme/pudding/README                               |   20 -
 theme/pudding/pudding.css                          |  499 --
 theme/puppy/README                                 |   16 -
 theme/puppy/puppy.css                              |  594 ---
 theme/puppy/puppy_bg.png                           |  Bin 2129 -> 0 bytes
 theme/puppy/puppy_com.png                          |  Bin 580 -> 0 bytes
 theme/puppy/puppy_day.png                          |  Bin 3265 -> 0 bytes
 theme/puppy/puppy_sanchor.png                      |  Bin 484 -> 0 bytes
 theme/purple_sun/README                            |   21 -
 theme/purple_sun/purple_sun.css                    |  257 -
 theme/purple_sun/purple_sun.jpg                    |  Bin 9721 -> 0 bytes
 theme/query000/README                              |    5 -
 theme/query000/arrow.gif                           |  Bin 201 -> 0 bytes
 theme/query000/h1.gif                              |  Bin 155 -> 0 bytes
 theme/query000/h2.gif                              |  Bin 85 -> 0 bytes
 theme/query000/header.gif                          |  Bin 322 -> 0 bytes
 theme/query000/query000.css                        |  430 --
 theme/query011/README                              |    5 -
 theme/query011/arrow.gif                           |  Bin 201 -> 0 bytes
 theme/query011/h1.gif                              |  Bin 155 -> 0 bytes
 theme/query011/h2.gif                              |  Bin 109 -> 0 bytes
 theme/query011/header.gif                          |  Bin 322 -> 0 bytes
 theme/query011/query011.css                        |  428 --
 theme/query101/README                              |    5 -
 theme/query101/arrow.gif                           |  Bin 201 -> 0 bytes
 theme/query101/h1.gif                              |  Bin 155 -> 0 bytes
 theme/query101/h2.gif                              |  Bin 109 -> 0 bytes
 theme/query101/header.gif                          |  Bin 322 -> 0 bytes
 theme/query101/query101.css                        |  430 --
 theme/query110/README                              |    5 -
 theme/query110/arrow.gif                           |  Bin 201 -> 0 bytes
 theme/query110/h1.gif                              |  Bin 155 -> 0 bytes
 theme/query110/h2.gif                              |  Bin 109 -> 0 bytes
 theme/query110/header.gif                          |  Bin 322 -> 0 bytes
 theme/query110/query110.css                        |  430 --
 theme/query111or/README                            |    5 -
 theme/query111or/arrow.gif                         |  Bin 201 -> 0 bytes
 theme/query111or/h1.gif                            |  Bin 169 -> 0 bytes
 theme/query111or/h2.gif                            |  Bin 90 -> 0 bytes
 theme/query111or/header.gif                        |  Bin 322 -> 0 bytes
 theme/query111or/query111or.css                    |  430 --
 theme/quiet_black/README                           |   21 -
 theme/quiet_black/quiet_black.css                  |  502 --
 theme/quiet_black/quiet_black.png                  |  Bin 27708 -> 0 bytes
 theme/quirky/README                                |    6 -
 theme/quirky/quirky.css                            |  351 --
 theme/quirky2/README                               |    7 -
 theme/quirky2/quirky2.css                          |  375 --
 theme/rain/README                                  |   24 -
 theme/rain/rain.css                                |  586 --
 theme/rain/rain_bottom.png                         |  Bin 244 -> 0 bytes
 theme/rain/rain_top.png                            |  Bin 244 -> 0 bytes
 theme/rain/sanchor.png                             |  Bin 476 -> 0 bytes
 theme/rainy-season/README                          |   13 -
 theme/rainy-season/rainy-season.css                |  670 ---
 theme/rainy-season/rainy-season_canchor.gif        |  Bin 286 -> 0 bytes
 theme/rainy-season/rainy-season_h1.gif             |  Bin 823 -> 0 bytes
 theme/rainy-season/rainy-season_sanchor.gif        |  Bin 264 -> 0 bytes
 theme/rainy-season/rainy-season_side_bg.gif        |  Bin 37 -> 0 bytes
 theme/rectangle/README                             |   52 -
 theme/rectangle/rectangle.css                      |  648 ---
 theme/rectangle/sanchor.png                        |  Bin 391 -> 0 bytes
 theme/redgrid/README                               |    5 -
 theme/redgrid/redgrid.css                          |  339 --
 theme/redgrid/redgrid.gif                          |  Bin 304 -> 0 bytes
 theme/repro/README                                 |    9 -
 theme/repro/dot.png                                |  Bin 162 -> 0 bytes
 theme/repro/dot_section.png                        |  Bin 162 -> 0 bytes
 theme/repro/header.png                             |  Bin 187 -> 0 bytes
 theme/repro/header2.png                            |  Bin 222 -> 0 bytes
 theme/repro/header3.png                            |  Bin 206 -> 0 bytes
 theme/repro/repro.css                              |  726 ---
 theme/repro/sanchor.png                            |  Bin 340 -> 0 bytes
 theme/right/README                                 |   19 -
 theme/right/right.css                              |  451 --
 theme/rim-daidaiiro/README                         |    5 -
 theme/rim-daidaiiro/rim-daidaiiro.css              |  332 --
 theme/rim-fujiiro/README                           |    5 -
 theme/rim-fujiiro/rim-fujiiro.css                  |  662 ---
 theme/rim-mizuiro/README                           |    5 -
 theme/rim-mizuiro/rim-mizuiro.css                  |  332 --
 theme/rim-sakurairo/README                         |    5 -
 theme/rim-sakurairo/rim-sakurairo.css              |  662 ---
 theme/rim-tanpopoiro/README                        |    5 -
 theme/rim-tanpopoiro/rim-tanpopoiro.css            |  662 ---
 theme/rim-wakabairo/README                         |    5 -
 theme/rim-wakabairo/rim-wakabairo.css              |  662 ---
 theme/russet/README                                |    5 -
 theme/russet/russet.css                            |  219 -
 theme/s-blue/README                                |   28 -
 theme/s-blue/s-blue.css                            |  502 --
 theme/s-pink/README                                |   21 -
 theme/s-pink/s-pink.css                            |  406 --
 theme/sagegreen/README                             |   17 -
 theme/sagegreen/sagegreen-b.png                    |  Bin 1634 -> 0 bytes
 theme/sagegreen/sagegreen-g.png                    |  Bin 1113 -> 0 bytes
 theme/sagegreen/sagegreen.css                      |  632 ---
 theme/sakana/README                                |   20 -
 theme/sakana/sakana.css                            |  473 --
 theme/sakana/sakana_bg-b.jpg                       |  Bin 6664 -> 0 bytes
 theme/sakana/sakana_canchor.png                    |  Bin 693 -> 0 bytes
 theme/sakana/sakana_panchor.png                    |  Bin 739 -> 0 bytes
 theme/sakura/README                                |   20 -
 theme/sakura/sakura.css                            |  570 --
 theme/savanna/README                               |   28 -
 theme/savanna/savanna.css                          |  490 --
 theme/savanna/savanna_back.png                     |  Bin 210 -> 0 bytes
 theme/savanna/savanna_canchor.png                  |  Bin 348 -> 0 bytes
 theme/savanna/savanna_sanchor.png                  |  Bin 382 -> 0 bytes
 theme/scarlet/README                               |   14 -
 theme/scarlet/canchor.png                          |  Bin 338 -> 0 bytes
 theme/scarlet/sanchor.png                          |  Bin 342 -> 0 bytes
 theme/scarlet/scarlet.css                          |  682 ---
 theme/seam-line/README                             |   18 -
 theme/seam-line/seam-line.css                      |  494 --
 theme/sepia/README                                 |    8 -
 theme/sepia/sepia.css                              |  633 ---
 theme/shirakaba/README                             |    9 -
 theme/shirakaba/body.jpg                           |  Bin 84985 -> 0 bytes
 theme/shirakaba/shirakaba.css                      |  158 -
 theme/sidelight/README                             |   18 -
 theme/sidelight/sidelight.css                      |  497 --
 theme/sidelight/sidelight_main.png                 |  Bin 354 -> 0 bytes
 theme/silver/README                                |   21 -
 theme/silver/silver.css                            |  516 --
 theme/silver/silver_back.gif                       |  Bin 79 -> 0 bytes
 theme/silver2/README                               |   10 -
 theme/silver2/background.jpg                       |  Bin 15240 -> 0 bytes
 theme/silver2/silver2.css                          |  499 --
 theme/simple/README                                |   26 -
 theme/simple/background.png                        |  Bin 208 -> 0 bytes
 theme/simple/simple.css                            |  638 ---
 theme/simpleblack/README                           |   28 -
 theme/simpleblack/simpleblack.css                  |  499 --
 theme/sky/README                                   |   23 -
 theme/sky/sky.css                                  |  472 --
 theme/sky/sky.png                                  |  Bin 9872 -> 0 bytes
 theme/sleepy_kitten/README                         |   16 -
 theme/sleepy_kitten/body.jpg                       |  Bin 26265 -> 0 bytes
 theme/sleepy_kitten/sleepy_kitten.css              |  491 --
 theme/smoking_black/README                         |    8 -
 theme/smoking_black/smoking_black.css              |  363 --
 theme/smoking_gray/README                          |   10 -
 theme/smoking_gray/color.css                       |  100 -
 theme/smoking_gray/d0.png                          |  Bin 69 -> 0 bytes
 theme/smoking_gray/d8.png                          |  Bin 69 -> 0 bytes
 theme/smoking_gray/e0.png                          |  Bin 69 -> 0 bytes
 theme/smoking_gray/e8.png                          |  Bin 69 -> 0 bytes
 theme/smoking_gray/f0.png                          |  Bin 69 -> 0 bytes
 theme/smoking_gray/quirk.css                       |   64 -
 theme/smoking_gray/smoking_gray.css                |  379 --
 theme/smoking_white/README                         |    8 -
 theme/smoking_white/smoking_white.css              |  261 -
 theme/smoking_white/white.png                      |  Bin 147 -> 0 bytes
 theme/snake/README                                 |   20 -
 theme/snake/snake.css                              |  522 --
 theme/snow_man/README                              |   16 -
 theme/snow_man/snow_man.css                        |  418 --
 theme/snow_man/snow_man.jpg                        |  Bin 1620 -> 0 bytes
 theme/snow_man/snow_man_back.gif                   |  Bin 5168 -> 0 bytes
 theme/snow_man/snow_man_back2.gif                  |  Bin 101 -> 0 bytes
 theme/snowy/README                                 |   23 -
 theme/snowy/snowy-a.png                            |  Bin 825 -> 0 bytes
 theme/snowy/snowy-b.png                            |  Bin 1297 -> 0 bytes
 theme/snowy/snowy.css                              |  625 ---
 theme/snowy/snowy_bg.png                           |  Bin 670 -> 0 bytes
 theme/snowy/snowy_h2.png                           |  Bin 5342 -> 0 bytes
 theme/soda/README                                  |    5 -
 theme/soda/circle.gif                              |  Bin 56 -> 0 bytes
 theme/soda/soda.css                                |  760 ---
 theme/soda/waku1.gif                               |  Bin 331 -> 0 bytes
 theme/soda/waku2.gif                               |  Bin 207 -> 0 bytes
 theme/soda/waku3.gif                               |  Bin 320 -> 0 bytes
 theme/soda/wakus1.gif                              |  Bin 290 -> 0 bytes
 theme/soda/wakus2.gif                              |  Bin 225 -> 0 bytes
 theme/soda/wakus3.gif                              |  Bin 233 -> 0 bytes
 theme/sodapop/README                               |   34 -
 theme/sodapop/sodapop.css                          |  470 --
 theme/soft-gold/README                             |   21 -
 theme/soft-gold/aicon_138.gif                      |  Bin 116 -> 0 bytes
 theme/soft-gold/soft-gold.css                      |  234 -
 theme/spring/README                                |   27 -
 theme/spring/spring.css                            |  512 --
 theme/spring/spring_back.png                       |  Bin 23429 -> 0 bytes
 theme/starlight/README                             |   21 -
 theme/starlight/starlight.css                      |  447 --
 theme/starlight/starlight_back.png                 |  Bin 3257 -> 0 bytes
 theme/starlight/starlight_h2.png                   |  Bin 1520 -> 0 bytes
 theme/stripe/README                                |   47 -
 theme/stripe/stripe.css                            |  492 --
 theme/stripe/stripe.png                            |  Bin 221 -> 0 bytes
 theme/stripe/stripe_back.gif                       |  Bin 99 -> 0 bytes
 theme/stripe/stripe_bd08.gif                       |  Bin 99 -> 0 bytes
 theme/subdued/README                               |   17 -
 theme/subdued/subdued.css                          |  535 --
 theme/subdued/subdued.png                          |  Bin 590 -> 0 bytes
 theme/subdued/subdued_h2.png                       |  Bin 644 -> 0 bytes
 theme/summer_wave/README                           |   14 -
 theme/summer_wave/summer_wave.css                  |  508 --
 theme/summer_wave/summer_wave_canchor.png          |  Bin 1081 -> 0 bytes
 theme/summer_wave/summer_wave_panchor.png          |  Bin 307 -> 0 bytes
 theme/summer_wave/wave.png                         |  Bin 1238 -> 0 bytes
 theme/sunset/README                                |   30 -
 theme/sunset/sunset.css                            |  613 ---
 theme/sunset/sunset_bg.gif                         |  Bin 57 -> 0 bytes
 theme/tag/README                                   |   21 -
 theme/tag/tag.css                                  |  444 --
 theme/tdiarynet/README                             |   18 -
 theme/tdiarynet/h1.png                             |  Bin 459 -> 0 bytes
 theme/tdiarynet/tdiarynet.css                      |  575 --
 theme/te/README                                    |   21 -
 theme/te/te.css                                    |  231 -
 theme/te/te_anchor.gif                             |  Bin 47 -> 0 bytes
 theme/teacup/README                                |   16 -
 theme/teacup/teacup.css                            |  534 --
 theme/teacup/teacup_anchor.png                     |  Bin 635 -> 0 bytes
 theme/teacup/teacup_anchor2.png                    |  Bin 598 -> 0 bytes
 theme/teacup/teacup_h1.png                         |  Bin 1465 -> 0 bytes
 theme/themebench.html                              |  569 --
 theme/thin/README                                  |   47 -
 theme/thin/thin.css                                |  549 --
 theme/thin/thin_canchor.png                        |  Bin 150 -> 0 bytes
 theme/thin/thin_panchor.png                        |  Bin 150 -> 0 bytes
 theme/tile/README                                  |   11 -
 theme/tile/tile.css                                |  310 --
 theme/tile/tile_back.gif                           |  Bin 4335 -> 0 bytes
 theme/tinybox/README                               |   15 -
 theme/tinybox/tinybox.css                          |  558 --
 theme/tinybox/tinybox_canchor.png                  |  Bin 172 -> 0 bytes
 theme/tinybox/tinybox_comment.png                  |  Bin 642 -> 0 bytes
 theme/tinybox/tinybox_day.png                      |  Bin 153 -> 0 bytes
 theme/tinybox/tinybox_h2.png                       |  Bin 787 -> 0 bytes
 theme/tinybox/tinybox_panchor.png                  |  Bin 187 -> 0 bytes
 theme/tinybox_green/README                         |   15 -
 theme/tinybox_green/tinybox_green.css              |  570 --
 theme/tinybox_green/tinybox_green_canchor.png      |  Bin 172 -> 0 bytes
 theme/tinybox_green/tinybox_green_comment.png      |  Bin 633 -> 0 bytes
 theme/tinybox_green/tinybox_green_day.png          |  Bin 150 -> 0 bytes
 theme/tinybox_green/tinybox_green_h2.png           |  Bin 783 -> 0 bytes
 theme/tinybox_green/tinybox_green_panchor.png      |  Bin 187 -> 0 bytes
 theme/tour-de-hokkaido/README                      |    5 -
 theme/tour-de-hokkaido/back.gif                    |  Bin 928 -> 0 bytes
 theme/tour-de-hokkaido/body.gif                    |  Bin 133 -> 0 bytes
 theme/tour-de-hokkaido/body_main.gif               |  Bin 352 -> 0 bytes
 theme/tour-de-hokkaido/foot.gif                    |  Bin 671 -> 0 bytes
 theme/tour-de-hokkaido/foot_main.gif               |  Bin 1114 -> 0 bytes
 theme/tour-de-hokkaido/head.gif                    |  Bin 816 -> 0 bytes
 theme/tour-de-hokkaido/head_main.gif               |  Bin 978 -> 0 bytes
 theme/tour-de-hokkaido/module.gif                  |  Bin 305 -> 0 bytes
 theme/tour-de-hokkaido/modulebody.gif              |  Bin 915 -> 0 bytes
 theme/tour-de-hokkaido/moduletitle.gif             |  Bin 909 -> 0 bytes
 theme/tour-de-hokkaido/sanchor.gif                 |  Bin 273 -> 0 bytes
 theme/tour-de-hokkaido/title2004.jpg               |  Bin 175946 -> 0 bytes
 theme/tour-de-hokkaido/tour-de-hokkaido.css        |  499 --
 theme/town/README                                  |    5 -
 theme/town/town.css                                |  815 ---
 theme/treetop/README                               |   17 -
 theme/treetop/body.jpg                             |  Bin 96061 -> 0 bytes
 theme/treetop/body2.jpg                            |  Bin 102949 -> 0 bytes
 theme/treetop/treetop.css                          |  487 --
 theme/triple_gray/README                           |   26 -
 theme/triple_gray/triple_gray.css                  |  584 --
 theme/tuki/README                                  |   35 -
 theme/tuki/tuki.css                                |  416 --
 theme/tuki/tuki.gif                                |  Bin 2114 -> 0 bytes
 theme/tuki/tuki_2.gif                              |  Bin 1127 -> 0 bytes
 theme/utsusemi/README                              |    5 -
 theme/utsusemi/circle.gif                          |  Bin 56 -> 0 bytes
 theme/utsusemi/utsusemi.css                        |  762 ---
 theme/vi/README                                    |    5 -
 theme/vi/cross-mini.png                            |  Bin 86 -> 0 bytes
 theme/vi/vi.css                                    |  529 --
 theme/w2k_button/README                            |   27 -
 theme/w2k_button/w2k_button.css                    |  561 --
 theme/w2k_button/w2k_button.png                    |  Bin 281 -> 0 bytes
 theme/w2k_button/w2k_gradation.png                 |  Bin 157 -> 0 bytes
 theme/wall1/README                                 |    5 -
 theme/wall1/base.css                               |  777 ---
 theme/wall1/wall1.css                              |  570 --
 theme/wall1/wall1_h1.gif                           |  Bin 429 -> 0 bytes
 theme/wall2/README                                 |    5 -
 theme/wall2/base.css                               |  777 ---
 theme/wall2/wall2.css                              |  571 --
 theme/wall2/wall2_h1.gif                           |  Bin 429 -> 0 bytes
 theme/wall3/README                                 |    5 -
 theme/wall3/base.css                               |  777 ---
 theme/wall3/wall3.css                              |  570 --
 theme/wall3/wall3_h1.gif                           |  Bin 429 -> 0 bytes
 theme/wall4/README                                 |    5 -
 theme/wall4/base.css                               |  777 ---
 theme/wall4/wall4.css                              |  577 --
 theme/wall4/wall4_h1.gif                           |  Bin 429 -> 0 bytes
 theme/wall5_tatami/README                          |    5 -
 theme/wall5_tatami/base.css                        |  777 ---
 theme/wall5_tatami/wall5_h1.gif                    |  Bin 429 -> 0 bytes
 theme/wall5_tatami/wall5_tatami.css                |  582 --
 theme/web20/README                                 |   25 -
 theme/web20/footer.gif                             |  Bin 881 -> 0 bytes
 theme/web20/header.gif                             |  Bin 188 -> 0 bytes
 theme/web20/web20.css                              |  321 --
 theme/white-lingerie/README                        |   24 -
 theme/white-lingerie/white-lingerie.css            |  474 --
 theme/white-lingerie/white-lingerie_back1.gif      |  Bin 2069 -> 0 bytes
 theme/white-lingerie/white-lingerie_back2.gif      |  Bin 844 -> 0 bytes
 theme/white-lingerie/white-lingerie_ppk.gif        |  Bin 976 -> 0 bytes
 theme/white-lingerie/white-lingerie_pppk.gif       |  Bin 888 -> 0 bytes
 theme/white/README                                 |   11 -
 theme/white/background.png                         |  Bin 1839 -> 0 bytes
 theme/white/white.css                              |  480 --
 theme/white_flower/README                          |   17 -
 theme/white_flower/body.jpg                        |  Bin 20852 -> 0 bytes
 theme/white_flower/white_flower.css                |  475 --
 theme/whiteout/README                              |   16 -
 theme/whiteout/whiteout.css                        |  531 --
 theme/widthfix/README                              |   21 -
 theme/widthfix/main.png                            |  Bin 267 -> 0 bytes
 theme/widthfix/widthfix.css                        |  190 -
 theme/will/README                                  |   25 -
 theme/will/will.css                                |  490 --
 theme/windowz/README                               |   29 -
 theme/windowz/windowz.css                          |  593 ---
 theme/windowz/windowz_bar.png                      |  Bin 3968 -> 0 bytes
 theme/windowz/windowz_c.png                        |  Bin 232 -> 0 bytes
 theme/windowz/windowz_p.png                        |  Bin 281 -> 0 bytes
 theme/wine/README                                  |   23 -
 theme/wine/wine.css                                |  576 --
 theme/winter/README                                |   11 -
 theme/winter/background.jpg                        |  Bin 33164 -> 0 bytes
 theme/winter/winter.css                            |  488 --
 theme/wood/README                                  |   27 -
 theme/wood/wood.css                                |  426 --
 theme/wood/wood.jpg                                |  Bin 17102 -> 0 bytes
 theme/xmastree/README                              |   15 -
 theme/xmastree/canchor.gif                         |  Bin 550 -> 0 bytes
 theme/xmastree/sanchor.png                         |  Bin 873 -> 0 bytes
 theme/xmastree/treeS.png                           |  Bin 3599 -> 0 bytes
 theme/xmastree/xmastree.css                        |  460 --
 theme/xxx/README                                   |   19 -
 theme/xxx/xxx-bg.png                               |  Bin 23093 -> 0 bytes
 theme/xxx/xxx-day.png                              |  Bin 2374 -> 0 bytes
 theme/xxx/xxx.css                                  |  601 ---
 theme/ymck/README                                  |    5 -
 theme/ymck/h1.gif                                  |  Bin 936 -> 0 bytes
 theme/ymck/module.gif                              |  Bin 69 -> 0 bytes
 theme/ymck/wall.gif                                |  Bin 289 -> 0 bytes
 theme/ymck/ymck.css                                |  837 ---
 theme/yukon/README                                 |   21 -
 theme/yukon/yukon.css                              |  665 ---
 theme/yukon/yukon_dayback.jpg                      |  Bin 7581 -> 0 bytes
 theme/yukon/yukon_divbodyback.jpg                  |  Bin 3957 -> 0 bytes
 theme/yukon/yukon_h1back.jpg                       |  Bin 721 -> 0 bytes
 theme/zef/README                                   |    5 -
 theme/zef/ball.png                                 |  Bin 767 -> 0 bytes
 theme/zef/head.png                                 |  Bin 3675 -> 0 bytes
 theme/zef/iron.png                                 |  Bin 51858 -> 0 bytes
 theme/zef/line.png                                 |  Bin 550 -> 0 bytes
 theme/zef/rside.png                                |  Bin 123 -> 0 bytes
 theme/zef/side.png                                 |  Bin 124 -> 0 bytes
 theme/zef/st_eye.png                               |  Bin 1122 -> 0 bytes
 theme/zef/zef.css                                  |  532 --
 update.rb                                          |    6 +-
 {public/images => vendor}/.gitkeep                 |    0
 vendor/hikidoc-0.0.6/COPYING                       |   28 -
 vendor/hikidoc-0.0.6/NEWS                          |   30 -
 vendor/hikidoc-0.0.6/NEWS.ja                       |   30 -
 vendor/hikidoc-0.0.6/README                        |   86 -
 vendor/hikidoc-0.0.6/README.ja                     |   83 -
 vendor/hikidoc-0.0.6/Rakefile                      |   68 -
 vendor/hikidoc-0.0.6/TextFormattingRules           |  320 --
 vendor/hikidoc-0.0.6/TextFormattingRules.ja        |  318 --
 vendor/hikidoc-0.0.6/bin/hikidoc                   |   66 -
 vendor/hikidoc-0.0.6/lib/hikidoc.rb                |  914 ----
 vendor/hikidoc-0.0.6/setup.rb                      | 1360 -----
 vendor/hikidoc-0.0.6/test/run-test.rb              |   13 -
 vendor/hikidoc-0.0.6/test/test_hikidoc.rb          |  506 --
 vendor/imagesize-0.1.1/Manifest.txt                |   19 -
 vendor/imagesize-0.1.1/README.txt                  |   49 -
 vendor/imagesize-0.1.1/lib/image_size.rb           |  305 --
 vendor/imagesize-0.1.1/lib/image_size/version.rb   |    9 -
 vendor/imagesize-0.1.1/setup.rb                    | 1585 ------
 vendor/imagesize-0.1.1/test/2-4-7.png              |  Bin 11639 -> 0 bytes
 vendor/imagesize-0.1.1/test/4_1_2.gif              |  Bin 10794 -> 0 bytes
 vendor/imagesize-0.1.1/test/bmp.bmp                |  Bin 7654 -> 0 bytes
 vendor/imagesize-0.1.1/test/cursor.xbm             |    6 -
 vendor/imagesize-0.1.1/test/detect.swf             |  Bin 4544 -> 0 bytes
 vendor/imagesize-0.1.1/test/pbm.pbm                |  Bin 637 -> 0 bytes
 vendor/imagesize-0.1.1/test/pcx.pcx                |  Bin 3009 -> 0 bytes
 vendor/imagesize-0.1.1/test/pgm.pgm                |    5 -
 vendor/imagesize-0.1.1/test/test.xpm               |   38 -
 vendor/imagesize-0.1.1/test/test_helper.rb         |    2 -
 vendor/imagesize-0.1.1/test/test_image_size.rb     |   71 -
 vendor/imagesize-0.1.1/test/tiff.tiff              |  Bin 12564 -> 0 bytes
 vendor/imagesize-0.1.1/test/tokyo_tower.jpg        |  Bin 32458 -> 0 bytes
 vendor/imagesize-0.1.1/test/tower_e.gif.psd        |  Bin 5588 -> 0 bytes
 vendor/json_pure-1.7.7/.gitignore                  |   12 -
 vendor/json_pure-1.7.7/.travis.yml                 |   19 -
 vendor/json_pure-1.7.7/CHANGES                     |  272 -
 vendor/json_pure-1.7.7/COPYING                     |   58 -
 vendor/json_pure-1.7.7/COPYING-json-jruby          |   57 -
 vendor/json_pure-1.7.7/GPL                         |  340 --
 vendor/json_pure-1.7.7/Gemfile                     |   11 -
 vendor/json_pure-1.7.7/README-json-jruby.markdown  |   33 -
 vendor/json_pure-1.7.7/README.rdoc                 |  358 --
 vendor/json_pure-1.7.7/Rakefile                    |  412 --
 vendor/json_pure-1.7.7/TODO                        |    1 -
 vendor/json_pure-1.7.7/VERSION                     |    1 -
 vendor/json_pure-1.7.7/data/example.json           |    1 -
 vendor/json_pure-1.7.7/data/index.html             |   38 -
 vendor/json_pure-1.7.7/data/prototype.js           | 4184 ---------------
 .../json_pure-1.7.7/ext/json/ext/fbuffer/fbuffer.h |  181 -
 .../json_pure-1.7.7/ext/json/ext/generator/depend  |    1 -
 .../ext/json/ext/generator/extconf.rb              |   14 -
 .../ext/json/ext/generator/generator.c             | 1427 -----
 .../ext/json/ext/generator/generator.h             |  148 -
 vendor/json_pure-1.7.7/ext/json/ext/parser/depend  |    1 -
 .../json_pure-1.7.7/ext/json/ext/parser/extconf.rb |   13 -
 .../json_pure-1.7.7/ext/json/ext/parser/parser.c   | 2204 --------
 .../json_pure-1.7.7/ext/json/ext/parser/parser.h   |   77 -
 .../json_pure-1.7.7/ext/json/ext/parser/parser.rl  |  927 ----
 vendor/json_pure-1.7.7/install.rb                  |   23 -
 .../java/src/json/ext/ByteListTranscoder.java      |  167 -
 .../java/src/json/ext/Generator.java               |  444 --
 .../java/src/json/ext/GeneratorMethods.java        |  232 -
 .../java/src/json/ext/GeneratorService.java        |   43 -
 .../java/src/json/ext/GeneratorState.java          |  543 --
 .../java/src/json/ext/OptionsReader.java           |  113 -
 .../json_pure-1.7.7/java/src/json/ext/Parser.java  | 2644 ---------
 vendor/json_pure-1.7.7/java/src/json/ext/Parser.rl |  968 ----
 .../java/src/json/ext/ParserService.java           |   35 -
 .../java/src/json/ext/RuntimeInfo.java             |  121 -
 .../java/src/json/ext/StringDecoder.java           |  167 -
 .../java/src/json/ext/StringEncoder.java           |  106 -
 .../json_pure-1.7.7/java/src/json/ext/Utils.java   |   89 -
 vendor/json_pure-1.7.7/json-java.gemspec           |   23 -
 vendor/json_pure-1.7.7/json.gemspec                |   37 -
 vendor/json_pure-1.7.7/json_pure.gemspec           |   39 -
 vendor/json_pure-1.7.7/lib/json.rb                 |   62 -
 vendor/json_pure-1.7.7/lib/json/add/bigdecimal.rb  |   28 -
 vendor/json_pure-1.7.7/lib/json/add/complex.rb     |   22 -
 vendor/json_pure-1.7.7/lib/json/add/core.rb        |   11 -
 vendor/json_pure-1.7.7/lib/json/add/date.rb        |   34 -
 vendor/json_pure-1.7.7/lib/json/add/date_time.rb   |   50 -
 vendor/json_pure-1.7.7/lib/json/add/exception.rb   |   31 -
 vendor/json_pure-1.7.7/lib/json/add/ostruct.rb     |   31 -
 vendor/json_pure-1.7.7/lib/json/add/range.rb       |   29 -
 vendor/json_pure-1.7.7/lib/json/add/rational.rb    |   22 -
 vendor/json_pure-1.7.7/lib/json/add/regexp.rb      |   30 -
 vendor/json_pure-1.7.7/lib/json/add/struct.rb      |   30 -
 vendor/json_pure-1.7.7/lib/json/add/symbol.rb      |   25 -
 vendor/json_pure-1.7.7/lib/json/add/time.rb        |   38 -
 vendor/json_pure-1.7.7/lib/json/common.rb          |  487 --
 vendor/json_pure-1.7.7/lib/json/ext.rb             |   21 -
 vendor/json_pure-1.7.7/lib/json/generic_object.rb  |   61 -
 vendor/json_pure-1.7.7/lib/json/pure.rb            |   21 -
 vendor/json_pure-1.7.7/lib/json/pure/generator.rb  |  492 --
 vendor/json_pure-1.7.7/lib/json/pure/parser.rb     |  359 --
 vendor/json_pure-1.7.7/lib/json/version.rb         |    8 -
 vendor/json_pure-1.7.7/tests/fixtures/fail1.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail10.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail11.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail12.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail13.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail14.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail18.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail19.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail2.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail20.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail21.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail22.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail23.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail24.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail25.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail27.json  |    2 -
 vendor/json_pure-1.7.7/tests/fixtures/fail28.json  |    2 -
 vendor/json_pure-1.7.7/tests/fixtures/fail3.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail4.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail5.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail6.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail7.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail8.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/fail9.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/pass1.json   |   56 -
 vendor/json_pure-1.7.7/tests/fixtures/pass15.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/pass16.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/pass17.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/pass2.json   |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/pass26.json  |    1 -
 vendor/json_pure-1.7.7/tests/fixtures/pass3.json   |    6 -
 vendor/json_pure-1.7.7/tests/setup_variant.rb      |   11 -
 vendor/json_pure-1.7.7/tests/test_json.rb          |  545 --
 vendor/json_pure-1.7.7/tests/test_json_addition.rb |  196 -
 vendor/json_pure-1.7.7/tests/test_json_encoding.rb |   65 -
 vendor/json_pure-1.7.7/tests/test_json_fixtures.rb |   35 -
 vendor/json_pure-1.7.7/tests/test_json_generate.rb |  300 --
 .../tests/test_json_generic_object.rb              |   60 -
 .../tests/test_json_string_matching.rb             |   39 -
 vendor/json_pure-1.7.7/tests/test_json_unicode.rb  |   72 -
 vendor/json_pure-1.7.7/tools/fuzz.rb               |  139 -
 vendor/json_pure-1.7.7/tools/server.rb             |   62 -
 vendor/rdtool-0.6.38/COPYING.txt                   |  339 --
 vendor/rdtool-0.6.38/Gemfile                       |    3 -
 vendor/rdtool-0.6.38/HISTORY                       |  318 --
 vendor/rdtool-0.6.38/LGPL-2.1                      |  502 --
 vendor/rdtool-0.6.38/LICENSE.txt                   |   58 -
 vendor/rdtool-0.6.38/README.html                   |   66 -
 vendor/rdtool-0.6.38/README.ja.html                |   73 -
 vendor/rdtool-0.6.38/README.rd                     |   76 -
 vendor/rdtool-0.6.38/README.rd.ja                  |   85 -
 vendor/rdtool-0.6.38/Rakefile                      |  152 -
 vendor/rdtool-0.6.38/TODO                          |   22 -
 vendor/rdtool-0.6.38/bin/rd2                       |  283 -
 vendor/rdtool-0.6.38/bin/rdswap.rb                 |  207 -
 vendor/rdtool-0.6.38/doc/rd-draft.html             |  456 --
 vendor/rdtool-0.6.38/doc/rd-draft.ja.html          |  466 --
 vendor/rdtool-0.6.38/doc/rd-draft.rd               |  479 --
 vendor/rdtool-0.6.38/doc/rd-draft.rd.ja            |  487 --
 vendor/rdtool-0.6.38/lib/rd/block-element.rb       |  114 -
 vendor/rdtool-0.6.38/lib/rd/complex-list-item.rb   |   65 -
 vendor/rdtool-0.6.38/lib/rd/desclist.rb            |   55 -
 vendor/rdtool-0.6.38/lib/rd/document-struct.rb     |   46 -
 vendor/rdtool-0.6.38/lib/rd/dot.rd2rc              |   18 -
 vendor/rdtool-0.6.38/lib/rd/element.rb             |  160 -
 vendor/rdtool-0.6.38/lib/rd/filter.rb              |  255 -
 vendor/rdtool-0.6.38/lib/rd/head-filter.rb         |   14 -
 vendor/rdtool-0.6.38/lib/rd/inline-element.rb      |  233 -
 vendor/rdtool-0.6.38/lib/rd/labeled-element.rb     |   14 -
 vendor/rdtool-0.6.38/lib/rd/list.rb                |   57 -
 vendor/rdtool-0.6.38/lib/rd/loose-struct.rb        |   11 -
 vendor/rdtool-0.6.38/lib/rd/methodlist.rb          |   57 -
 .../rdtool-0.6.38/lib/rd/output-format-visitor.rb  |   30 -
 vendor/rdtool-0.6.38/lib/rd/package.rb             |    4 -
 vendor/rdtool-0.6.38/lib/rd/parser-util.rb         |   14 -
 vendor/rdtool-0.6.38/lib/rd/post-install           |    1 -
 vendor/rdtool-0.6.38/lib/rd/pre-setup.rb           |   18 -
 vendor/rdtool-0.6.38/lib/rd/rbl-file.rb            |   69 -
 vendor/rdtool-0.6.38/lib/rd/rbl-suite.rb           |   37 -
 vendor/rdtool-0.6.38/lib/rd/rd-struct.rb           |   86 -
 vendor/rdtool-0.6.38/lib/rd/rd2html-ext-lib.rb     |  266 -
 vendor/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb     |   34 -
 vendor/rdtool-0.6.38/lib/rd/rd2html-lib.rb         |  490 --
 vendor/rdtool-0.6.38/lib/rd/rd2html-opt.rb         |   67 -
 vendor/rdtool-0.6.38/lib/rd/rd2man-lib.rb          |  251 -
 vendor/rdtool-0.6.38/lib/rd/rd2rdo-lib.rb          |   19 -
 vendor/rdtool-0.6.38/lib/rd/rd2rmi-lib.rb          |   32 -
 vendor/rdtool-0.6.38/lib/rd/rdblockparser.ry       |  518 --
 vendor/rdtool-0.6.38/lib/rd/rdblockparser.tab.rb   | 1061 ----
 vendor/rdtool-0.6.38/lib/rd/rdfmt.rb               |   15 -
 vendor/rdtool-0.6.38/lib/rd/rdinlineparser.ry      |  503 --
 vendor/rdtool-0.6.38/lib/rd/rdinlineparser.tab.rb  | 1243 -----
 vendor/rdtool-0.6.38/lib/rd/rdvisitor.rb           |  214 -
 vendor/rdtool-0.6.38/lib/rd/reference-resolver.rb  |  114 -
 vendor/rdtool-0.6.38/lib/rd/search-file.rb         |   14 -
 vendor/rdtool-0.6.38/lib/rd/tree.rb                |  103 -
 vendor/rdtool-0.6.38/lib/rd/version.rb             |   41 -
 vendor/rdtool-0.6.38/lib/rd/visitor.rb             |   86 -
 vendor/rdtool-0.6.38/rdtool.gemspec                |  125 -
 vendor/rdtool-0.6.38/setup.rb                      | 1596 ------
 vendor/rdtool-0.6.38/test/data/includee1.html      |    1 -
 vendor/rdtool-0.6.38/test/data/includee2.html      |    1 -
 vendor/rdtool-0.6.38/test/data/includee3.nothtml   |    1 -
 vendor/rdtool-0.6.38/test/data/label.rbl           |    2 -
 vendor/rdtool-0.6.38/test/data/label2.rbl          |    2 -
 vendor/rdtool-0.6.38/test/data/sub/includee2.html  |    1 -
 vendor/rdtool-0.6.38/test/dummy-observer.rb        |    6 -
 vendor/rdtool-0.6.38/test/dummy.rb                 |   33 -
 vendor/rdtool-0.6.38/test/temp-dir.rb              |   19 -
 vendor/rdtool-0.6.38/test/test-block-parser.rb     |   46 -
 vendor/rdtool-0.6.38/test/test-desclist-item.rb    |  219 -
 vendor/rdtool-0.6.38/test/test-document-element.rb |   46 -
 vendor/rdtool-0.6.38/test/test-document-struct.rb  |   66 -
 vendor/rdtool-0.6.38/test/test-element.rb          |   46 -
 vendor/rdtool-0.6.38/test/test-headline.rb         |   80 -
 vendor/rdtool-0.6.38/test/test-inline-parser.rb    |   46 -
 vendor/rdtool-0.6.38/test/test-list-item.rb        |   54 -
 vendor/rdtool-0.6.38/test/test-list.rb             |   53 -
 vendor/rdtool-0.6.38/test/test-methodlist-item.rb  |   73 -
 .../rdtool-0.6.38/test/test-nonterminal-element.rb |  170 -
 .../rdtool-0.6.38/test/test-nonterminal-inline.rb  |   33 -
 .../test/test-output-format-visitor.rb             |   48 -
 vendor/rdtool-0.6.38/test/test-parser-util.rb      |   41 -
 vendor/rdtool-0.6.38/test/test-rbl-file.rb         |  156 -
 vendor/rdtool-0.6.38/test/test-rbl-suite.rb        |   43 -
 vendor/rdtool-0.6.38/test/test-rd2html-lib.rb      |  496 --
 vendor/rdtool-0.6.38/test/test-rdtree.rb           |   17 -
 vendor/rdtool-0.6.38/test/test-rdvisitor.rb        |   29 -
 .../rdtool-0.6.38/test/test-reference-resolver.rb  |  202 -
 vendor/rdtool-0.6.38/test/test-reference.rb        |  132 -
 vendor/rdtool-0.6.38/test/test-search-file.rb      |   22 -
 vendor/rdtool-0.6.38/test/test-terminal-inline.rb  |   41 -
 vendor/rdtool-0.6.38/test/test-textblock.rb        |   44 -
 vendor/rdtool-0.6.38/test/test-tree.rb             |   82 -
 vendor/rdtool-0.6.38/test/test-version.rb          |   57 -
 vendor/rdtool-0.6.38/test/test-visitor.rb          |  230 -
 vendor/rdtool-0.6.38/utils/rd-mode.el              |  464 --
 1924 files changed, 3517 insertions(+), 247495 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tdiary.git



More information about the Pkg-ruby-extras-commits mailing list