mRss Library

0.19.2

Author

Andrea Marchesini <bakunin@autistici.org> - Web Site: http://www.autistici.org/bakunin/

Description

mRss is a C library for parsing, writing and creating RSS/ATOM files or streams. This library can be also used not only in C or C++, but also in PHP with the PHP extension.

This library supports:

License

mRss is a FreeSoftware project released under LGPL 2.0.

Required

For the PHP extension:

Download

Installation from source

 tar xvfz libmrss-<version>.tar.gz
 cd libmrss-<version>
 ./configure --prefix=/usr
 make
 make install

If you want the PHP extension:

 cd phpmrss
 ./phpmrss_install.sh

Installation from CVS

Run the following commands in a directory that you have write access to (such as your home dirctory):

 cvs -d:pserver:anonymous@ippolita.net:/home/cvs login
(Just hit enter for the password)
 cvs -z3 -d:pserver:anonymous@ippolita.net:/home/cvs co libmrss

Once you have checked the source of libmrss, run the following commands:

 cd libmrss
 ./autogen.sh
 ./configure --prefix=/usr
 make
 make install

When there are changes to libmrss's code, you will want to update you local copy. Run from the directory libmrss:

 cvs update -dP
 ./autogen.sh
 ./configure --prefix=/usr
 make
 make install

Support

Support for mRss is available to all via email: bakunin@autistici.org.

Commercial Support

Commercial users of mRss are strongly encouraged to purchase a commercial support contract, please contact me for a quotation. I will always prioritise support requests from those with support contracts.

Donations

Users not purchasing commercial support are encouraged (but not obliged) to make a donation. By donating you are supporting the principle of open source software and you will help ensure continued development of mRss.

Generated on Fri Aug 22 00:03:56 2008 for libmrss by  doxygen 1.5.5