mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add filter-author option to importer
Allow to import post from only one author when importing data
This commit is contained in:
parent
7ec4d5faa2
commit
cb650c1c99
2 changed files with 8 additions and 2 deletions
|
|
@ -69,6 +69,7 @@ Optional arguments
|
|||
(default: False)
|
||||
--dir-page Put files recognised as pages in "pages/" sub-
|
||||
directory (wordpress import only) (default: False)
|
||||
--filter-author Import only post from the specified author.
|
||||
--strip-raw Strip raw HTML code that can't be converted to markup
|
||||
such as flash embeds or iframes (wordpress import
|
||||
only) (default: False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue