PloneSearchBox is a quick ressearch tool.
It proposes a list of search engines. The user gives a keyword and a new window is opened
with the search result. The list of search engines can be configured. The form in PloneSearchBox will
be automatically adapted to the selected search engine (in fact if more than one value are needed, the form
will have more than one field).
PloneSearchBox has been designed by the
Ingeniweb
team.
And, of course, it's Open-Source (GPL licence).
portal_searchbox
The search engine.name and url can be configured in the Zmi. The used format is : Name;http://website.com?argName=%(argument)s
Name is what will appear in the combobox. The url will be parsed to replace %(argument)s by the value entered by
the user on form submit.
If there are several argName=%(argument)s, the form will automatically have as many fields and argument will become the label of the field. This is done in javascript and the page is not reloaded.
For single input forms :
use %(text)s as pattern to have a input field without label or
use a pattern different than %(text)s, for ex %(mylabel)s, to see mylabel as a label for your input field.
Use '#' to set a line as comment.
PloneSearchBox 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
.
-
2.0Beta1
(2004/01/06) : Compatible Plone 2 and Plone 1.
-
1.2
(2003/12/23) : i18n catalog. Choose the label of your input field or remove them.
Add comment in your searchbox_tool list of engine with '#'.
More default engines.
View the search result in the same site.
Keyword are kept in memory when search is done in an other window.
-
1.0
(2003/08/06) :
PloneSearchBox initial product.
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 PloneSearchBox
You can browse CVS at
Sourceforge
.
Here comes a few screenshots of PloneSearchBox.
The edit form of portal searchbox.
The view of a PloneSearchBox.
A generated complex form.
Here are some links of interest regarding PloneSearchBox or other assorted tools.