~stolowski/kleansweep/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Pawel Stolowski
  • Date: 2008-09-09 10:49:27 UTC
  • Revision ID: stolowski@gmail.com-20080909104927-sa7hkx4mbc6t8b9x
Inicjalizacja repozytorium - pliki wersji 0.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
KleanSweep v0.2.9 (c)by Pawel Stolowski 2005-2006 <pawel.stolowski@wp.pl>
 
2
released under terms of GNU General Public License v2
 
3
 
 
4
1. Introduction
 
5
---------------
 
6
 
 
7
KleanSweep allows you to reclaim disk space by finding unneeded files. It can
 
8
search for files basing on several criterias; you can seek for:
 
9
 
 
10
* empty files 
 
11
* empty directories
 
12
* backup files 
 
13
* broken symbolic links 
 
14
* dead menu entries (.desktop files pointing to non-existing executables) 
 
15
* duplicated files
 
16
* broken executables (executables in PATH with broken dependecies - e.g. missing libraries)
 
17
* orphaned files (files not found in RPM or DEB database). 
 
18
* obsolete thumbnails (thumbnails conforming to freedesktop.org standard, pointing to
 
19
  non-existing pictures) - requires 'identify' from ImageMagick
 
20
 
 
21
Planned features: 
 
22
* seeking for orphaned files in Gentoo (portage) database
 
23
* seeking for unused locales
 
24
* and more!
 
25
 
 
26
KleanSweep consists of KDE-based (C++) graphical frontend and small helper Perl
 
27
script that performs actual searching. All searches, except for orphaned files,
 
28
duplicates and dead menu entries are as fast as usual 'find' would be.
 
29
KleanSweep requires KDE libraries and Perl. Note: I take no responsibility for
 
30
any damage caused by this program. Rate this project at kde-apps.org. 
 
31
 
 
32
2. Requirements
 
33
---------------
 
34
To compile KleanSweep you need:
 
35
- C++ compiler (gcc/g++)
 
36
- KDE 3.4.x libraries with developement headers (may or may not work with older version - not tested)
 
37
- Scons (optionally - you may use bundled one; see INSTALL)
 
38
- Python 
 
39
 
 
40
Note: due to incompatibility between current bksys with older Python
 
41
versions, you may need Python >= 2.2.3, until the problem is fixed.
 
42
 
 
43
Perl is also neeed by kleansweep-helper script, when running KleanSweep. You will also need 'identify' from
 
44
ImageMagick if you want to be able to seek for obsolete thumbnails.
 
45
 
 
46
3. Bugs
 
47
-------
 
48
Please report bugs to the author: pawel.stolowski@wp.pl
 
49
 
 
50
4. Credits
 
51
----------
 
52
Programming and left-side KleanSweep banner - Pawel Stolowski <pawel.stolowski@wp.pl>
 
53
Icon and logo - Troy Biggers