Description
The Excerpt plugin looks for a <div class="excerpt"></div> in your blog entry and replaces the description with a link to the excerpt and a link to view the full text of the entry.
Installation and Setup
In your global /WEB-INF/plugin.properties file, add the following line:
excerpt=org.blojsom.plugin.excerpt.ExcerptPlugin
You may then add "excerpt" to one of the flavor-based plugin chains. These plugin chains can be found in the individual user's plugin.properties file. For example:
html.blojsom-plugin-chain=...,excerpt,...
Usage and URL Parameters
Usage
In your blog entries, simply include the excerpt text within the following block.