CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 10:45:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080724145103
location: https://web.archive.org/web/20080724145103/https://github.com/technomancy/rfeedparser/tree
server-timing: captures_list;dur=3.300674, exclusion.robots;dur=0.051109, exclusion.robots.policy;dur=0.014000, esindex;dur=0.016253, cdx.remote;dur=26.240313, LoadShardBlock;dur=225.416560, PetaboxLoader3.datanode;dur=57.374457, PetaboxLoader3.resolve;dur=103.514085
x-app-server: wwwb-app217
x-ts: 302
x-tr: 309
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 24 Aug 2025 10:45:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Thu, 24 Jul 2008 21:51:03 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_sess=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7AA%253D%253D--4d8802a39cf2ae2680fcdf915bd7f8472555cf65; domain=.github.com; path=/
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1.28050
x-archive-orig-etag: "6d73b8225ef6e5591cbc408c64b3db53"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 3905
x-archive-orig-x_commoncrawl_originalurl: https://github.com/technomancy/rfeedparser/tree
x-archive-orig-x_commoncrawl_urlfp: -4395223295984930007
x-archive-orig-x_commoncrawl_hostfp: -8801896244620822287
x-archive-orig-x_commoncrawl_signature: 6d73b8225ef6e5591cbc408c64b3db53
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1216936263940
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Thu, 24 Jul 2008 14:51:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 24 Jul 2008 14:51:03 GMT", ; rel="memento"; datetime="Thu, 24 Jul 2008 14:51:03 GMT", ; rel="last memento"; datetime="Thu, 24 Jul 2008 14:51:03 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 1217098481975_31-c/1217098596750_28.arc.gz
server-timing: captures_list;dur=0.632823, exclusion.robots;dur=0.023179, exclusion.robots.policy;dur=0.010179, esindex;dur=0.014177, cdx.remote;dur=16.340850, LoadShardBlock;dur=393.010909, PetaboxLoader3.datanode;dur=275.347982, PetaboxLoader3.resolve;dur=180.828689, load_resource;dur=222.283019
x-app-server: wwwb-app217
x-ts: 200
x-tr: 682
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
technomancy's rfeedparser at master — GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

No gems have been built for this project yet.
Fork of jmhodges/rfeedparser | |
Description: | rFeedParser is a translation of the Universal Feed Parser from Python into Ruby. It has nearly the exact same behavior. |
Homepage: | https://rfeedparser.rubyforge.org |
Clone URL: |
git://github.com/technomancy/rfeedparser.git
Give this clone URL to anyone.
git clone git://github.com/technomancy/rfeedparser.git
|
Search Repo: |
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Jul 09 09:40:23 -0700 2008 | documentation update [technomancy] |
![]() |
LICENSE | Sat Mar 24 09:34:45 -0700 2007 | using the rchardet gem not that it has a projec... [Jeff Hodges] |
![]() |
README | Wed Jul 09 09:40:23 -0700 2008 | documentation update [technomancy] |
![]() |
RUBY-TESTING | Thu May 08 15:39:16 -0700 2008 | Merge branch 'technomancy_master' [jmhodges] |
![]() |
Rakefile | Wed Jul 09 09:40:23 -0700 2008 | documentation update [technomancy] |
![]() |
doc/ | Wed Jul 09 09:40:23 -0700 2008 | documentation update [technomancy] |
![]() |
lib/ | Tue Jun 24 17:40:53 -0700 2008 | fixed media title handling [technomancy] |
![]() |
tests/ | Tue Jun 24 15:12:53 -0700 2008 | Add a failing test for a title in a media element [technomancy] |
README
= Universal Feed Parser https://rfeedparser.rubyforge.org Original Python code Copyright (c) 2002-5 by Mark Pilgrim Ruby port by Jeff Hodges. == Description Parse nearly any RSS and Atom feeds in Ruby. 3000 unit tests. Open source. == Installation For Debian-based systems: $ sudo apt-get install libxml-ruby1.8 # or libxml-parser-ruby1.8 And then: $ sudo gem install rfeedparser Or for the latest development version: $ git clone git://github.com/jmhodges/rfeedparser.git $ cd rfeedparser $ sudo rake setup $ rake gem $ sudo gem install pkg/rfeedparser-$VERSION.gem Dependencies on other gems are handled by rubygems, but rfeedparser works better if it has bindings to a native XML parsing library. The recommended choice is libxml, which is installable with the libxml-ruby1.8 package in Debian-based systems. But it can also use expat (the libxml-parser-ruby1.8 Debian package). In general libxml is more robust and up-to-date, so you should use it unless you have a specific reason to use expat. == Usage require 'rubygems' # may omit if installed manually require 'rfeedparser' feed = FeedParser.parse("some-feed-stream-filepath-or-url") feed.entries.each do |e| puts e.title puts e.content puts e.published puts '----' end == Contributing Clone the git repository at git://github.com/jmhodges/rfeedparser.git and which has a webpage at https://github.com/jmhodges/rfeedparser/tree/master. == Todo - Dependency installation instructions for other platforms. - Use hoe. - Publish RDoc; unify README and rubyforge home page.
This feature is coming soon. Sit tight!