Git commit 6bdd8c79b4d4113fd33c69ab635cf5fbd7d0a0bc by Yuri Chornoivan. Committed on 05/06/2020 at 15:40. Pushed by yurchor into branch 'master'.
Remove stale parts from docbook M +1 -31 doc/en/index.docbook https://invent.kde.org/utilities/basket/commit/6bdd8c79b4d4113fd33c69ab635cf5fbd7d0a0bc diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 6de8b09..3055e67 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -57,36 +57,6 @@ <para>&basket; is mainly an all-purpose notes taker, but a particular one:</para> </chapter> - <chapter id="installation"> - <title>Installation</title> - - <sect1 id="how-to-obtain-BasKet"> - <title>How to obtain &basket;</title> - <para></para> - </sect1> - - <sect1 id="requirements"> - <title>Requirements</title> - <para></para> - </sect1> - - <sect1 id="compilation-and-installation"> - <title>Compilation and Installation</title> - - <para>Compiling BasKet is very easy. The following should do it: - <screen> - <prompt>%</prompt> <userinput><command>./configure</command></userinput> - <prompt>%</prompt> <userinput><command>make</command></userinput> - <prompt>%</prompt> <userinput><command>make</command> install</userinput> - </screen> - </para> - - <para>That should do it! Should you run into any problems, - please report them to the <ulink - url="mailto:[email protected]">author</ulink></para> - </sect1> - </chapter> - <chapter id="using-BasKet"> <title>Using BasKet</title> <para></para> @@ -109,7 +79,7 @@ <guimenu>Settings</guimenu> <guimenuitem>Configure BasKet Note Pads</guimenuitem> </menuchoice> → <guibutton>Version Sync</guibutton> - and <guibutton>Enable distributed version control</guibutton>. It will initialize git repository in <filename>~/.kde/share/apps/basket/baskets</filename> (or <filename>$(kde4-config --path data)/basket/baskets</filename>), upon which standard git tools can be used.</para> + and <guibutton>Enable distributed version control</guibutton>. It will initialize git repository in <filename>~/.kde/share/apps/basket/baskets</filename>, upon which standard git tools can be used.</para> <sect2> <title>Clearing version history</title> <para>Clearing the history can be useful in these cases:</para>
