[Checkins] SVN: bluebream/website/docs/v1.0/tutorial3.rst skin package should be included from main package

Baiju M baiju.m.mail at gmail.com
Tue Aug 17 03:30:42 EDT 2010


Log message for revision 115727:
  skin package should be included from main package
  

Changed:
  U   bluebream/website/docs/v1.0/tutorial3.rst

-=-
Modified: bluebream/website/docs/v1.0/tutorial3.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial3.rst	2010-08-17 07:27:25 UTC (rev 115726)
+++ bluebream/website/docs/v1.0/tutorial3.rst	2010-08-17 07:30:42 UTC (rev 115727)
@@ -160,6 +160,13 @@
       name="TCSkin"
       />
 
+The skin definition is complete now, but it is not yet included from the
+main package.  To include this package in the main package (``tc.main``) you
+need to modify the ``src/tc/main/configure.zcml`` and add this line before
+``</configure>``::
+
+  <include package="tc.skin" />
+
 You can register all templates for this skin by adding the layer attribute::
 
   layer="tc.skin.interfaces.ITCSkin"



More information about the checkins mailing list