[kde-doc-english] [skrooge] /: feature: Add in documentation how to use kdewallet with weboob backend

Stephane Mankowski stephane at mankowski.fr
Wed Oct 22 12:14:31 UTC 2014


Git commit 5387a4d8fb7de7c31a5c93318b313dd8b0fec8a5 by Stephane Mankowski.
Committed on 22/10/2014 at 12:14.
Pushed by smankowski into branch 'master'.

feature: Add in documentation how to use kdewallet with weboob backend

M  +1    -0    CHANGELOG
M  +11   -1    doc/index.docbook

http://commits.kde.org/skrooge/5387a4d8fb7de7c31a5c93318b313dd8b0fec8a5

diff --git a/CHANGELOG b/CHANGELOG
index 22f9471..c3ad459 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -29,6 +29,7 @@ skrooge (1.10.0)
   *New feature: 2 options in graphs, one for limits visibility, one for average visibility  
   *New feature: New advice to detect similar payees
   *New feature: New advice to detect similar categories
+  *New feature: Add in documentation how to use kdewallet with weboob backend  
   *Performances: Better performances in "Possible schedule"  
   *Performances: Better performances in dashboard  
   
diff --git a/doc/index.docbook b/doc/index.docbook
index 114c359..effbe8a 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -659,7 +659,17 @@
 	    <listitem><para>QFX: QFX is a customization of OFX from the commercial software <trademark>Quicken</trademark>.</para></listitem>
 	    <listitem><para>QIF: <trademark>Quicken</trademark> Import File. Maybe the most common financial file format. However, it has some rather annoying limitations, like not giving the unit for operation, or no strict date formatting.</para></listitem>
 	    <listitem><para>SKG: This is useful to merge 2 &appname; documents</para></listitem>
-	    <listitem><para>Backend: &appname; can also import operations by using a backend. The only one supported is WEBOOB. By using this backend you can import all operations from all your banks in only one click. For that, you just have to install WEBOOB and activate the corresponding backend from settings.</para></listitem>	  
+	    <listitem><para>Backend: &appname; can also import operations by using a backend. The only one supported is <ulink url="http://weboob.org/">WEBOOB</ulink>. By using this backend you can import all operations from all your banks in only one click. For that, you just have to install <ulink url="http://weboob.org/">WEBOOB</ulink> and activate the corresponding backend from settings.</para>
+	    <tip><para>If you don't want to store your bank passwords in the configuration file of WEBOOB, you can do that:
+	    
+	    <itemizedlist>
+	       <listitem><para>Install kwalletcli</para></listitem>
+	       <listitem><para>Add passwords for each bank by doing <quote>kwalletcli -f Weboob -e m_bank_name -p my_password</quote></para></listitem>
+	       <listitem><para>Edit the file <quote>~/.config/weboob/backends</quote> in your favorite text editor</para></listitem>
+	       <listitem><para>Replace in the config file <quote>password = my_password</quote> by <quote>password = `kwalletcli -f Weboob -e m_bank_name`</quote></para></listitem>
+	    </itemizedlist>	    
+	    </para></tip>
+	      </listitem>	  
 	</itemizedlist>
       </sect2>
       


More information about the kde-doc-english mailing list