// Represents the RssMeta struct, containing the metadata with some fns to // access it easily. struct RssMeta { // TODO: add the magic. // filename: either just name or fully qualified should work. string title_of(string filename) const; string link_of(string filename) const; string pubdate_of(string filename) const; string guid_of(string filename) const; }