pereinar 2002/10/08 09:03:20 Modified: src/products products.html Log: Re-organized the products page somewhat with new categories: webmail and calendars Revision Changes Path 1.16 +52 -38 modperl-docs/src/products/products.html Index: products.html =================================================================== RCS file: /home/cvs/modperl-docs/src/products/products.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- products.html 8 Oct 2002 15:49:12 -0000 1.15 +++ products.html 8 Oct 2002 16:03:20 -0000 1.16 @@ -118,10 +118,36 @@ </ul> -<h4>Other</h4> +<h4>Webmail servers</h4> -<p> Of course, not every application running under mod_perl is a -Content Management System or a Forum! </p> +<ul> + +<li> <a href="http://www.astray.com/acmemail/">acmemail</a> is a +multiuser IMAP/POP3 to Web gateway (or webmail program). It reads mail +from a mail server and displays it using HTML on a web server. It is +written in Perl, has full support for MIME (and mod_perl) and is quite +pretty. </li> + +<li><p><a href="http://webbasedemail.com/">@Mail</a> is a fully +featured Web Mail server that allows you to set up Web Mail at your +domain or server existing POP3 accounts. Including full source code, +under a commercial license.</p> + +<p>@Mail Includes auto-account creation via Sendmail/Exim/Qmail , +scheduler, SQL mailbox support, spell check, group address-book, user +preferences, multiple accounts, migration scripts from other +mail-servers, attractive DHTML interface, Anti-Virus integration, User +Payment service and in-depth Web-based administration of +accounts. </p> +</li> + +<li> <a href="http://users.ox.ac.uk/~mbeattie/wing/">WING</a> is an +Open Source Apache/mod_perl based system which allows users to access +email held on an IMAP server via any web browser. </li> + +</ul> + +<h4>Calendars</h4> <ul> @@ -131,19 +157,6 @@ events. It is fast and light on resources. It is not proprietary, ugly nor buggy.</li> -<li><a href="http://dnszone.org/">DnsZone</a> is a fully functional -application for Apache/mod_perl. It implements a web based interface -for managing zones with a nameserver running BIND.</li> - -<li> <a href="http://www.sklar.com/dad/">DAD</a> is a comprehensive -website ad management system. It is a mod_perl application with -advanced targeting capabilities, a comprehensive administrative -interface, and automatic client reporting. Because it uses mod_perl, -DAD can take advantage of Apache API elements like subrequests and -notes, and it can rely on persistent database connections through -DBI. These features allow DAD to efficiently implement advanced -targeting rules that would be impossible under CGI. </li> - <li> <a href="http://www.cyberweavers.com/download/cybercalendar.html">CyberCalendar</a> is a calendar of events program for the web and PDAs written entirely @@ -157,6 +170,29 @@ functionality, and sophisticated scheduling system makes it one of the best calendar applications on the internet. </li> +</ul> + + +<h4>Other</h4> + +<p> Of course, not every application running under mod_perl is a +Content Management System or a Forum! </p> + +<ul> + +<li><a href="http://dnszone.org/">DnsZone</a> is a fully functional +application for Apache/mod_perl. It implements a web based interface +for managing zones with a nameserver running BIND.</li> + +<li> <a href="http://www.sklar.com/dad/">DAD</a> is a comprehensive +website ad management system. It is a mod_perl application with +advanced targeting capabilities, a comprehensive administrative +interface, and automatic client reporting. Because it uses mod_perl, +DAD can take advantage of Apache API elements like subrequests and +notes, and it can rely on persistent database connections through +DBI. These features allow DAD to efficiently implement advanced +targeting rules that would be impossible under CGI. </li> + <li> <a href="http://www.ringlink.org/">Ringlink</a> is a Perl program that provides the tools you need to run one or more rings of web sites, i.e. systems of links between web sites of a similar topic, @@ -171,34 +207,12 @@ performance benefits, and is the software behind <a href="http://rt.cpan.org/">rt.cpan.org</a>. </li> -<li> <a href="http://www.astray.com/acmemail/">acmemail</a> is a -multiuser IMAP/POP3 to Web gateway (or webmail program). It reads mail -from a mail server and displays it using HTML on a web server. It is -written in Perl, has full support for MIME (and mod_perl) and is quite -pretty. </li> - -<li><p><a href="http://webbasedemail.com/">@Mail</a> is a fully -featured Web Mail server that allows you to set up Web Mail at your -domain or server existing POP3 accounts. Including full source code, -under a commercial license.</p> - -<p>@Mail Includes auto-account creation via Sendmail/Exim/Qmail , -scheduler, SQL mailbox support, spell check, group address-book, user -preferences, multiple accounts, migration scripts from other -mail-servers, attractive DHTML interface, Anti-Virus integration, User -Payment service and in-depth Web-based administration of -accounts. </p> -</li> <li> <a href="http://namp.sourceforge.net/">Namp!</a> is Not Another Music Player. In combination with the Apache web server and mod_perl, Namp! lets you create a virtual jukebox of your MP3, WAV and Ogg Vorbis music files, browse them over the web, create playlists, and stream them. </li> - -<li> <a href="http://users.ox.ac.uk/~mbeattie/wing/">WING</a> is an -Open Source Apache/mod_perl based system which allows users to access -email held on an IMAP server via any web browser. </li> <li> <a href="http://gathering.itm.mh.se/modsurvey/">Mod_Survey</a> is a web questionnaire system implemented as a mod_perl module for
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]