Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
/ rsss Public archive

πŸ’€ A feed format-neutral RSS/Atom parser for Common Lisp. (πŸͺž)

License

Notifications You must be signed in to change notification settings

JadedCtrl/rsss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

===============================================================================
RSSS                                                        An RSS/Atom parser
===============================================================================

Reading Syndicated Stuff Sagely is made to make your life (hopefully) a bit
easier when you've got to deal with Atom/RSS feed XML, especially when you need
to handle *both* types of feed.

It generalizes all types of feed (Atom, RSS 2.0/1.0) into a single RSSS:FEED
object, with subsequent RSSS:ENTRY objects inside for <entry>/<item>s within
the feed.


β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
USAGE
β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
You can turn a feed's XML (string) into an RSSS:FEED object with #'rsss:parse.

Then, you can read it by means of its slots.

Slots of both FEEDs and ENTRYs:
* name
* date
* desc
* uri

Slots exclusively for FEEDs:
* entries

Slots exclusively for ENTRYs:
* author
* media
* text

Each slot has an accessor in the :rsss package, like #'rsss:media, etc.
Good luck!


β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
BORING STUFF
β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
License is in COPYING.txt (GNU GPLv3)
Author is Jaidyn Ann <[email protected]>
Sauce is at https://hak.xwx.moe/jadedctrl/rsss.git

About

πŸ’€ A feed format-neutral RSS/Atom parser for Common Lisp. (πŸͺž)

Topics

Resources

License

Stars

Watchers

Forks