DOKK / manpages / debian 12 / pelican / pelican-import.1.en
USAGE:(1) User Commands USAGE:(1)

usage: - import from a feed, Wordpress, or Dotclear files

usage: pelican-import [-h] [--blogger] [--dotclear] [--posterous] [--tumblr]

[--wpfile] [--feed] [-o OUTPUT] [-m MARKUP] [--dir-cat]
[--dir-page] [--filter-author AUTHOR] [--strip-raw] [--wp-custpost] [--wp-attach] [--disable-slugs] [-e EMAIL] [-p PASSWORD] [-b BLOGNAME] input

Transform feed, Blogger, Dotclear, Posterous, Tumblr, or WordPress files into reST (rst) or Markdown (md) files. Be sure to have pandoc installed.

The input file to read

show this help message and exit
Blogger XML export (default: False)
Dotclear export (default: False)
Posterous export (default: False)
Tumblr export (default: False)
Wordpress XML export (default: False)
Feed to parse (default: False)
Output path (default: content)
Output markup format (supports rst & markdown) (default: rst)
Put files in directories with categories name (default: False)
Put files recognised as pages in "pages/" subdirectory (blogger and wordpress import only) (default: False)
Import only post from the specified author (default: None)
Strip raw HTML code that can't be converted to markup such as flash embeds or iframes (wordpress import only) (default: False)
Put wordpress custom post types in directories. If used with --dir-cat option directories will be created as /post_type/category/ (wordpress import only) (default: False)
(wordpress import only) Download files uploaded to wordpress as attachments. Files will be added to posts as a list in the post header. All files will be downloaded, even if they aren't associated with a post. Files will be downloaded with their original path inside the output directory. e.g. output/wpuploads/date/postname/file.jpg -- Requires an internet connection -- (default: False)
Disable storing slugs from imported posts within output. With this disabled, your Pelican URLs may not be consistent with your original posts. (default: False)
Email address (posterous import only) (default: None)
Password (posterous import only) (default: None)
Blog name (Tumblr import only) (default: None)
[--wpfile] [--feed] [-o OUTPUT] [-m MARKUP] [--dir-cat]
[--dir-page] [--filter-author AUTHOR] [--strip-raw] [--wp-custpost] [--wp-attach] [--disable-slugs] [-e EMAIL] [-p PASSWORD] [-b BLOGNAME] input

pelican-import: error: the following arguments are required: input

January 2023 usage: pelican-import [-h] [--blogger] [--dotclear] [--posterous] [--tumblr]