File: comment_3_20166db298c10074e062aecad59ffd71._comment

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (20 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
"""]]