Update of /cvsroot/webmacro/wiki/resources/default/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv27921/default/WEB-INF
Added Files:
Tag: christian
Wiki.properties web.xml
Log Message:
Testing new file layout; removed duplicate files from www.webmacro.org that existed in default, too.
--- NEW FILE: Wiki.properties ---
Version: WebMacro Wiki, Version 2.0
# whitespace delimited list of allowed actions, in the order
# they should be searched
Actions: org.tcdi.opensource.wiki.servlet.JumpToPageAction \
org.tcdi.opensource.wiki.servlet.FindPagesAction \
org.tcdi.opensource.wiki.servlet.EditPageAction \
org.tcdi.opensource.wiki.servlet.SavePageAction \
org.tcdi.opensource.wiki.servlet.LoginAction \
org.tcdi.opensource.wiki.servlet.LogoutAction \
org.tcdi.opensource.wiki.servlet.DeletePageAction \
org.tcdi.opensource.wiki.servlet.RegisterNewUserAction \
org.tcdi.opensource.wiki.servlet.RecentChangesAction \
org.tcdi.opensource.wiki.servlet.ViewPageAction
# templates used by various PageActions
ViewPageAction.Template: view.wm
LoginAction.Template: login.wm
EditPageAction.Template: edit.wm
FindPagesAction.Template: findresults.wm
DeletePageAction.Template: delete.wm
RegisterUserAction.Template: register.wm
RecentChangesAction.Template: recentchanges.wm
# cookie options
CookieName: WikiUserID
CookieTimeout: 31536000
# WikiPage template overrides
# used by the ViewPageAction
# format:
# WikiPageTitle: webmacro-template.wm
WebMacro: webmacro.wm
# Lucene Indexer options
LuceneIndexer.IndexDirectory: @INSTALL_DIR@/index/
ReIndex: false
# who are the administrators?
# administrators are allowed to do user-administration stuff
Administrators: e_ridge;lane;justin;BrianGoetz;
# where are javadoc: files located?
# this is used by the o.t.o.w.r.HTMLPageRenderer when rendering javadoc: URL's
JavaDocRoot: http://www.webmacro.org/api/
# page building
PageBuilder: org.tcdi.opensource.wiki.builder.DefaultPageBuilder
# what is the default page to display
StartPage: WebMacro
# Properties for PageStore
PageStore.Server: @INSTALL_DIR@/VLH
PageStore.Port: 1998
PageStore.PartitionKey: Pages-WebMacro
PageStore.ImmutableCertificate: private read certificate:9p1q8werfaj hsdlifuqyweoiufdyasodifujhasldfjhyqwoieurypqwaijfha;psoruiypqwiuoeyrpqwiureypqwejhfas;kja
PageStore.MutableCertificate: private write certificate: la;skfjqpowieutr;aslkfdjja ;slkdfjq;owieurpqowiurep oiw3u4rquwyequw45y9q7233r089 23qurpwjhasdf
PageStore.ProxyImplementation: org.opendoors.instant.vlh.client.LocalProxyImpl
PageStore.Creator: Eric
# Properties for UserStore
UserStore.Server: @INSTALL_DIR@/VLH
UserStore.Port: 1998
UserStore.PartitionKey: Users-WebMacro
UserStore.ImmutableCertificate: private read certificate:qpwoe5uirqpwiufha suoryqpwioureypqowieur [qoiweurp[oqiweufpqio e[e iu `[iujhfaslkdjhfqpwoej
UserStore.MutableCertificate: private write certificate:qpw84o5qp3oweuifypfqowe4urp2qiu3yrpqiwueyr[2i3u51p28o3759-1082eqwrupoi wqehp`ou1 3hq[90u[if;s[
UserStore.ProxyImplementation: org.opendoors.instant.vlh.client.LocalProxyImpl
UserStore.Creator=Eric
# named headers to use in pages
Headers._Start: <table width="100%" cellspacing=0><tr><td align=left class="SectionHeader"><span class="SectionHeader">
Headers._End: </span></td></tr></table>
Headers.Navigation_Start: <table width="100%" cellspacing=0><tr><th><span class="NavigationHeader">
Headers.Navigation_End: </span></th></tr></table>
Headers.Section_Start: <table width="100%" cellspacing=0><tr><td align=left class="SectionHeader"><span class="SectionHeader">
Headers.Section_End: </span></td></tr></table>
--- NEW FILE: web.xml ---
<web-app>
<servlet-mapping url-regexp='^[^\.]+$' servlet-name='WikiServlet' />
<servlet servlet-name='WikiServlet' servlet-class='org.tcdi.opensource.wiki.servlet.WikiServlet'>
<init-param properties='@INSTALL_DIR@/deploy/WEB-INF/Wiki.properties' />
</servlet>
</web-app>
|