blob: 574fe9dfa639fdfd7f31dc6c9115651e1b3b54b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NEWSBOAT_RSSPP_URIS_H_
#define NEWSBOAT_RSSPP_URIS_H_
#define CONTENT_URI "http://purl.org/rss/1.0/modules/content/"
#define ITUNES_URI "http://www.itunes.com/dtds/podcast-1.0.dtd"
#define DC_URI "http://purl.org/dc/elements/1.1/"
#define ATOM_0_3_URI "http://purl.org/atom/ns#"
#define ATOM_1_0_URI "http://www.w3.org/2005/Atom"
#define XML_URI "http://www.w3.org/XML/1998/namespace"
#endif /* NEWSBOAT_RSSPP_URIS_H_ */
|