Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Einige mod_perl 2.x-bezogene Fehler wurden behoben. Die Exception-Handling-System wurde gereinigt.
Tags: 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

Diese Version sollte korrekt unter Perl 5.8.0 laufen. In der Session-Plugin sollte, eine abgelaufene Sitzung nun wieder undef. Unterstützt wurde die Session-Plugin für eine Reihe von Apache hinzugefügt:: Session Fahrer neben "Datei". Unterstützung für mod_perl 2.x wurde hinzugefügt. Die Log-Plugin kann richtig unterscheiden zwischen Anrufer und entsprechend handeln. Es gibt viele weitere Änderungen.
Tags: 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

Eine mögliche Endlosschleife wurde behoben. Die HttpHeader und Upload CGI-Treiber funktionieren nun wie erwartet. Aliases wurden für einige gängige Funktionen erstellt, um sie kürzer. Sie können nun in den Werten, um bestimmte Vorgaben in den Kern OpenPlugin Klasse überschreiben.
Tags: 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