Download List

项目描述

OpenPlugin is an architecture written in Perl which manages plugins for Web applications. It allows you to incorporate any number of plugins and drivers into your Web application. For example, the Log plugin has drivers for logging to STDERR, files, syslog, email, and so on. The Session plugin has drivers for storing sessions in files, databases, and the like. Changing drivers is easy; you just change the driver name in a config file. There are plugins which abstract Apache::Request and CGI.pm, allowing you to build applications that can work seamlessly under mod_perl or CGI. If you want to move your application from one environment to another, you can just change the driver being used in the config file.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-08-29 17:28
0.11

mod_perl 2.X的一些相关的错误已得到修复。异常处理系统已清理。
标签: Minor bugfixes
Some mod_perl 2.x-related bugs have been fixed. The exception
handling system has been cleaned.

2003-04-29 19:35
0.10

此版本应该正常运行下Perl 5.8.0执行。在会议的插件,一个过期的会话现在应该返回undef。支持添加到一个会话插件的Apache号码::除了“文件会议的驱动程序”。为mod_perl 2.X的支持增加了。日志插件可以正确区分呼叫者并据此采取行动。还有许多其他的变化。
标签: Major bugfixes
This release should run correctly under Perl 5.8.0. In the Session plugin, an expired session should now return undef. Support was added to the Session plugin for a number of Apache::Session drivers in addition to "File". Support for mod_perl 2.x has been added. The Log plugin can properly differentiate between callers and act accordingly. There are many additional changes.

2002-10-24 05:21
0.09

潜在的无限循环已得到修复。在HttpHeader和上传的CGI程序现在正常工作。别名已经创造了一些常见的功能,使其更短。现在,您可以传递值覆盖核心OpenPlugin类的某些默认值。
标签: Initial freshmeat announcement
A potential infinite loop has been fixed. The HttpHeader and Upload CGI driver now work as expected. Aliases have been created for some common functions to make them shorter. You can now pass in values to override certain defaults in the core OpenPlugin class.

Project Resources