Author: Derick Rethans Date: 2006-01-18 10:09:21 +0100 (Wed, 18 Jan 2006) New Revision: 1952
Log: - Headers and stuff Modified: packages/ConsoleTools/trunk/docs/tutorial.txt Modified: packages/ConsoleTools/trunk/docs/tutorial.txt =================================================================== --- packages/ConsoleTools/trunk/docs/tutorial.txt 2006-01-18 08:45:32 UTC (rev 1951) +++ packages/ConsoleTools/trunk/docs/tutorial.txt 2006-01-18 09:09:21 UTC (rev 1952) @@ -1,6 +1,8 @@ eZ components - ConsoleTools ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. contents:: Table of Contents + Introduction ============ @@ -68,20 +70,18 @@ and failed operation by displaying a specific character and keeps track of the count of successes and failures for you. -Getting it run -============== +Installation +============ -Before we can go ----------------- +This tutorial assumes that you have set-up an eZ components enviroment. For +information on how to do this, please refer to the ComponentsIntroduction_. -All following code examples asume, that you have already installed version -1.0rc1 of the ConsoleTools package on your system. Beside that, you need to -set your include path correctly and have the eZ components autoload feature -activated in each of the example files. +.. _ComponentsIntroduction: http://ez.no/community/articles/an_introduction_to_ez_components -To get further instructions on how to set up the eZ components environment, -please refer to this Introduction_. +Some header +=========== + Printing text to the console ---------------------------- @@ -94,9 +94,6 @@ - -.. _Introduction: http://ez.no/community/articles/an_introduction_to_ez_components - .. Local Variables: -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
