[Checkins] SVN: megrok.kss/trunk/src/megrok/kss/doc/README.txt update README

Godefroid Chapelle gotcha at bubblenet.be
Tue Oct 2 12:47:18 EDT 2007


Log message for revision 80506:
  update README

Changed:
  U   megrok.kss/trunk/src/megrok/kss/doc/README.txt

-=-
Modified: megrok.kss/trunk/src/megrok/kss/doc/README.txt
===================================================================
--- megrok.kss/trunk/src/megrok/kss/doc/README.txt	2007-10-02 16:38:04 UTC (rev 80505)
+++ megrok.kss/trunk/src/megrok/kss/doc/README.txt	2007-10-02 16:47:18 UTC (rev 80506)
@@ -1,6 +1,9 @@
 
-(- add kss.core egg to your buildout)
+How to add KSS support to your grok app
+=======================================
 
+- add megrok.kss egg to your buildout
+
 - add following code to your app configure.zcml
 
 :: 
@@ -13,10 +16,16 @@
 
   <include package="grok" />
 
-- add following references to kss js files in your application templates
+  and BEFORE
 
 :: 
 
+  <grok:grok package="." />
+
+- include the reference to kss js files in your application templates
+
+:: 
+
    <tal:kss_javascript replace="structure context/@@kss_javascript" />
 
 - include a kinetic stylesheet with code like



More information about the Checkins mailing list