| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4. | kou | 2005-04-13 | 1 | -3/+7 |
* | * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublin | kou | 2005-04-07 | 1 | -1/+3 |
* | * lib/rss/*: refactored. | kou | 2005-04-05 | 11 | -141/+141 |
* | * lib/rss/dublincore.rb: supported multiple DublinCore items. | kou | 2005-04-05 | 9 | -86/+334 |
* | * lib/rss/parser.rb: @@setter -> @@setters. | kou | 2005-03-31 | 9 | -25/+25 |
* | * lib/rss/parser.rb | kou | 2005-03-31 | 1 | -2/+2 |
* | * lib/rss/parser.rb (RSS::ListenerMixin::tag_end): | kou | 2005-02-14 | 1 | -1/+2 |
* | * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): added | kou | 2005-02-13 | 3 | -0/+6 |
* | * lib/rss: supported Image module. | kou | 2005-02-03 | 9 | -8/+381 |
* | * lib/rss/rss.rb (RSS::Element#convert): added. | kou | 2005-02-02 | 5 | -66/+74 |
* | * lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3. | kou | 2005-01-15 | 2 | -49/+66 |
* | * lib/rss/rss.rb: removed empty lines from output. | kou | 2004-12-04 | 1 | -1/+2 |
* | * lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2 | kou | 2004-12-04 | 3 | -8/+34 |
* | * lib/rss/rss.rb (RSS::Element#tag): not use block_given? for | kou | 2004-11-28 | 5 | -14/+14 |
* | * lib/rss/rss.rb (RSS::NotSetError): added. | kou | 2004-11-28 | 5 | -72/+94 |
* | * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: added | kou | 2004-11-27 | 7 | -14/+186 |
* | * lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now, | kou | 2004-11-27 | 1 | -0/+1 |
* | * lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values): | kou | 2004-11-19 | 1 | -2/+1 |
* | * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1. | kou | 2004-11-19 | 14 | -509/+927 |
* | * test/rss/*.rb: removed tab width configuration headers. | kou | 2004-11-03 | 12 | -61/+96 |
* | * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Maker | kou | 2004-11-01 | 2 | -10/+29 |
* | * lib/rss/maker.rb: added entry point of RSS Maker. | kou | 2004-11-01 | 1 | -0/+33 |
* | * lib/rss/maker/*.rb: added RSS Maker. | kou | 2004-10-31 | 10 | -2/+993 |
* | * lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage. | kou | 2004-10-16 | 1 | -1/+1 |
* | * lib/rss/: untabified. | kou | 2004-10-16 | 16 | -3046/+3046 |
* | * lib/rss: supported prety print. | kou | 2004-10-16 | 6 | -153/+193 |
* | * added link to Tutorial. | kou | 2004-10-14 | 1 | -0/+1 |
* | * lib/rss/converter.rb: changed to try to use Iconv for default | kou | 2004-10-09 | 2 | -8/+9 |
* | * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0 | kou | 2004-07-06 | 5 | -81/+233 |
* | * lib/rss/{trackback,syndication,dublincore,content}.rb: worked | kou | 2004-07-05 | 4 | -36/+41 |
* | * lib/rss/rss.rb: added copyright header. | kou | 2004-07-04 | 1 | -1/+6 |
* | * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource or | kou | 2004-04-07 | 5 | -27/+33 |
* | * lib/logger.rb: trim tail space of each line. no user visible change. | nahi | 2004-03-26 | 1 | -5/+5 |
* | * lib/rss/{rss,dublincore,syndication}.rb: handled W3CDTF correctly. | kou | 2004-03-21 | 3 | -4/+38 |
* | * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet. | kou | 2004-03-21 | 10 | -84/+200 |
* | * eval.c: remove specialized version of rb_Array(). use simple | matz | 2004-03-18 | 1 | -2/+2 |
* | * ext/syck/rubyext.c: get rid of warnings. | nobu | 2004-03-03 | 1 | -2/+2 |
* | * lib/rss/converter.rb: handled Uconv::Error. | kou | 2004-03-02 | 3 | -45/+36 |
* | should escape dot. | nobu | 2004-02-17 | 1 | -1/+1 |
* | * lib/rss/rexmlparser.rb: REXML version may be 4 digits. | nobu | 2004-02-17 | 1 | -3/+3 |
* | * test/rss/test_trackback.rb: added tests for TrackBack with RSS | kou | 2004-02-13 | 4 | -33/+104 |
* | * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb, | kou | 2004-02-03 | 6 | -54/+77 |
* | * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Used | kou | 2004-01-31 | 4 | -32/+83 |
* | * lib/rss: rss/parser.rb is always required. | kou | 2004-01-28 | 7 | -59/+43 |
* | * lib/rss: rss library imported. [ruby-dev:22726] | matz | 2004-01-28 | 15 | -0/+2965 |