diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 3276587..3a217f8 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1 +1,4 @@ -add_subdirectory(en) +########### install files ############### + + +kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR basket) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index 2ea7c3a..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ - -include_directories(${QT_INCLUDES} ) - - -########### install files ############### - - -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR basket) - - - -#original Makefile.am contents follow: - -#KDE_DOCS = basket -#KDE_LANG = en diff --git a/doc/en/index.docbook b/doc/en/index.docbook deleted file mode 100644 index 3055e67..0000000 --- a/doc/en/index.docbook +++ /dev/null @@ -1,123 +0,0 @@ - -BasKet"> - - -]> - - - - - The &basket; Handbook - - - - Gleb - Baryshev - - gleb.baryshev@gmail.com - - - 2016-11-07 - 2.11 - - - Taking care of your ideas. - - - KDE - BasKet - - - - - - NOTICE: handbook not written yet - &basket; still does not have a handbook, so contributors are welcome! - Check the - KDE documentation for the hints on the DocBook format. - Meanwhile, you can look for help on the Internet. In particular, - look through the old website or - check Linux magazines if you have access to them, for example: - - - Tutorial: Basket: Capture your thoughts. Linux Format 120 - (Andy Channelle) - - - A Virtual Basket. Storing, sorting, and filing with KDE's - Basket Linux Magazine 54 (Stefanie Teufel) - - - - - - - Introduction - &basket; is mainly an all-purpose notes taker, but a particular one: - - - - Using BasKet - - - Version Sync - When enabled, Version Sync puts your baskets and notes under version control. Currently this is an experimental feature and only very basic functions are implemented, so it may require additional software and some manual setup. These are some of the things that can be done using external tools (but not Basket interface yet): - - - check out old revisions and revert the changes - - - synchronize baskets on several computers (merge the changes) - - - push baskets backup to remote repository - - - To enable it, select - - Settings Configure BasKet Note Pads - - → Version Sync - and Enable distributed version control. It will initialize git repository in ~/.kde/share/apps/basket/baskets, upon which standard git tools can be used. - - Clearing version history - Clearing the history can be useful in these cases: - - - you have locked a basket and want to remove any previous unencrypted versions (which are still stored in the system) - - - you want to free some disk space (can be topical if you insert a lot of images or other files into Basket) - - - Note that you will have to redo any manual setup you did on the git repository. - - - - - - Questions, Answers, and Tips - - - Frequently asked questions - - - Question 1 - - - The answer - - - - - - - diff --git a/doc/index.docbook b/doc/index.docbook deleted file mode 120000 index 9c81de4..0000000 --- a/doc/index.docbook +++ /dev/null @@ -1 +0,0 @@ -en/index.docbook \ No newline at end of file diff --git a/doc/index.docbook b/doc/index.docbook new file mode 100644 index 0000000..3055e67 --- /dev/null +++ b/doc/index.docbook @@ -0,0 +1,123 @@ + +BasKet"> + + +]> + + + + + The &basket; Handbook + + + + Gleb + Baryshev + + gleb.baryshev@gmail.com + + + 2016-11-07 + 2.11 + + + Taking care of your ideas. + + + KDE + BasKet + + + + + + NOTICE: handbook not written yet + &basket; still does not have a handbook, so contributors are welcome! + Check the + KDE documentation for the hints on the DocBook format. + Meanwhile, you can look for help on the Internet. In particular, + look through the old website or + check Linux magazines if you have access to them, for example: + + + Tutorial: Basket: Capture your thoughts. Linux Format 120 + (Andy Channelle) + + + A Virtual Basket. Storing, sorting, and filing with KDE's + Basket Linux Magazine 54 (Stefanie Teufel) + + + + + + + Introduction + &basket; is mainly an all-purpose notes taker, but a particular one: + + + + Using BasKet + + + Version Sync + When enabled, Version Sync puts your baskets and notes under version control. Currently this is an experimental feature and only very basic functions are implemented, so it may require additional software and some manual setup. These are some of the things that can be done using external tools (but not Basket interface yet): + + + check out old revisions and revert the changes + + + synchronize baskets on several computers (merge the changes) + + + push baskets backup to remote repository + + + To enable it, select + + Settings Configure BasKet Note Pads + + → Version Sync + and Enable distributed version control. It will initialize git repository in ~/.kde/share/apps/basket/baskets, upon which standard git tools can be used. + + Clearing version history + Clearing the history can be useful in these cases: + + + you have locked a basket and want to remove any previous unencrypted versions (which are still stored in the system) + + + you want to free some disk space (can be topical if you insert a lot of images or other files into Basket) + + + Note that you will have to redo any manual setup you did on the git repository. + + + + + + Questions, Answers, and Tips + + + Frequently asked questions + + + Question 1 + + + The answer + + + + + + +