Intro
altoc is a small Perl script to format CSV data. This isn't really innovative stuff because it is mostly a frontent to the two Perl modules Text::CSV_XS and Text::Template.
I created it in conjunction with gelapas to replace (and enhance) the sitemapper script.
The script works fine on my Debian box using perl, v5.6.1. I haven't tested it on any other machine. If you run into problems, please mail me at <software@patrice.ch>.
License
altoc is public domain software. This means you can do with it whatever you want but there is NO WARRANTY, not even the implied warranty for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Download
man page
tar.gz archive
Debian package
Installation
The installation is very simple. Just extract the downloaded tar.gz file, change to the new directory and type the command (as root) 'make install'.
If you use a non-Unix machine - for example Windows or Mac - you can still use the software. You might be forced to use the command 'perl altoc' from the directory where altoc is placed. (I haven't really tried this, so there may be other ways)
Support
Because this project evolved from sitemapper, you can file bug reports and feature requests at the sitemapper project site.