summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-14 04:36:35 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-14 04:36:35 +0000
commit671df09e8046ea61f50a614710f7f4ff52f71b34 (patch)
tree76a4a2a7a36a5f9688f2ac1d00e2f88d8e92e57f
parentc87d203c207bfa3cf334bc10a20590b386b718c4 (diff)
downloadruby-671df09e8046ea61f50a614710f7f4ff52f71b34.tar.gz
ruby-671df09e8046ea61f50a614710f7f4ff52f71b34.tar.xz
ruby-671df09e8046ea61f50a614710f7f4ff52f71b34.zip
* added link to Tutorial.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/rss/rss.rb1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd93b655b..13394ce11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 14 13:33:59 2004 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rss/rss.rb: added link to Tutorial.
+
Tue Oct 12 21:22:50 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
* lib/webrick/config.rb:
diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb
index 9db5f5a6f..13eaf7c50 100644
--- a/lib/rss/rss.rb
+++ b/lib/rss/rss.rb
@@ -2,6 +2,7 @@
# modify it under the same terms as Ruby.
#
# Author:: Kouhei Sutou <kou@cozmixng.org>
+# Tutorial:: http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser%3A%3ATutorial.en
require "time"