initial commit to seperate repo

This commit is contained in:
Don Harper 2015-06-09 22:59:04 -05:00
commit 8630e4db13
23669 changed files with 1067407 additions and 0 deletions

9
import_feed/README.md Normal file
View file

@ -0,0 +1,9 @@
This plugin will do a quick and dirty import of any RSS or Atom feed into Nikola
To use it:
```
$ nikola plugin -i import_feed
$ nikola import_feed feed_url
```