Hippo CMS

Label: slide

Content with label slide in Hippo CMS (See content from all spaces)
Related Labels: xpath, backend, implicit, workflow, postgresql, binary, search, mysql, query, extractor, lucene, configuration, mssql, dasl, ldap, history, versioning, qeuries, namespaces, more »

1. Hippo Repository About
Hippo Repository is a Javabased OpenSource Content Repository System. It is based on the Jakarta Slide http://jakarta.apache.org/slide project. The Hippo Repository can store and index documents. Full WebDAV Server Support Multiple namespace support, on the fly configuration Support ...
Other labels: repository
2. Hippo Repository Download, Install and Build
Download binary distribution Download the latest build from \http://repository.hippocms.org/hipporepository/v1.2.x/\ Unzip the build into a folder on your harddisk, for example \/hippo/hipporepository1.2.x Open a console (if you haven't already done) Type\ cd \/hippo/hipporepository1.2.x/bin ...
Other labels: repository
3. Hippo Repository Configure Namespaces
Create config path By default the slide config dir is config/slide. To create the namespace "mynamespace" in config/slide/mynamespace type: $ mkdir config/slide/mynamespace Copy extractors The next step is to copy the default extractors files to the directory config ...
Other labels: repository, configuration
4. Hippo Repository Configure Extractors
Table of Contents Using extractors It is possible to extract content from different kind of documents and attach them as properties on a document each time it's written to Hippo Repository. This is useful when running DASL's against the repository. Defining extractors Extractors are defined ...
Other labels: repository, extractors
5. Hippo Repository Configure LDAP Authentication and Authorization
Information needed IP address of the LDAP server The baseDN of the LDAP server A user that can read the LDAP (readonly) The name of the attribute that holds the username (cn) The name of the attribute that holds the password (only needed when not doing default "bind" auth ...
Other labels: repository, ldap
6. Hippo Repository Configure Replication
Repository content replication This configuration is optional! Each namespace can be configured to mirror content to other locations in the domain.xml config file. Add an element called "replicators" to your namespace configuration, usually after the "indexer" element. Replace 'mynamespace ...
Other labels: repository, replication
Configuring the Hippo Repository binary distribution to use a MySQL backend
Download and install Hippo Repository (see Getting Started Tracks). # Install MySQL 4.1 (if you have not done so already). # Create a database, e.g. 'slide': create database slide; # Create a user, e.g. 'slideuser' (replace 'password' with a better ...
Other labels: hippo, repository, mysql, backend, binary
Extractors and namespaces
your document contains elements with namespaces other than the default namespace, your property may be empty. The solution to this depends on the extractor and on how you can control the content of your document. Using a namespace prefix This solution can be used in when ...
Other labels: extractor, extractors, namespace, xpath, implicit, namespaces, repository
Hippo Repository ConfigurableXMLContentExtractor
Description The ConfigurableXMLContentExtractor is a content extractor which is a little bit more flexible than the standard XMLContentExtractor, so you can control which parts of your documents are indexed and which parts are not. It can be configured to ignore specific elements, or to extract only ...
Other labels: repository, extractor, indexing, lucene
Hippo Repository v1.2.x Documentation
nbsp; &nbsp
Other labels: repository