Author: snoopdave
Date: Tue Feb 21 07:06:57 2006
New Revision: 379479
URL: http://svn.apache.org/viewcvs?rev=379479&view=rev
Log:
Allow JPGs, GIFs and PNGs in demo wiki
Modified:
incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties
Modified:
incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties?rev=379479&r1=379478&r2=379479&view=diff
==============================================================================
---
incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties
(original)
+++
incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties
Tue Feb 21 07:06:57 2006
@@ -226,7 +226,7 @@
# "Main", but now you can easily change the default front page here. If not
# defined, uses "Main".
#
-jspwiki.frontPage = JSPWiki Demo
+jspwiki.frontPage = JSPWiki demo
#
# If set to true, all outward links have a small icon attached. The icon
@@ -341,8 +341,9 @@
# For example:
# Inline all JPG files, PNG files and all files from images.com:
#
-# jspwiki.translatorReader.inlinePattern.1 = *.jpg
-# jspwiki.translatorReader.inlinePattern.2 = *.png
+ jspwiki.translatorReader.inlinePattern.1 = *.jpg
+ jspwiki.translatorReader.inlinePattern.2 = *.gif
+ jspwiki.translatorReader.inlinePattern.3 = *.png
# jspwiki.translatorReader.inlinePattern.3 = http://images.com/*