22 projects tagged "FreeBSD"
Dillo Web browser is a very fast, extremely small Web browser that's written in C and C++. The source is around 600 KB, and the static binary is about 980KB. It is a graphical browser built upon FLTK-1.3, and it renders a good subset of HTML and CSS, excluding frames, JavaScript, and JVM support.
Simple network top (sntop) is a curses-based console utility in the spirit of top that polls network hosts at a regular interval to determine their connectivity and displays the results in a pretty format. Advanced features are supported, such as automatic HTML generation of results, secure terminal mode, execution of an external file on connectivity changes, a daemon mode, and user/system configure files.
@1 Auto Delete deletes all files (in a specific directory) with dates older than the specified number of days. It can be useful if you have pages generated through user's input. It can be run manually from a browser, through telnet, or automatically using crontab. There are only two variables to edit - the directory, and the file age.
@1 Age Status Indicator for Files and Folders is a script that checks the age of files and folders, and shows "NEW" image indicators according to the age. If pointed to a folder, the script will scan through all the files in that folder for the newest file (sub-folders and files in sub-folders are omitted).
VK Mail has three main components: an email daemon that acts as a proxy to any standard mail server, an email parser, and a Web mailer. All these together allow users to send email by simply typing an email address in a standard graphical Web browser, and allow better anti-spam control for email recipients. The goal of this project is not to develop an anti-spam email filter that simply deletes the junk messages after they are already delivered to the user. Instead, it rejects emails from spammers.