Added a comment
This commit is contained in:
parent
0951e20149
commit
7132edff6d
1 changed files with 20 additions and 0 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue