aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/maker
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-1615-0/+15
* Restore date field.akr2014-06-141-1/+1
* * lib/cgi/core.rb: Use symbols instead of strings formarcandre2012-11-161-2/+2
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-052-6/+6
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-192-33/+33
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-182-36/+36
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-083-6/+3
* * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou2010-01-121-5/+42
* * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou2009-08-241-1/+1
* * NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: addkou2009-06-271-0/+8
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb,kou2009-05-161-0/+1
* * lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:kou2009-05-161-6/+0
* * lib/rss/maker/entry.rb: fix a typo.kou2009-05-161-1/+1
* * lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,kou2009-05-161-0/+1
* * lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou2009-05-163-0/+22
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-068-48/+48
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou2008-12-112-10/+50
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raisekou2008-06-291-5/+2
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block.kou2008-06-291-6/+2
* * lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't usekou2008-06-292-7/+26
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou2008-02-116-27/+42
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou2007-12-022-4/+5
* * lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou2007-11-021-0/+1
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-153-7/+48
* * lib/rss, sample/rss, test/rss:kou2007-08-0514-505/+536
* * lib/rss, test/rss:kou2007-03-1711-536/+2134
* * lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou2007-02-121-0/+5
* * lib/rss/image.rb: added Image prefix.kou2005-11-251-2/+2
* * lib/rss/: use #__send__ instead of #send.kou2005-11-231-1/+1
* * lib/rss/taxonomy.rb: changed class or module prefix tokou2005-11-231-25/+25
* * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou2005-11-231-0/+178
* * lib/rss/trackback.rb: added TrackBack prefix.kou2005-11-151-7/+7
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-161-1/+5
* * lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu2005-09-025-14/+14
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-113-12/+14
* * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublinkou2005-04-071-1/+3
* * lib/rss/*: refactored.kou2005-04-052-8/+4
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-054-12/+141
* * lib/rss: supported Image module.kou2005-02-033-4/+140
* * lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou2005-01-151-4/+4
* * lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou2004-12-041-2/+2
* * lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou2004-11-281-1/+1
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-284-72/+85
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-271-2/+3
* * lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou2004-11-271-0/+1
* * lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):kou2004-11-191-2/+1
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-195-82/+377
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-037-57/+83
* * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou2004-11-011-9/+28
* * lib/rss/maker/*.rb: added RSS Maker.kou2004-10-318-0/+991