diff options
| author | 2013-11-20 16:58:53 -0300 | |
|---|---|---|
| committer | 2013-11-20 16:58:53 -0300 | |
| commit | ed33084d9bea84671449058af94a6e80dee714ba (patch) | |
| tree | 8eee6e23cf8cac17bd31117a4839d3fd01a12249 /nikola/plugins/command/import_feed.plugin | |
| parent | 6fb711e4ada5214f5923a81106176a257d1550a3 (diff) | |
| parent | ca94afc07df55cb7fc6fe3b4f3011877b7881195 (diff) | |
Merge tag 'upstream/6.2.1'
Upstream version 6.2.1
Diffstat (limited to 'nikola/plugins/command/import_feed.plugin')
| -rw-r--r-- | nikola/plugins/command/import_feed.plugin | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nikola/plugins/command/import_feed.plugin b/nikola/plugins/command/import_feed.plugin new file mode 100644 index 0000000..26e570a --- /dev/null +++ b/nikola/plugins/command/import_feed.plugin @@ -0,0 +1,10 @@ +[Core] +Name = import_feed +Module = import_feed + +[Documentation] +Author = Grzegorz Śliwiński +Version = 0.1 +Website = http://www.fizyk.net.pl/ +Description = Import a blog posts from a RSS/Atom dump + |
