mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
parent
6888a04636
commit
23c05ad7db
1 changed files with 19 additions and 2 deletions
|
|
@ -19,6 +19,23 @@ The conversion from HTML to reStructuredText relies on `pandoc
|
||||||
written with Markdown syntax, they will not be converted (as Pelican also
|
written with Markdown syntax, they will not be converted (as Pelican also
|
||||||
supports Markdown).
|
supports Markdown).
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
""""""""""""
|
||||||
|
|
||||||
|
``pelican-import`` has two additional dependencies not included with pelican
|
||||||
|
by default:
|
||||||
|
|
||||||
|
- BeautifulSoup
|
||||||
|
- pandoc
|
||||||
|
|
||||||
|
BeatifulSoup can be installed like any other Python package::
|
||||||
|
|
||||||
|
$ pip install BeautifulSoup
|
||||||
|
|
||||||
|
For pandoc, install a package for your operating system from the
|
||||||
|
`pandoc site <http://johnmacfarlane.net/pandoc/installing.html>`_.
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
"""""
|
"""""
|
||||||
|
|
||||||
|
|
@ -26,8 +43,8 @@ Usage
|
||||||
| [--dir-cat]
|
| [--dir-cat]
|
||||||
| input
|
| input
|
||||||
|
|
||||||
Optional arguments:
|
Optional arguments
|
||||||
"""""""""""""""""""
|
""""""""""""""""""
|
||||||
|
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--wpfile Wordpress XML export
|
--wpfile Wordpress XML export
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue