c-icap server modules:
virus_scan:
This is an antivirus service which uses the open source
clamav antivirus.
srv_url_check:
This is an URL blacklist/whitelist icap service
simple weblog written in C using markdown to write posts and tinycdb to store
them
cplanet is a RSS/ATOM feed aggregator written in C that generate static
html files.
Goose (GOOge SEarch) allows you to search Google's index of the Internet from
the command line. You run Goose, giving it your list of search terms, and it
presents a list of search results using an easy to navigate Curses display in
your terminal. You can then select a search result to open in your web browser.
Free-SA is a statistic analyzer for daemons log files similar to SARG.
Its main advantages over SARG are much better speed (7x-20x times),
more reports support, crossplatform work and W3C compliance of
generated HTML/CSS reports code.
man2web is a program for converting man (manual) output to HTML on
the fly (as a CGI program) or on the command line.
mod_cfgldap can be used to keep VirtualHost configuration of the Apache web
server in a LDAP directory and to make changes visible in nearly realtime.
mod_tidy validates the HTML output of your apache2 webserver. So you don't need
a separate application to check your HTML.
It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML
output to TidyLib which validates the HTML output. If TidyLib finds
an error the client receives a HTML page with a list of all found errors. If
TidyLib doesn't complain you will get your HTML data as without mod_tidy.
Simple and lightweight HTTP daemon.
It provides the following features:
- Basic support for CGI,
- ipv6, authentication,
- virtual host,
- basic authentication
- basic url mapping system.
MySQL PHP to PostgreSQL is a program that takes a php page that
uses mysql calls and changes them into PostgreSQL calls. This
allows any website (if it converts properly :) that was written
in PHP for MySQL to run as a website written to run on PostgreSQL.