PloneRSSSearch allows searching external Plone sites :
Users can get search results from a set of configured external sites based on rss feed.
PloneRSSSearch has been designed by the
Ingeniweb
team.
And, of course, it's Open-Source (GPL licence).
To configure PloneRSSSearch, a tool can be used : portal_rsssearch. (Properties)
portal_rsssearch
: Once installed, the Plone site members, including Anonymous, can get remote "public" contents (contents that Anonymous can see according to the site's policy)
that match their search, in addition to the local results.
If the member of the site is also a member of the remote site (with the same user account and password), he gets matching "published" contents in the results list (again, if this is allowed by the remote site's policy).
Note : The functionnality is already integrated to Plone by the addition of a customized version of Plone's 'search.pt' template, but you can also quickly test it by invoking a URL such as :
http://myplonesite/rsssearch?plonesite_url=http://remoteplonesite&SearchableText=plone
Properties :
-
searchable_sites : set here the url of the external sites where you want to perform the search.
-
_addCookies : if checked, authentification cookie will be sent to external searchable sites.
So if the user has also an account on these sites (same login, same password) all results he can access will be shown (private, publish, shared ...)
PloneRSSSearch is shipped as a tarball for Plone.
See
The Ingeniweb Projects
for more information.
Official releases
Releases are now hosted by SourceForge. The latest release can always be found
here
.
-
1.0
(2004/04/13) :
PloneRSSSearch initial version.
CVS
You can checkout the CVS anonymously with the following commands:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ingeniweb login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ingeniweb co PloneRSSSearch
You can browse CVS at
Sourceforge
.
Here comes a few screenshots of PlonePopoll administration interface.
Configure PloneRSSSearch with portal_rsssearch
A search with no authentification cookie sent.
The same search with authentification cookie sent.
Here are some links of interest regarding PloneRSSSearch or other assorted tools.