source: products/qPingTool/branches/plone-2.5/skins/qpingtool/ping_now.cpy @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 334 bytes
Line 
1## Controller Python Script "ping_now"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind state=state
7##bind subpath=traverse_subpath
8##parameters=
9##title=
10##
11status, message = context.portal_pingtool.pingFeedReader(context)
12return state.set(status=status, portal_status_message=message)
Note: See TracBrowser for help on using the repository browser.