org.apache.roller.ui.rendering.plugins |
|
Java Source File Name | Type | Comment |
AcronymsPlugin.java | Class | Adds full text to pre-defined acronyms. |
BookmarkPlugin.java | Class | Automatically insert links into entry text based on users bookmarks. |
ConvertLineBreaksPlugin.java | Class | Simple page plugin that converts paragraphs of plain text into html paragraphs. |
GoogleLinkPlugin.java | Class | Google Link Plugin. |
ObfuscateEmailPlugin.java | Class | Obfuscate email addresses in entry text. |
ReadMorePlugin.java | Class | Truncates the string passed in and applies a "Read More" link if the
text is longer than the truncation limit. |
SearchPluginBase.java | Class | Implements the common portion of search link plugins. |
SmileysPlugin.java | Class | Converts ascii emoticons into HTML image tags. |
SmileysTest.java | Class | Test smileys plugin. |
TextilePlugin.java | Class | Render text using textile engine. |
TopicTagPlugin.java | Class | Provides an easy way to write topic tag links for Technorati (or similar services).
Looks for occurrences of topic tag specifiers of the form
topic:{topicbookmark}[tag] OR topic:[tag]
and replaces them with a topic tag link of the form:
<a rel="tag" href="site/tag">tag</a>
More information on topic tag links can be found at Technorati.
In the first form, the topicbookmark is used as the name of a bookmark, and the URL from that bookmark
entry is used as the site portion in the href of the link.
All folders are searched to find a bookmark with the name specified by topicbookmark . |
WikipediaLinkPlugin.java | Class | Wikipedia Link Plugin. |