summaryrefslogtreecommitdiff
path: root/plugins/Import/docs/import-readme.txt
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-05-18 22:02:50 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-05-18 22:02:50 +0000
commitf920ef497f3299ae24fe783ce03bdd93b419f764 (patch)
treebdaa9197c08d29ab141a6adfdd6cc0a68ddd3996 /plugins/Import/docs/import-readme.txt
parent6c3b0571f0678da0512069869afaa284c054377e (diff)
plugins folders renaming
git-svn-id: http://svn.miranda-ng.org/main/trunk@60 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/docs/import-readme.txt')
-rw-r--r--plugins/Import/docs/import-readme.txt128
1 files changed, 128 insertions, 0 deletions
diff --git a/plugins/Import/docs/import-readme.txt b/plugins/Import/docs/import-readme.txt
new file mode 100644
index 0000000000..0ad0b7b1d2
--- /dev/null
+++ b/plugins/Import/docs/import-readme.txt
@@ -0,0 +1,128 @@
+
+ Import Plugin for Miranda IM
+ ____________________________
+
+
+About
+_____
+
+This Miranda IM plugin allows you to import contacts and messages
+from your Mirabilis ICQ database and from Miranda IM profiles. Please note
+that this plugin does not import settings and preferences.
+
+
+
+Installation
+____________
+
+Simply copy "import.dll" into your Miranda IM plugin directory (usually
+"C:\Program Files\Miranda IM\Plugins\") and restart Miranda IM.
+
+You start the import by selecting "Import..." in the main menu.
+
+
+
+Changes
+_______
+
+0.9.2
+
+Bugfixes:
+ - Another crash with non-IM contacts.
+ - Miranda IM visibility lists were imported wrong.
+ - Some general stability improvements when dealing with corrupted
+ Miranda IM databases.
+
+
+0.9.1
+
+Bugfixes:
+ - No longer crashes when importing Miranda contacts from a protocol
+ with no unique ID setting (Weather, RSS, etc).
+
+
+0.9
+
+Bugfixes:
+ - Don't auto run wizard until at least one protocol is installed.
+ - Don't enable Mirabilis import unless ICQ is installed.
+ - Memory leaks.
+
+New features:
+ - Supports all installed protocols.
+ - 20% smaller.
+
+
+0.8.1
+
+Bugfixes:
+ - Fixed a crash while importing from Miranda IM databases.
+
+New features:
+ - Added AIM support for Miranda IM import.
+ - Added YAHOO support for Miranda IM import.
+
+
+0.8
+
+Bugfixes:
+ - Fixed two memory leaks and a crash while importing from Miranda IM databases.
+
+New features:
+ - Added ICQ Corp support for Miranda IM import (thanks Sergey).
+
+
+
+Known Problems
+______________
+
+- It is not possible to import from Mirabilis ICQ 2003b. This feature is being
+ worked on and will be available in a future version.
+
+- Weather stations, RSS feeds, and other non-IM items are not imported when you
+ import contacts from a Miranda IM database. It has not yet been decided if
+ this feature will be added or not.
+
+
+
+Support and Bug Reporting
+_________________________
+
+We cannot give support through e-mail or instant messages. Please visit the Miranda IM
+help page at http://www.miranda-im.org/help/ if you need help with this plugin.
+
+If the help page does not answer your question, please visit the Miranda IM support
+forum at: http://forums.miranda-im.org and we will try to assist you. Remember that
+everyone involved in this project are unpaid volounteers, so keep it friendly.
+
+If you want to report a bug, do so in the official bug tracker at:
+http://bugs.miranda-im.org/
+
+
+
+Contact
+_______
+
+Current maintainer is Martin Öberg.
+E-mail: strickz at miranda-im.org
+
+
+
+License and Copyright
+_____________________
+
+Copyright (C) 2001-2005 Martin Öberg, Richard Hughes, Roland Rabien & Tristan Van de Vreede
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.