added instructions for ldif-to-xml.py
authorPaul Mangan <paul@claws-mail.org>
Sun, 24 Jun 2001 07:29:59 +0000 (07:29 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sun, 24 Jun 2001 07:29:59 +0000 (07:29 +0000)
ChangeLog.claws
tools/README

index c4300675ca356fdd4881a2bd22d155065bfa3706..07b4bed1f5384910f99bac17a9c10ccecae7fb3f 100644 (file)
@@ -1,4 +1,10 @@
-2001-06-22 [alfons]
+2001-06-24 [paul]
+
+        Added instructions for ldif-to-xml.py
+
+        * tools/README
+
+2001-06-23 [alfons]
 
        Some minor things.
 
@@ -10,7 +16,7 @@
                merged dutch translation of sylpheed-main with
                sylpheed.pot
 
-2001-06-22 [paul]
+2001-06-23 [paul]
 
         Added tools directory and files.
 
index 795a29f9c45b53f72c4f9bf394772e8aa3f0bfde..39d8414cfc2e17199149027d3e184bab47794429 100644 (file)
@@ -9,14 +9,16 @@
 
   HOW TO USE IT
 
-  Move 'filter_conv.pl' to the ~/.sylpheed directory.
-  From the ~/.sylpheed directory, issue the command:
+  Move 'filter_conv.pl' to the $HOME/.sylpheed directory.
+  From the $HOME/.sylpheed directory, issue the command:
 
         perl filter_conv.pl
 
   That's it, the new filtering system is now implemented with your
   previous rules applied.
 
+  Any problems, contact Paul <claws@thewildbeast.co.uk>
+
 -----------------------------------------------------------------------
 
 * ldif-to-xml.py
   This python script converts the netscape ldif format address book to
   the sylpheed xml format.
 
+  HOW TO USE IT
+
+  Inside Netscape export your address book to a file.
+  From the command line, execute:
+
+      ./ldif-to-xml.py <path/filename>
+
+  In case of trouble, just invoke your python interpreter directly:
 
+      python ldif-to-xml.py <path/filename>
+
+  Either way a file called addressbook.xml will be generated in the current
+  directory. This xml file should be merged with or simply placed in the
+  $HOME/.sylpheed directory.
+
+  Any problems, contact Rod Senra <rodrigo.senra@ic.unicamp.br>
+
+-----------------------------------------------------------------------