added instructions for ldif-to-xml.py
This commit is contained in:
parent
8815e45818
commit
998486ff58
2 changed files with 29 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
23
tools/README
23
tools/README
|
@ -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
|
||||
|
@ -26,5 +28,22 @@
|
|||
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>
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue