Export Egroupware contacts to abook addressbook

I sometimes read mails on a terminal using mutt. The only thing i missed where the contacts from my egroupware installation, but here’s a script which reads contacts from the mysql database of a egroupware installation and generates a abook addressbook file from it.

Example:

egroupware2abook --user joe --password_file ~/.abook/egw_password --database egroupware > ~/.abook/addressbook

It’s written in perl and requires Moose, MooseX::Getopt and DBI + Driver eg. DBD::mysql.

Download: egroupware2abook

Perlskript ‘add-elevation’ für GPX Tracks

Ich habe Höheninformationen in einem GPX Track benötigt, deshalb hab ich ein Skript geschrieben welches Tracks in einer GPX Datei um Höheninformationen ergänzt.

Die Höheninformationen werden über den Webservice von GeoNames abgefragt.

Das Skript erwartet einen GPX Datei als Argument und gibt die erweiterte GPX Datei auf STDOUT aus:

# ./add-elevation track.gpx > track-with-elevation.gpx

Download: add-elevation

SMS::SMS77 – Version 0.01

SMS::SMS77 ist ein Tool und ein Perlinterface für den SMS Dienst von http://www.sms77.de.

Version 0.01 steht jetzt auf meiner Homepage zum Download bereit.

Wenn dir das Tool gefällt und du mir etwas zurückgeben möchtest benutze diesen Link um dich bei sms77.de zu registrieren. Dann habe ich dich “geworben”.

Download: