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 /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="excerpt" class="org.blojsom.plugin.excerpt.ExcerptPlugin" init-method="init" destroy-method="destroy"/>
You may then add "excerpt" to one of the flavor-based plugin chains.
Usage and URL Parameters
Usage
In your blog entries, simply include the excerpt text within the following block.