-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
24 lines (17 loc) · 805 Bytes
/
README
File metadata and controls
24 lines (17 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.