You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ga...@apache.org on 2005/12/09 18:05:13 UTC

svn commit: r355541 - /incubator/roller/trunk/web/WEB-INF/classes/roller.properties

Author: gangolli
Date: Fri Dec  9 09:05:12 2005
New Revision: 355541

URL: http://svn.apache.org/viewcvs?rev=355541&view=rev
Log:
Added search link plugins to properties.

Modified:
    incubator/roller/trunk/web/WEB-INF/classes/roller.properties

Modified: incubator/roller/trunk/web/WEB-INF/classes/roller.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/roller.properties?rev=355541&r1=355540&r2=355541&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/roller.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/roller.properties Fri Dec  9 09:05:12 2005
@@ -130,6 +130,8 @@
 plugins.page=\
 org.roller.presentation.velocity.plugins.convertbreaks.ConvertLineBreaksPlugin \
 ,org.roller.presentation.velocity.plugins.topictag.TopicTagPlugin \
+,org.roller.presentation.velocity.plugins.search.WikipediaLinkPlugin \
+,org.roller.presentation.velocity.plugins.search.GoogleLinkPlugin \
 ,org.roller.presentation.velocity.plugins.textile.TextilePlugin \
 ,org.roller.presentation.velocity.plugins.acronyms.AcronymsPlugin \
 ,org.roller.presentation.velocity.plugins.bookmarks.BookmarkPlugin \
@@ -309,7 +311,7 @@
 org.roller.presentation.velocity.plugins.topictag.TopicTagPlugin.tagRegexWithoutBookmark=topic:\\[(.*?)\\]
 org.roller.presentation.velocity.plugins.topictag.TopicTagPlugin.linkFormatString=<a rel=\"tag\" href=\"{0}{1}\">{2}</a>
 
-# Set to true to allow only Technorati tags (and avoid costly bookmark queries)
+# Set to true to allow only default topic tag site (and avoid costly bookmark queries)
 org.roller.presentation.velocity.plugins.topictag.TopicTagPlugin.ignoreBookmarks=true