meercat.ui.plone 1.0b3
Plone UI for the meercat search system.
Introduction
============
This is the Plone user interface into the Meercat Library resource management
system. The code is based heavily upon the collective.solr package. The
collective.solr package is designed to replace portions of the Plone catalog
with a SOLR solution. All of the configuration and management for the Plone UI
of Meercat is similar and started from the collective.solr configuration.
Installation
============
* When you're reading this you have probably already run
``easy_install meercat.ui.plone``. Find out how to install setuptools
(and EasyInstall) here:
http://peak.telecommunity.com/DevCenter/EasyInstall
* Get `pythonproducts`_ and install it via::
python setup.py install --home /path/to/instance
into your Zope instance.
* Create a file called ``meercat.ui.plone-configure.zcml`` in the
``/path/to/instance/etc/package-includes`` directory. The file
should only contain this::
<include package="meercat.ui.plone" />
.. _pythonproducts: http://plone.org/products/pythonproducts
Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance
recipe to manage your project, you can do this:
* Add ``meercat.ui.plone`` to the list of eggs to install, e.g.:
[buildout]
...
eggs =
...
meercat.ui.plone
* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance]
recipe = plone.recipe.zope2instance
...
zcml =
meercat.ui.plone
* Re-run buildout, e.g. with:
$ ./bin/buildout
You can skip the ZCML slug if you are going to explicitly include the package
from another package's configure.zcml file.
Changelog
=========
1.0b3 (2011-01-20)
------------------
* Removed unused imports from other facets that cause problems with Plone < 3.3
1.0b2 (2011-01-20)
------------------
* Removed an unused import that caused problems with Plone < 3.3
1.0b1 (2010-07-08)
------------------
* Implementation of the REST interface into the main Meercat Server
1.0a4 (2010-04-07)
------------------
* Added labels to filter queries in the facet portlets and filter of the labels
in the view so they are not propagated to the actual query to SOLR.
* Bumped the hardcoded SOLR version to 1.4
* Added support for query fields in the searches
* Switched the sort selection viewlet to be a list of links instead of a form
1.0a3 (2010-04-06)
------------------
* Fixed a bug with filter lists by copying the list before modifying it
1.0a2 (2009-12-04)
------------------
* Search based on a customizable content type.
* Search views split into search/browse and list/tiled.
* Facet field portlet added.
* Viewlets for paging, filter list, search box, sort selection and search summary
1.0a1 (Unreleased)
------------------
* First alpha
* Search is a view of the plone site
* Resource viewing is a a view of the plone site that takes an identifier
* Customization of display through skin layer based macros
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| meercat.ui.plone-1.0b3.tar.gz (md5) | Source | 2011-01-20 | 26KB | 317 | |
- Author: Texas A&M University Library
- Home Page: http://code.google.com/p/meercat
- Keywords: meercat plone
- License: Apache License 2.0
- Categories
- Package Index Owner: benliles, library.tamu.edu
- DOAP record: meercat.ui.plone-1.0b3.xml
