sync with sylpheed 0.5.0pre5
[claws.git] / tools / README
1
2 * filter_conv.pl
3
4   WHAT IT DOES
5
6   This perl script provides easy conversion of your filtering rules
7   form sylpheed's old filter system to the new filtering system used
8   in sylpheed-claws. It reads 'filterrc' and outputs 'filteringrc'.
9
10   HOW TO USE IT
11
12   Move 'filter_conv.pl' to the $HOME/.sylpheed directory.
13   From the $HOME/.sylpheed directory, issue the command:
14
15         perl filter_conv.pl
16
17   That's it, the new filtering system is now implemented with your
18   previous rules applied.
19
20   Any problems, contact Paul <claws@thewildbeast.co.uk>
21
22 -----------------------------------------------------------------------
23
24 * ldif-to-xml.py
25
26   WHAT IT DOES
27
28   This python script converts the netscape ldif format address book to
29   the sylpheed xml format.
30
31   HOW TO USE IT
32
33   Inside Netscape export your address book to a file.
34   From the command line, execute:
35
36       ./ldif-to-xml.py <path/filename>
37
38   In case of trouble, just invoke your python interpreter directly:
39
40       python ldif-to-xml.py <path/filename>
41
42   Either way a file called addressbook.xml will be generated in the current
43   directory. This xml file should be merged with or simply placed in the
44   $HOME/.sylpheed directory.
45
46   Any problems, contact Rod Senra <rodrigo.senra@ic.unicamp.br>
47
48 -----------------------------------------------------------------------
49