[KSS-checkins] r44638 - kukit/docs/introducing_kss/trunk
reebalazs at codespeak.net
reebalazs at codespeak.net
Sat Jun 30 00:36:50 CEST 2007
Author: reebalazs
Date: Sat Jun 30 00:36:48 2007
New Revision: 44638
Modified:
kukit/docs/introducing_kss/trunk/2-kss-on-the-zope-server.txt
kukit/docs/introducing_kss/trunk/3-shipped-kss-plugins.txt
kukit/docs/introducing_kss/trunk/4-kss-in-plone.txt
Log:
Trivial ReST fixes
Modified: kukit/docs/introducing_kss/trunk/2-kss-on-the-zope-server.txt
==============================================================================
--- kukit/docs/introducing_kss/trunk/2-kss-on-the-zope-server.txt (original)
+++ kukit/docs/introducing_kss/trunk/2-kss-on-the-zope-server.txt Sat Jun 30 00:36:48 2007
@@ -345,7 +345,7 @@
An example of how to define a listener for automatically
updating the globalnav portlet of Plone, when some content object has
-changed:
+changed::
from zope.lifecycleevent.interfaces import IObjectModifiedEvent
from kss.core.interfaces import IKSSView
Modified: kukit/docs/introducing_kss/trunk/3-shipped-kss-plugins.txt
==============================================================================
--- kukit/docs/introducing_kss/trunk/3-shipped-kss-plugins.txt (original)
+++ kukit/docs/introducing_kss/trunk/3-shipped-kss-plugins.txt Sat Jun 30 00:36:48 2007
@@ -766,7 +766,7 @@
Issue a portal message to the orange message area.
-refreshPortlet(portlethash, **kw)
+refreshPortlet(portlethash, \*\*kw)
Refresh the portlet identified with the given portlet
hash. Additional parameters are passed to the request
Modified: kukit/docs/introducing_kss/trunk/4-kss-in-plone.txt
==============================================================================
--- kukit/docs/introducing_kss/trunk/4-kss-in-plone.txt (original)
+++ kukit/docs/introducing_kss/trunk/4-kss-in-plone.txt Sat Jun 30 00:36:48 2007
@@ -81,7 +81,7 @@
Locking content types is handled through an ajax interface.
-As a consequence, the plone.app.ukss package contains the "plone"
+As a consequence, the plone.app.kss package contains the "plone"
plugin, which provides support for custom application building,
including handling portal messages, refreshing portlets and
viewlets.
More information about the Kukit-checkins
mailing list