Fb2RSS

A Facebook to RSS conversion tool
git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules

commit 05d0bcf2a56a9585431226d2b381d69469a25325
parent 9de7ea770b90acae33b734b7c00695f8837f838c
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Wed,  1 Jul 2015 21:45:39 +0200

Remove the <updated>-field from the entries.

Since we don't know the updates, just let it be.

Diffstat:
Fb2RSS.d | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Fb2RSS.d b/Fb2RSS.d @@ -368,7 +368,6 @@ struct Post{ e.addChild(new XmlNode("link").setAttribute("href",link)); e.addChild(new XmlNode("id").addCData(id)); e.addChild(new XmlNode("published").addCData(ISOTime())); - e.addChild(new XmlNode("updated").addCData(ISOTime())); e.addChild(new XmlNode("content").setAttribute("type","html").addChild(getUCContent())); return e; }