forked from github/pelican
add information about the importer in the documentation
This commit is contained in:
parent
a66fa4c77d
commit
e617b08ab6
1 changed files with 14 additions and 0 deletions
|
|
@ -92,6 +92,20 @@ generate static pages.
|
|||
Then, use the `DISPLAY_PAGES_ON_MENU` setting, which will add all the pages to
|
||||
the menu.
|
||||
|
||||
Importing an existing blog
|
||||
--------------------------
|
||||
|
||||
It is possible to import wordpress themes and RSS themes using a script which
|
||||
is living in `tools`: importer.
|
||||
|
||||
You can call it this way for a wordpress import::
|
||||
|
||||
$ python importer.py --wpfile /your/wordpress/export -o output_dir
|
||||
|
||||
And like this for an import from an RSS feed::
|
||||
|
||||
$ python importer.py --feed http://your/rss/feed -o output_dir
|
||||
|
||||
Translations
|
||||
------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue