[Checkins] SVN: Grokstar/trunk/src/megrok.viewlet/trunk/README.txt a Readme.

Lennart Regebro regebro at gmail.com
Sun Mar 18 11:05:27 EDT 2007


Log message for revision 73314:
  a Readme.
  

Changed:
  A   Grokstar/trunk/src/megrok.viewlet/trunk/README.txt

-=-
Added: Grokstar/trunk/src/megrok.viewlet/trunk/README.txt
===================================================================
--- Grokstar/trunk/src/megrok.viewlet/trunk/README.txt	2007-03-18 14:57:10 UTC (rev 73313)
+++ Grokstar/trunk/src/megrok.viewlet/trunk/README.txt	2007-03-18 15:05:26 UTC (rev 73314)
@@ -0,0 +1,25 @@
+megrok.viewlet
+==============
+
+This is a proof of concept of a way to support portlets in Grok. 
+The code is experimental.
+
+
+This package provides two things:
+
+1. Grokish viewlet and viewletmanager classes to let you create 
+   viewletmanagers and viewlets without ZCML. This is my first attempt of 
+   making Grokkers, so I expect that this code needs some cleanup, but 
+   otherwise I think the basic ideas are useable.
+
+   Also, there is currently no way to set the interface and layer for which 
+   the viewlet should be displayed. This needs to be added.
+
+2. A new publication object, that will not call the published object directly.
+   Instead, it will call a main template (currently hardcoded in this proof
+   of concept, but it should probably be looked up through layers instead)
+   that will simply call a bunch of viewlet managers and render them.
+   The content of the object is instead rendered by a content viewlet by the
+   main_content viewlet manager.
+
+regebro at gmail.com


Property changes on: Grokstar/trunk/src/megrok.viewlet/trunk/README.txt
___________________________________________________________________
Name: svn:keywords
   + Id



More information about the Checkins mailing list