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 global /WEB-INF/plugin.properties file, add the following line:
href-hyperlinks=org.blojsom.plugin.hyperlink.HyperlinkURLPlugin
You may then add "href-hyperlinks" 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=href-hyperlinks
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
.