Git commit efb48ac8b2f7961629be34838d9c56ed56b7a1de by Burkhard Lück. Committed on 06/01/2018 at 12:43. Pushed by lueck into branch 'master'.
update sweeper docbook to kf5 remove entities sweeper, kappname, package, already defined in kdoctools or unused in kf5 bump date + releaseinfo add plasma fix cache path new screenshot Differential Revision: https://phabricator.kde.org/D9628 M +7 -10 doc/index.docbook M +- -- doc/sweeper.png https://commits.kde.org/sweeper/efb48ac8b2f7961629be34838d9c56ed56b7a1de diff --git a/doc/index.docbook b/doc/index.docbook index 825c43d..70fad6e 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1,8 +1,5 @@ <?xml version="1.0" ?> <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY sweeper "<application>Sweeper</application>"> - <!ENTITY kappname "&ksweeper;"> - <!ENTITY package "kdeutils"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"> ]> @@ -17,8 +14,8 @@ <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> -<date>2013-05-25</date> -<releaseinfo>1.9 (&kde; 4.11)</releaseinfo> +<date>2018-01-03</date> +<releaseinfo>1.11 (Applications 17.12)</releaseinfo> <keywordset> <keyword>KDE</keyword> @@ -27,7 +24,7 @@ </keywordset> </articleinfo> -<para>&sweeper; helps to clean unwanted traces from &kde; applications users leave on the system. +<para>&sweeper; helps to clean unwanted traces from &plasma; and &kde; applications users leave on the system. </para> @@ -48,14 +45,14 @@ items from the two groups <guilabel>General</guilabel> and <guilabel>Web Browsin </para> <para> -If you are satisfied with your selection click the <guibutton>Clean Up</guibutton> button, +If you are satisfied with your selection click the <guibutton>Clean Up</guibutton> button, which immediately performs the cleanup actions you selected. </para> <note><para> -&sweeper; deletes the cached data used by &kde; applications from the &kde; cache folder. -To see the location of this folder enter <userinput><command>kde4-config</command> -<option>--path cache</option></userinput> in &konsole;. Cleaning up your cached data with +&sweeper; deletes the cached data used by &plasma; and &kde; applications from the &kde; cache folder. +To see the location of this folder enter <userinput><command>qtpaths</command> +<option>--paths GenericCacheLocation</option></userinput> in &konsole;. Cleaning up your cached data with &sweeper; makes it only impossible to read them ⪚ using a filemanager, but it is possible to read the raw data, which is still on the disk, using a low level disk tool. </para> diff --git a/doc/sweeper.png b/doc/sweeper.png index f7c322e..d184155 100644 Binary files a/doc/sweeper.png and b/doc/sweeper.png differ
