diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /miranda-tools/dbtool/docs/dbtool-readme.txt | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'miranda-tools/dbtool/docs/dbtool-readme.txt')
-rw-r--r-- | miranda-tools/dbtool/docs/dbtool-readme.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/miranda-tools/dbtool/docs/dbtool-readme.txt b/miranda-tools/dbtool/docs/dbtool-readme.txt new file mode 100644 index 0000000000..26721a0d6c --- /dev/null +++ b/miranda-tools/dbtool/docs/dbtool-readme.txt @@ -0,0 +1,27 @@ + Miranda Database Tool
+ ~~~~~~~~~~~~~~~~~~~~~
+
+ www: http://www.miranda-im.org
+ e-mail: info@miranda-im.org
+
+
+This is a thingy for compacting wasted space in your Miranda database and
+fixing inconsistencies that may have been introduced.
+
+To keep it simple and robust, Miranda will not by itself reclaim any blank
+space created by deleting information from its profile databases, so this tool
+will do that for you. It can also fix some problems that may occur in rare
+circumstances. Since it also re-writes the database in a more sensible order
+(a bit like defragmenting your hard disk) you may find that you get a speed
+improvement in Miranda by running your database through this tool.
+
+Todo: There is no support for any command line parameters to allow for
+unattended operation yet, and it would be helpful if there was better
+integration with Miranda to allow compaction when necessary. It's also
+possible to fix a larger range of faults than it currently can do, but that
+requires significantly more work.
+
+This programme is copyrighted by Richard Hughes 2001,2002,2003 and is covered
+under the terms of the GNU General Public License.
+
+Source code is available from the Miranda IM website.
|