Manila RPC Changes 04/24/00
Mon, Apr 24, 2000; by Brent Simmons.
Overview
Two new RPC handlers were added to the Manila RPC interface.
One handler retrieves the current contents of a home page. The second handler takes the URL of a site and returns a siteName.
manila.homePage.getCurrentContent
It takes one parameter, a siteName, and returns a table of information about the contents of the home page. If the site is editors-only, a fault is returned.
manila.getSiteName
It takes one parameter, a URL, and returns a siteName, suitable for using in calls to other Manila-RPC verbs.
|