comparison doc/jp/blog.rst @ 2996:afad95f257c7

doc (jp/blog): minor fix
author Goffi <goffi@goffi.org>
date Fri, 12 Jul 2019 08:55:11 +0200
parents 5e72efd2f95d
children 85d8e9a7284b
comparison
equal deleted inserted replaced
2995:5ecce65631a2 2996:afad95f257c7
251 251
252 With this command you can import an external blog in a XMPP blog at the specified pubsub 252 With this command you can import an external blog in a XMPP blog at the specified pubsub
253 location. 253 location.
254 254
255 The import is done using an *importer* name and a *location* which depends of the importer 255 The import is done using an *importer* name and a *location* which depends of the importer
256 (it can be a path to a file, an URL to a blog, or something else). Use empty nothing to 256 (it can be a path to a file, an URL to a blog, or something else). Let empty to get list
257 get list of importers, and specify only importer name to get its description. 257 of importers, and specify only importer name to get its description.
258 258
259 By default, found images are re-uploaded to XMPP server, if you want to keep original 259 By default, found images are re-uploaded to XMPP server, if you want to keep original
260 URLs, use the ``--no-images-upload`` option. 260 URLs, use the ``--no-images-upload`` option.
261 261
262 Alternatively, you can re-upload images except for a specific host with ``--upload-ignore-host UPLOAD_IGNORE_HOST``. The images for the specified host will keep there original URLs while other will be uploaded to XMPP server. 262 Alternatively, you can re-upload images except for a specific host with ``--upload-ignore-host UPLOAD_IGNORE_HOST``. The images for the specified host will keep there original URLs while other will be uploaded to XMPP server.