diff doc/libervia-cli/blog.rst @ 3536:0985c47ffd96

doc: config file is now `libervia.conf` (even if `sat.conf` still works, for now)
author Goffi <goffi@goffi.org>
date Thu, 03 Jun 2021 15:15:11 +0200
parents c80a0f864b5d
children 267e4987b58b
line wrap: on
line diff
--- a/doc/libervia-cli/blog.rst	Thu May 06 21:39:08 2021 +0200
+++ b/doc/libervia-cli/blog.rst	Thu Jun 03 15:15:11 2021 +0200
@@ -71,7 +71,7 @@
 For some common editors (like **vim** or **Emacs**), the editor will be automatially
 opened using a split screen with *body* in one side, and metadata on the other. If the
 editor is not supported or doesn't support split screen, you'll edit first the *body*, then
-the *metadata*. You can also specify editor and arguments in ``sat.conf``, see
+the *metadata*. You can also specify editor and arguments in ``libervia.conf``, see
 `configuration <edit_conf_>`_ below
 
 If you don't change anything or publish an empty blog post, the edition will be cancelled.
@@ -179,7 +179,7 @@
 ^^^^^^
 
 Local editor used is by default the one set in ``$EDITOR`` environment variable, but you
-can specify one in ``sat.conf``. To do so, you have to set the name of an editor
+can specify one in ``libervia.conf``. To do so, you have to set the name of an editor
 executable in  the ``editor`` option in ``[li]`` section.
 
 You can specify the args to use by using ``blog_editor_args`` option. Use
@@ -205,7 +205,7 @@
 This can be used to activate automatic refreshing of the page.
 
 For **Konqueror**, you can use its D-Bus API to do refreshing. Ensure that ``qdbus`` is
-installed on your system, and enter the following lines in your ``sat.conf``:
+installed on your system, and enter the following lines in your ``libervia.conf``:
 
 .. sourcecode:: cfg
 
@@ -214,7 +214,7 @@
     blog_preview_update_cmd = /bin/sh -c "qdbus $(qdbus org.kde.konqueror\*) /konqueror/MainWindow_1 reload"
 
 For **Firefox**, you may use ``xdotool`` on X11. Once you have installed this tool, enter the
-following lines in your ``sat.conf``:
+following lines in your ``libervia.conf``:
 
 .. sourcecode:: cfg
 
@@ -232,7 +232,7 @@
 mapping which can be overriden.
 
 The mapping is set in the ``syntax_ext_dict`` option of the ``[li]`` section of your
-``sat.conf`` file. For instance, if your prefer do your ``.markdown`` for temp files
+``libervia.conf`` file. For instance, if your prefer do your ``.markdown`` for temp files
 instead of the default ``.md``, you can use this:
 
 .. sourcecode:: cfg