d_rss

d_rss: D Programming Language bindings for libmRSS: RSS parser/creator


Keywords
library, web, binding, deimos, application, server, communication
License
LGPL-2.1
Install
dub fetch d_rss --version 0.1.4

Documentation

d_rss: D Programming Language bindings for libmRSS.
http://www.autistici.org/bakunin/libmrss/doc/

mRss is a C library written by Andrea Marchesini for parsing, writing and
creating RSS/ATOM files or streams.

This library supports:

    RSS 0.91 - http://my.netscape.com/publish/formats/rss-spec-0.91.html
    RSS 0.92 - http://backend.userland.com/rss092
    RSS 1.0 - http://web.resource.org/rss/1.0/
    RSS 2.0 - http://www.rssboard.org/rss-specification
    ATOM 0.3 - http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html
    ATOM 1.0 - http://tools.ietf.org/html/rfc4287

to use:

import mrss.d

State: alpha.  No extensive testing, but the example I have translated -
d_parser.d (originally parser.c) works correctly.  Later I will write
higher-level D wrapper.

Pull requests welcome.