Project

General

Profile

Actions

Bug #4663

closed

Add initial documentation for RSS

Added by steveklabnik (Steve Klabnik) almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
1.9.2-p180
Backport:
[ruby-core:36082]

Description

As part of the Ruby 1.9.3 documentation challenge[1], here's my first shot at adding some documentation to the RSS portion of the standard library. I've just added an overview with two examples, but I plan on fleshing out the rest of RSS, too. I wanted to make sure that I'm doing it right with something small before I put in a bunch of time on a bigger patch.

Patch included.

1: http://blog.segment7.net/2011/05/09/ruby-1-9-3-documentation-challenge


Files

0001-lib-rss.rb-Add-Documentation.patch (3.5 KB) 0001-lib-rss.rb-Add-Documentation.patch steveklabnik (Steve Klabnik), 05/10/2011 02:03 PM
0001-Adding-documentation-to-lib-rss.rb.patch (3.51 KB) 0001-Adding-documentation-to-lib-rss.rb.patch steveklabnik (Steve Klabnik), 05/11/2011 02:27 AM

Updated by steveklabnik (Steve Klabnik) almost 13 years ago

Due to writing this at 5am, I misspelled 'Syndication." Whoops. Here's the corrected patch.

Actions #2

Updated by drbrain (Eric Hodel) almost 13 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r31503.
Steve, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • lib/rss.rb: Add documentation. Patch by Steve Klabnik.
    [Ruby 1.9 - Bug #4663]

Updated by drbrain (Eric Hodel) almost 13 years ago

I made a few modifications to the original patch:

Added a module RSS after the comment to attach the documentation properly.

Maintained the author's license line

Maintained a link to the author's tutorial as it still seems valid.

Thanks!

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0