summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-30 11:38:33 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-30 11:38:33 +0200
commit3c098e406c2c5cb76c46c74c56263daef89c404a (patch)
tree47d15e02601996696d95d077cbaf924ba99cde17
parent55f552e95026493c427d01ee33309c73482546c8 (diff)
more comments
-rw-r--r--3rdparty/ownfeed/spec.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/ownfeed/spec.php b/3rdparty/ownfeed/spec.php
index 40d628858..4a301f23a 100644
--- a/3rdparty/ownfeed/spec.php
+++ b/3rdparty/ownfeed/spec.php
@@ -2,6 +2,7 @@
// TODO: atom has type attribute for values that have html/xhtml if given and have to be decoded
// TODO: link attribute (rel etc)
// TODO: can we distinguish between CDATA and plain content?
+// TODO: steal from https://github.com/gothfox/Tiny-Tiny-RSS/blob/master/classes/feedparser.php
$ownFeed = new OwnFeed([
'user_agent' => 'ownFeed version 1',