https://github.com/zaphar/erl_feed_libs
erlang webservice feed libraries
https://github.com/zaphar/erl_feed_libs
Last synced: 18 days ago
JSON representation
erlang webservice feed libraries
- Host: GitHub
- URL: https://github.com/zaphar/erl_feed_libs
- Owner: zaphar
- Created: 2008-12-21T02:43:20.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-01-10T04:01:23.000Z (over 17 years ago)
- Last Synced: 2025-10-29T22:35:34.425Z (9 months ago)
- Language: Erlang
- Homepage:
- Size: 99.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
README
=====
erl_feed_libs is a collection of erlang modules to help with parsing various xml feeds. Currently only RSS (Really Simple Syndication) is supported in a limited fashion.
BUILD & INSTALL
===============
To build this library run the following commands from the root.
$ make
If you want to run the test suite then run the following:
$ make test
$ make clean #cleans up the files the test suite leaves behind