Skip to content

Commit

Permalink
Update importer.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer authored Jan 15, 2024
1 parent 8e37175 commit 55f1055
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/importer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ not be converted (as Pelican also supports Markdown).

.. note::

Imported images may still point to the original site. So, you might want to
download the images yourself and manually re-link the images in the posts
to the local copies.
Imported pages may contain links to images that still point to the original site.
So you might want to download those images into your local content and manually
re-link them from the relevant pages of your site.

Dependencies
============
Expand Down Expand Up @@ -129,12 +129,12 @@ For WordPress::

For Medium (an example of using an RSS feed):

$ pip install feedparser
$ python -m pip install feedparser
$ pelican-import --feed https://medium.com/feed/@username

.. note::

The RSS feed may only return the most recent posts, not all of them.
The RSS feed may only return the most recent posts not all of them.

Tests
=====
Expand Down

0 comments on commit 55f1055

Please sign in to comment.