tools ===== A repository of tools I wrote at some point but aren't deemed worthy of their own repository. Currently this includes: * **irssi-notify** Display desktop notifications for hilights in irssi on a remote server (requires fnotify.pl and an ssh connection) * **Platzhalter** (German) Find words matching certain puzzles ("number of letters, 3rd letter is D, built from a certain set"). This kind of problem is popular among TV call-in shows, in Germany this was especially true for the now-defunct *9live* station. [Try the online demo](https://extern.tribut.de/platzhalter) * **vboxconvert** Perl CGI interface for autovbox. Easily generate .msg files needed for vbox from .au files. Currently no online demo, sorry. * **scripts** A collection of scripts i consider useful enough to the general public. ## Legal Unless otherwise noted, the files in this repository are copyright (c) 2001-2013 [Felix Eckhofer](https://tribut.de) > 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 3 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, see .