aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar http://grossmeier.net/ <greg@web>2014-04-06 04:55:32 +0000
committerGravatar admin <admin@branchable.com>2014-04-06 04:55:32 +0000
commit9f931505c3749f243189c82012a0939548f9169e (patch)
tree84d55f62ad395c1ee5c6b3a2696767ee0fa32ce6 /doc/todo
parenta07372b46cd836ea47e6b38ce651679dbd9fbc8e (diff)
Added a comment: Without knowing Haskell
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/make___34__itemdate__34___valid_importfeed_template_option/comment_1_9fa523d1eabb6e029a91413770e9af72._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/make___34__itemdate__34___valid_importfeed_template_option/comment_1_9fa523d1eabb6e029a91413770e9af72._comment b/doc/todo/make___34__itemdate__34___valid_importfeed_template_option/comment_1_9fa523d1eabb6e029a91413770e9af72._comment
new file mode 100644
index 000000000..c9cf2ba51
--- /dev/null
+++ b/doc/todo/make___34__itemdate__34___valid_importfeed_template_option/comment_1_9fa523d1eabb6e029a91413770e9af72._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="http://grossmeier.net/"
+ nickname="greg"
+ subject="Without knowing Haskell"
+ date="2014-04-06T04:55:31Z"
+ content="""
+Maybe this just requires adding:
+
+ , fieldMaybe \"itemdate\" $ getFeedPubDate $ item i
+
+on line 214 in Command/ImportFeed.hs ??
+
+It is supported by [Text.Feed.Query](http://hackage.haskell.org/package/feed-0.3.9.2/docs/Text-Feed-Query.html)
+
+I have no haskell dev env so I can't test this, but if my suggestion is true, I might set one up :)
+"""]]