Author: Derick Rethans Date: 2006-01-23 11:54:58 +0100 (Mon, 23 Jan 2006) New Revision: 2002
Log: - Added tutorial for Base package. Added: packages/Base/trunk/docs/tutorial.txt Added: packages/Base/trunk/docs/tutorial.txt =================================================================== --- packages/Base/trunk/docs/tutorial.txt 2006-01-23 10:33:13 UTC (rev 2001) +++ packages/Base/trunk/docs/tutorial.txt 2006-01-23 10:54:58 UTC (rev 2002) @@ -0,0 +1,33 @@ +eZ components - Base +~~~~~~~~~~~~~~~~~~~~ + +.. contents:: Table of Contents + +Introduction +============ + +The Base component provides the basic functionality that the components need to +function properly. As every other component depends on the Base package for +e.g. autoloading, the Base component needs to be loaded specifically. + +Besides the autoload functionality the Base component also contains a number of +generic Exception classes that all inherit from the ezcBaseException class. + + +Installation +============ + +The installation and configuration of the eZ components environment is +described in a separate article information. Please refer to +the ComponentsIntroduction_ for instructions on installation and configuration +of the eZ components, and the Base package. + +.. _ComponentsIntroduction Components Introduction: http://ez.no/community/articles/an_introduction_to_ez_components + + +.. + Local Variables: + mode: rst + fill-column: 79 + End: + vim: et syn=rst tw=79 Property changes on: packages/Base/trunk/docs/tutorial.txt ___________________________________________________________________ Name: svn:eol-style + native -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
