This is the Plone integration of the Semantic Engine Apache Stanbol FISE (see also the old IKS-WIKI).
This package is an outcome of the IKS early adopter programme. It does not aim to provide a full-fledged FISE integration in Plone. It's meant as a minimal example implementation and focal point for future work.
Current features:
- it provides a GenericSetup install step
FISE Plone Integration
. - it expects a FISE server running at
http://localhost:8080
. This is hardcoded for now. - it passes the
SearchableText
of any Plone content to FISE. It depends on the Plone configuration whats content is passed to FISE. - a view available as a document-action fetches the raw enhancement metadata and shows it in Plone.
In a Plone buildout add the a line with fise.plone
to your instances
eggs
and zcml`.
Run buildout.
(Re)start Zope/Plone.
In Configuration -> Addons: Install FISE Plone Integration
.
- make fise server configureable through
portal_properties
. Seepropertiestool.xml
in the profile for details. - jensens, 2011-01-26
- initial code, tests and documentation
copyright BlueDynamics Alliance, 2010-2011
This package is provided under the OSI-approved OpenSource License GNU General Public License, version 2 (as Plone itself is).
Contributors:
- funded by IKS-Project early adopters program
- Jens Klein <[email protected]>, Klein & Partner KG: initial code, tests, documentation and first release.