Description
The hyperlink plugin will identify any valid url in a blog entry and automatically convert it into a clickable hyperlink.
The plugin uses a regular expression to identify the urls and is smart enough to ignore existing href tags. So when you're posting your entries you no longer have to take the time to wrap an href around urls. A great time saver!
Installation and Setup
In your /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="href-hyperlinks" class="org.blojsom.plugin.hyperlink.HyperlinkURLPlugin" init-method="init"
destroy-method="destroy"/>
You may then add "href-hyperlinks" to one of the flavor-based plugin chains.
Usage and URL Parameters
Usage
In your entries, simply type in a URL like http://blojsom.sf.net
and it will be converted to http://blojsom.sf.net
.