Directory lib/rss/

Directory Created:
2004-01-28 04:46
Total Files:
20
Deleted Files:
0
Lines of Code:
5058

Browse with ViewVC

[root]/lib/rss

             dublincore (3 files, 43 lines)

             maker (13 files, 3395 lines)

Lines of Code

lib/rss/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 263 (100.0%) 10925 (100.0%) 41.5
kou 217 (82.5%) 7939 (72.7%) 36.5
matz 17 (6.5%) 2968 (27.2%) 174.5
nobu 7 (2.7%) 10 (0.1%) 1.4
nahi 1 (0.4%) 5 (0.0%) 5.0
ko1 3 (1.1%) 3 (0.0%) 1.0
shyouhei 18 (6.8%) 0 (0.0%) 0.0

Most Recent Commits

kou 2007-03-17 11:13

* lib/rss, test/rss:

- supported Atom.

- bumped version 0.1.6 to 0.1.7.

* sample/rss/convert.rb: added new sample.

1850 lines of code changed in:

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

kou 2007-02-12 03:52

* lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightses

-> dc_rights_list. dc_rightses still exists for backward

compatibility. [ruby-core:8350]

* test/rss/test_maker_dc.rb: added tests for dc_rights_list.

4 lines of code changed in:

kou 2007-02-11 14:12

* lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#initialize):

kept backward compatibility.

4 lines of code changed in:

kou 2007-02-11 14:11

* lib/rss/parser.rb (RSS::ListenerMixin::start_else_element): used

const_defined? instead of constants.include?.

1 lines of code changed in:

kou 2007-02-06 12:38

* lib/rss/rss.rb, lib/rss/parser.rb: followed current Ruby

specification. [ruby-dev:30274]

3 lines of code changed in:

kou 2007-02-06 12:33

* lib/rss/rss.rb, lib/rss/parser.rb: removed needless code for

backward compatibility.

1 lines of code changed in:

ko1 2006-12-31 16:02

* Merge YARV



3 lines of code changed in:

kou 2005-11-25 04:54

* lib/rss/rss.rb: added backward compatibility codes.

* lib/rss/parser.rb: ditto.

* test/rss/test_parser.rb: ditto.

* test/rss/test_2.0.rb: ditto.



* test/rss/test_content.rb: use #__send__ instead of #funcall for

no private method.

22 lines of code changed in:

kou 2005-11-25 04:43

* lib/rss/rss.rb: improved type conversion.

* lib/rss/1.0.rb: ditto.

* lib/rss/0.9.rb: ditto.

* lib/rss/2.0.rb: ditto.

* lib/rss/image.rb: ditto.

* lib/rss/syndication.rb: ditto.



* test/rss/test_2.0.rb: added type conversion tests.

* test/rss/test_accessor.rb: ditto.

* test/rss/test_to_s.rb: ditto.

* test/rss/test_syndication.rb: ditto.

* test/rss/test_setup_maker_2.0.rb: ditto.

* test/rss/test_setup_maker_1.0.rb: ditto.

* test/rss/test_setup_maker_0.9.rb: ditto.

* test/rss/test_maker_sy.rb: ditto.

* test/rss/test_maker_image.rb: ditto.

* test/rss/test_maker_2.0.rb: ditto.

* test/rss/test_maker_0.9.rb: ditto.

* test/rss/test_image.rb: ditto.



* test/rss/test_maker_1.0.rb: use assert instead of assert_equal.



* test/rss/rss-assertions.rb: improved type conversion assertions.

185 lines of code changed in:

kou 2005-11-25 02:39

* lib/rss/image.rb: added Image prefix.

* lib/rss/maker/image.rb: ditto.

14 lines of code changed in:

kou 2005-11-25 02:33

* test/rss/test_2.0.rb: added RSS 2.0 tests.

* test/rss/rss-assertions.rb: extended XML stylesheet assertion.

* lib/rss/0.9.rb: added initialize method.

* test/rss/test_1.0.rb: cleanup.

19 lines of code changed in:

kou 2005-11-23 14:35

* lib/rss/parser.rb: added entity handling type predicate.

* lib/rss/rexmlparser.rb: ditto.

* lib/rss/xmlparser.rb: ditto.

* lib/rss/xmlscanner.rb: ditto.



* lib/rss/xmlscanner.rb: more robust entity handling.



* test/rss/test_parser.rb: added an entity handling test.

56 lines of code changed in:

kou 2005-11-23 10:49

* lib/rss/: use #__send__ instead of #send.

* test/rss/: ditto.

28 lines of code changed in:

kou 2005-11-23 10:32

* lib/rss/taxonomy.rb: changed class or module prefix to

Taxonomy from Taxo.

* lib/rss/maker/taxonomy.rb: ditto.

9 lines of code changed in:

kou 2005-11-23 10:24

* lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSS

Maker.

* lib/rss/taxonomy.rb: supported RSS Maker.

* lib/rss/maker.rb: added taxonomy module support.



* lib/rss/rss.rb: adjusted to other element API.

* lib/rss/1.0.rb: adjusted to other element API but backward

compatibility is reserved.

* lib/rss/0.9.rb: ditto.



* test/rss/test_maker_taxo.rb: added test case for taxonomy module

for RSS Maker.

* test/rss/test_setup_maker_1.0.rb: added tests for taxo:topic.



* test/rss/test_setup_maker_1.0.rb: added backward compatibility

test.

* test/rss/test_setup_maker_0.9.rb: ditto.

* test/rss/test_setup_maker_2.0.rb: ditto.



* test/rss/rss-testcase.rb: added convenience method for setting

up taxo:topic.

* test/rss/rss-assertions.rb: added assertion for taxo:topic.



* sample/rss/blend.rb: followed new API.

35 lines of code changed in:

kou 2005-11-23 09:44

* lib/rss/rss.rb: fixed a indentation bug.

* lib/rss/taxonomy.rb: fixed <taxo:topic> #to_s bug.

* test/rss/test_taxonomy.rb: added a #to_s test.

8 lines of code changed in:

kou 2005-11-17 10:01

* lib/rss/1.0.rb: added convenience method 'resources'.

* lib/rss/taxonomy.rb: ditto.

* test/rss/rss-assertions.rb: added test for 'resources'.

* test/rss/test_taxonomy.rb: ditto.

20 lines of code changed in:

kou 2005-11-17 09:56

* lib/rss/taxonomy.rb: implemented taxonomy module.

* test/rss/test_taxonomy.rb: added tests for taxonomy support.

181 lines of code changed in:

kou 2005-11-17 09:42

* lib/rss/1.0.rb: added rdf:Bag.

73 lines of code changed in:

(52 more)

Generated by StatSVN 0.3.2-SNAPSHOT