#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_ */