Author: ts Date: Fri Dec 7 10:35:22 2007 New Revision: 6949 Log: - Added note about the plugin API not being released, yet, to the documentation. - Added missing @mainclass tag to ezcWebdavServer.
Modified: trunk/Webdav/docs/plugin_architecture.txt trunk/Webdav/src/server.php Modified: trunk/Webdav/docs/plugin_architecture.txt ============================================================================== --- trunk/Webdav/docs/plugin_architecture.txt [iso-8859-1] (original) +++ trunk/Webdav/docs/plugin_architecture.txt [iso-8859-1] Fri Dec 7 10:35:22 2007 @@ -1,5 +1,5 @@ -eZ component: Webdav, Plugin-Architecture, 1.0 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +eZ component: Webdav, Plugin-Architecture +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Kore Nordmann, Tobias Schlitt :Revision: $Rev$ @@ -15,6 +15,10 @@ component an introduction on how to implement new plugins. If you just want to use the Webdav component, this document does not contain any relevant information for you. + +.. attention:: + The Plugin-API is not part of the Webdav component in version 1.0, but will + be part of a later release. Overview ======== Modified: trunk/Webdav/src/server.php ============================================================================== --- trunk/Webdav/src/server.php [iso-8859-1] (original) +++ trunk/Webdav/src/server.php [iso-8859-1] Fri Dec 7 10:35:22 2007 @@ -49,6 +49,7 @@ * * @version //autogentag// * @package Webdav + * @mainclass */ class ezcWebdavServer { -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components