BitNami Pootle Stack Native Installer is an easy-to-install distribution of the Pootle application. It includes pre-configured, ready-to-run versions of Apache, MySQL, PostgreSQL, SQLite, and Django so users can get a Pootle installation up and running in minutes after answering a few questions. Pootle is a user-friendly Web portal which makes the translation process simpler. It allows online translations and work assignments, gives statistics, and allows easy volunteer contribution.
Yasma (Yet Another Sendmail Logfile Analyzer) is a reporting tool for sendmail log files. It provides a nice overview of your mail traffic like: messages transferred, some average values, top lists of messages sent, received, rejected, etc., and top lists of supposed spammers, status messages, relay hosts, and mailers. It analyzes one or more log files from the command line and writes an HTML report. For security, it can hide the user part of mail addresses listed in the report. A GeoIP database can be used to show country information.
losetup-utils are three bash scripts that attempt to make the use of losetup a bit easier and faster. losetup can be fast, easy, and practical if you need to transport sensitive information over the Internet or in CD's, DVD's, or a pendrive. Also, if you want to store private data on your hard disk or in the cloud, an encrypted volume can be a convenient choice. The types of encryption can be any installed on the system.
(Qt)-Backstep.py is commandline and graphical (Qt) backup software written in pure Python. It can back up any directory to CD-R(W), DVD-R(W), USB key, or another directory. It is a continuous backup solution. It works like a time machine. It contains a backup network server. It can send backups over the Internet or your network.
.wwf toolkit is a set of shell scripts to convert PDF files to .wwf files and vice versa. The resulting .wwf files are virtually indistinguishable from files created with the official WWF drivers. The PDF files the toolkit creates are fully unprotected and can be printed or manipulated by other PDF utilities.
/bin/js is a Bash/JavaScript-based shell scripting language. It is a mashup of JavaScript syntax with Bash one-liners which looks and feels like C/C++/Java. Shell scripts can be written with the shebang #!/bin/js, and all lines are executed as Bash commands. All code loops, switch statements, functions, and classes are written in JavaScript. JavaScript array syntax, number types, and i++ are supported, so the resulting shell scripts are easy to write and to read. Anyone who can write JavaScript and Linux commandline statements can write /bin/js scripts.