Description
The chronological plugin works by placing the entries in chronologic order (oldest first) instead of reverse chronologic order (most recent first). It is only a demonstration plugin and should not otherwise be used except for demonstration or unless you want to output entries in a non-weblog way 
Installation and Setup
In your /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="chrono" class="org.blojsom.plugin.chrono.ChronoPlugin" init-method="init" destroy-method="destroy"/>
You may then add "chrono" to one of the flavor-based plugin chains.
Usage and URL Parameters
Usage
By including the chronological plugin in one of your flavor-based plugin chains, you should see your blog entries show up in chronologic order when displayed.
URL Parameters
There are no URL parameters to control the operation of the chronological plugin.