Index: /lang/ruby/misc/toshokan/trunk/README.ja
===================================================================
--- /lang/ruby/misc/toshokan/trunk/README.ja (revision 11593)
+++ /lang/ruby/misc/toshokan/trunk/README.ja (revision 19020)
@@ -23,5 +23,5 @@
 * 準備
 
-インストール（コピー）したディレクトリの bin/toshokan.txt のIdをPasswordを
+インストール（コピー）したディレクトリの bin/toshokan.txt のIDとPasswordを
 編集する。
 
Index: /lang/ruby/misc/toshokan/trunk/bin/crawler.rb
===================================================================
--- /lang/ruby/misc/toshokan/trunk/bin/crawler.rb (revision 11593)
+++ /lang/ruby/misc/toshokan/trunk/bin/crawler.rb (revision 19020)
@@ -36,5 +36,5 @@
 out = ARGV[1].nil? ? "./toshokan.html" : ARGV[1]
 File.open(out, "w") do |fp|
-  tmpl = '<html><head><meta http-equiv="content" content="text/html; charset=UTF-8"><title>TOSHOKAN</title></head><body>%s</body></html>'
+  tmpl = '<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>TOSHOKAN</title></head><body>%s</body></html>'
   fp.write(tmpl % buffer)
 end
Index: /lang/ruby/misc/toshokan/trunk/bin/config.rb
===================================================================
--- /lang/ruby/misc/toshokan/trunk/bin/config.rb (revision 11593)
+++ /lang/ruby/misc/toshokan/trunk/bin/config.rb (revision 19020)
@@ -24,6 +24,5 @@
         fp.each_line do |line|
           line.strip!
-          next if line =~ /^#/;
-          next if line == ""
+          next if line =~ /^(?:#|$)/;
           libcode, id, password = line.split(":")
           libcode.upcase!
@@ -46,6 +45,2 @@
   end
 end
-
-
-
-
