diff options
author | http://a-or-b.myopenid.com/ <http://a-or-b.myopenid.com/@web> | 2013-08-28 01:32:41 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-28 01:32:41 +0000 |
commit | ad9ca690714d32853dc61bcbfed68b66c8952325 (patch) | |
tree | b80d1374d3d761da155f9155c160f9918c6a0584 | |
parent | d57a5250ddb6439b29d873e65281513aaad7a641 (diff) |
Added a comment
-rw-r--r-- | doc/forum/howto_update_feed/comment_3_20166db298c10074e062aecad59ffd71._comment | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/howto_update_feed/comment_3_20166db298c10074e062aecad59ffd71._comment b/doc/forum/howto_update_feed/comment_3_20166db298c10074e062aecad59ffd71._comment new file mode 100644 index 000000000..73f48ac9b --- /dev/null +++ b/doc/forum/howto_update_feed/comment_3_20166db298c10074e062aecad59ffd71._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="http://a-or-b.myopenid.com/" + ip="203.45.2.230" + subject="comment 3" + date="2013-08-28T01:32:38Z" + content=""" +One thing I do slightly differently is put comments in my ```feeds``` file so I know what feed is what... + + # NPR - Wait Wait... Don't Tell Me! + http://www.npr.org/rss/podcast.php?id=35 + # NPR - Car Talk + http://www.npr.org/rss/podcast.php?id=510208 + + +Then I use + + grep -v '^#' feeds| xargs git-annex importfeed --relaxed + +I reckon that makes maintenance easier. +"""]] |