Skip to content

bloomreach-forge/feeds

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
hst
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Feeds Plugin

The Feeds project is an plugin for Hippo CMS that lets you create RSS feeds, ATOM feeds and provides an API which enables you to create your own web syndications with the CMS.

Documentation

Documentation is available at bloomreach-forge.github.io/feeds

The documentation is generated by this command from the master branch:

mvn clean site:site -Pgithub.pages

The output is in the /docs directory; push it and GitHub Pages will serve the site automatically.

For rendering documentation on non-master branches, use the normal site command so the output will be in the /target and therefore ignored by Git.

mvn clean site:site