This release is mostly bug fixes and nice-to-have additions, and
is a recommended upgrade for people running the 1.0 releases. It
also has updated translations.
Submitted by Xavier Santolaria <xavier@santolaria.net>.
The Logger Product adds the <dtml-log> tag, so that DTML code may
send messages directly to Zope's logging subsystem.
One use of this tag is to help debug complex DTML and ZSQL methods.
Submitted by Xavier Santolaria <xavier@santolaria.net>.
mod_text2html is an Apache module. It is written in C and was
designed to replace Apache's internal text/plain handler.
Submitted by Xavier Santolaria <xavier@santolaria.net>.
mod_log_sql offers Apache administrators the ability to log
accesses to an SQL database.
Note: This port requires a system built with revision 1.40 or higher of
src/usr.sbin/httpd/Makefile.bsd-wrapper.
Submitted by Xavier Santolaria <xavier@santolaria.net>.
mod_random provides three services. The first service is as a
redirector. The second is that it provides environmental variables
that can be used for doing ad banner systems. The third is that it
can be used to display entire pages of random html.
Submitted by Xavier Santolaria <xavier@santolaria.net>.
mod_layout is an Apache module to wrap pages. This means that you
can add at both the beginning (header) and the end (footer) of the
document some information.
Submitted by Xavier Santolaria <xavier@santolaria.net>.
Plone is a user friendly and powerful content management system
built on top of the open source application server Zope and the
accompanying content management framework.
- install html docs, and sample conf file is now in archive
- my vary patch has been long integrated, so remove it from here
prodded into updating by Alexander.Farber@t-online.de & mhess@solarius.org
4.3.2, and should be a hell of a lot more stable than 4.3.1, especially
on 64-bit architectures
this commit also merges the pear/ stuff into a subpackage of core;
its no longer necessary to have a separate directory just for the pear libs.