2001-01-31 13:48:40 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version 1.1
|
|
|
|
(the "License"); you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
|
|
|
|
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
|
|
|
|
language governing rights and limitations under the License.
|
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
The Original Code is the Venice Web Communities System.
|
2001-01-31 13:48:40 -07:00
|
|
|
|
2004-06-03 19:52:05 -06:00
|
|
|
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@ricochet.com>,
|
2001-01-31 13:48:40 -07:00
|
|
|
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
2004-06-03 19:52:05 -06:00
|
|
|
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
2001-01-31 13:48:40 -07:00
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
-->
|
|
|
|
<!-- Venice configuration file - full name should be fed to the Venice engine at startup -->
|
|
|
|
<venice-config>
|
|
|
|
|
|
|
|
<!-- This section is used to configure the Venice engine itself. -->
|
|
|
|
<engine>
|
|
|
|
<!-- The fully-qualified Java classname of the Venice engine class. -->
|
|
|
|
<classname>com.silverwrist.venice.core.impl.VeniceEngineImpl</classname>
|
2001-11-03 22:57:58 -07:00
|
|
|
|
|
|
|
<!-- The pathname of the sidebox config file, relative to the Web application root directory. -->
|
|
|
|
<sidebox-config>WEB-INF/sidebox-config.xml</sidebox-config>
|
2001-11-21 02:47:27 -07:00
|
|
|
|
|
|
|
<!-- The pathname of the services config file, relative to the Web application root directory. -->
|
|
|
|
<services-config>WEB-INF/services-config.xml</services-config>
|
2001-01-31 13:48:40 -07:00
|
|
|
</engine>
|
|
|
|
|
|
|
|
<!-- This section is used to configure the database pool system. -->
|
|
|
|
<database>
|
2004-06-22 00:33:40 -06:00
|
|
|
<!-- If this is specified, Venice looks for a JCA DataSource with this name and delegates all connection
|
|
|
|
pooling work to it. All the other paramerers are ignored. -->
|
|
|
|
<!-- <jca-datasource>VeniceDB</jca-datasource> -->
|
|
|
|
|
2001-01-31 13:48:40 -07:00
|
|
|
<!-- The fully-qualified Java classname of the JDBC driver we wish to load. -->
|
|
|
|
<driver>org.gjt.mm.mysql.Driver</driver>
|
|
|
|
|
|
|
|
<!-- The URI of the database we wish to load. -->
|
|
|
|
<uri>jdbc:mysql://localhost/venice</uri>
|
|
|
|
|
|
|
|
<!-- The username to use to log into the database. -->
|
|
|
|
<username>venicedb</username>
|
|
|
|
|
|
|
|
<!-- The password to use to log into the database. -->
|
|
|
|
<password>x00yes2K</password>
|
|
|
|
|
|
|
|
<!-- The initial number of connections to allocate to the database. -->
|
|
|
|
<initial-conns>5</initial-conns>
|
|
|
|
|
|
|
|
<!-- The maximum number of connections to the database that can be open at once. -->
|
|
|
|
<max-conns>20</max-conns>
|
|
|
|
|
|
|
|
<!-- If this tag is specified, the connection pool will wait for a connection to
|
|
|
|
become available if one is requested and none are available. If not, the
|
|
|
|
getConnection() method will throw an exception under those circumstances. -->
|
|
|
|
<wait-if-busy/>
|
|
|
|
</database>
|
|
|
|
|
2001-11-18 02:32:21 -07:00
|
|
|
<!-- This section is used to configure the default security contexts, and should probably
|
|
|
|
not be tampered with. -->
|
|
|
|
<security>
|
|
|
|
<security-definition id="Global">
|
|
|
|
<defined-roles>
|
|
|
|
<role id="Anonymous" value="L+100">Anonymous User</role>
|
|
|
|
<role id="Unverified" value="L+500">Unauthenticated User</role>
|
|
|
|
<role id="Normal" value="L+1000">Normal User</role>
|
|
|
|
<role id="AnyAdmin" value="HMIN">Any System Administrator</role>
|
|
|
|
<role id="PFY" value="H+1000">System Assistant Administrator</role>
|
|
|
|
<role id="BOFH" value="HMAX">Global System Administrator</role>
|
|
|
|
</defined-roles>
|
|
|
|
<defined-lists>
|
|
|
|
<list id="UserLevels">
|
|
|
|
<element role="Global.Anonymous"/>
|
|
|
|
<element role="Global.Unverified"/>
|
|
|
|
<element role="Global.Normal"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
</list>
|
|
|
|
<list id="UserLevelsPFY">
|
|
|
|
<element role="Global.Anonymous"/>
|
|
|
|
<element role="Global.Unverified"/>
|
|
|
|
<element role="Global.Normal"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
<element role="Global.PFY"/>
|
|
|
|
</list>
|
|
|
|
<list id="CreateCommunity">
|
|
|
|
<permission/>
|
|
|
|
<element role="Global.Normal" default="true"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
<element role="Global.AnyAdmin"/>
|
|
|
|
<element role="Global.PFY"/>
|
|
|
|
<element role="Global.BOFH"/>
|
|
|
|
</list>
|
|
|
|
</defined-lists>
|
|
|
|
<defaults>
|
|
|
|
<default id="NewUser" role="Global.Unverified"/>
|
|
|
|
<default id="AfterVerify" role="Global.Normal"/>
|
|
|
|
<default id="AfterEmailChange" role="Global.Unverified"/>
|
|
|
|
</defaults>
|
|
|
|
<permissions>
|
|
|
|
<permission id="ShowHiddenCategories" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="NoEmailVerify" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="SeeHiddenContactInfo" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="SearchHiddenCommunities" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="ShowHiddenCommunities" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="SearchHiddenCategories" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="SysAdminAccess" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="PublishFP" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="DesignatePFY" role="Global.BOFH"/>
|
|
|
|
</permissions>
|
|
|
|
</security-definition>
|
|
|
|
<security-definition id="Community" parent="Global">
|
|
|
|
<defined-roles>
|
|
|
|
<role id="Member" value="L+500">Community Member</role>
|
|
|
|
<role id="AnyAdmin" value="HMIN">Any Community Administrator</role>
|
|
|
|
<role id="Cohost" value="H+1000">Community Co-Host</role>
|
|
|
|
<role id="Host" value="H+1500">Community Host</role>
|
|
|
|
</defined-roles>
|
|
|
|
<defined-lists>
|
|
|
|
<list id="Read">
|
|
|
|
<permission/>
|
|
|
|
<element role="Global.Anonymous"/>
|
|
|
|
<element role="Global.Unverified"/>
|
|
|
|
<element role="Global.Normal"/>
|
|
|
|
<element role="Community.Member" default="true"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
<element role="Community.AnyAdmin"/>
|
|
|
|
<element role="Community.Cohost"/>
|
|
|
|
<element role="Community.Host"/>
|
|
|
|
<element role="Global.AnyAdmin"/>
|
|
|
|
</list>
|
|
|
|
<list id="Write">
|
|
|
|
<permission/>
|
|
|
|
<element role="Community.AnyAdmin"/>
|
|
|
|
<element role="Community.Cohost" default="true"/>
|
|
|
|
<element role="Community.Host"/>
|
|
|
|
<element role="Global.AnyAdmin"/>
|
|
|
|
<element role="Global.PFY"/>
|
|
|
|
<element role="Global.BOFH"/>
|
|
|
|
</list>
|
|
|
|
<list id="Create">
|
|
|
|
<permission/>
|
|
|
|
<element role="Global.Normal"/>
|
|
|
|
<element role="Community.Member"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
<element role="Community.AnyAdmin"/>
|
|
|
|
<element role="Community.Cohost" default="true"/>
|
|
|
|
<element role="Community.Host"/>
|
|
|
|
<element role="Global.AnyAdmin"/>
|
|
|
|
</list>
|
|
|
|
<list id="Delete">
|
|
|
|
<permission/>
|
|
|
|
<element role="Community.AnyAdmin"/>
|
|
|
|
<element role="Community.Cohost"/>
|
|
|
|
<element role="Community.Host" default="true"/>
|
|
|
|
<element role="Global.AnyAdmin"/>
|
|
|
|
<element role="Global.PFY"/>
|
|
|
|
<element role="Global.BOFH"/>
|
|
|
|
<element role="NoAccess"/>
|
|
|
|
</list>
|
|
|
|
<list id="Join">
|
|
|
|
<permission/>
|
|
|
|
<element role="Global.Anonymous"/>
|
|
|
|
<element role="Global.Unverified"/>
|
|
|
|
<element role="Global.Normal" default="true"/>
|
|
|
|
</list>
|
|
|
|
<list id="UserLevels">
|
|
|
|
<element role="NotInList"/>
|
|
|
|
<element role="Global.Anonymous"/>
|
|
|
|
<element role="Global.Unverified"/>
|
|
|
|
<element role="Global.Normal"/>
|
|
|
|
<element role="Community.Member"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
<element role="Community.Cohost"/>
|
|
|
|
</list>
|
|
|
|
</defined-lists>
|
|
|
|
<defaults>
|
|
|
|
<default id="NewUser" role="Community.Member"/>
|
|
|
|
<default id="Creator" role="Community.Host"/>
|
|
|
|
</defaults>
|
|
|
|
<permissions>
|
|
|
|
<permission id="ShowAdmin" role="Community.AnyAdmin"/>
|
|
|
|
<permission id="NoJoinRequired" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="NoKeyRequired" role="Global.AnyAdmin"/>
|
|
|
|
<permission id="ShowHiddenMembers" role="Community.AnyAdmin"/>
|
|
|
|
<permission id="ShowHiddenObjects" role="Community.AnyAdmin"/>
|
2001-12-04 12:17:00 -07:00
|
|
|
<permission id="MassMail" role="Community.AnyAdmin"/>
|
2001-11-18 02:32:21 -07:00
|
|
|
</permissions>
|
|
|
|
</security-definition>
|
2001-11-18 15:14:12 -07:00
|
|
|
<security-definition id="Conference" parent="Community"> <!-- will move eventually -->
|
|
|
|
<defined-roles>
|
|
|
|
<role id="Member" value="L+500">Conference Member</role>
|
|
|
|
<role id="AnyAdmin" value="HMIN">Any Conference Administrator</role>
|
|
|
|
<role id="Host" value="H+1500">Conference Host</role>
|
|
|
|
</defined-roles>
|
|
|
|
<defined-lists>
|
|
|
|
<list id="Read">
|
|
|
|
<permission/>
|
|
|
|
<element role="Global.Anonymous"/>
|
|
|
|
<element role="Global.Unverified"/>
|
|
|
|
<element role="Global.Normal"/>
|
|
|
|
<element role="Community.Member"/>
|
|
|
|
<element role="Conference.Member"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
</list>
|
|
|
|
<list id="Post">
|
|
|
|
<permission/>
|
|
|
|
<element role="Global.Anonymous"/>
|
|
|
|
<element role="Global.Unverified"/>
|
|
|
|
<element role="Global.Normal"/>
|
|
|
|
<element role="Community.Member"/>
|
|
|
|
<element role="Conference.Member"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
<element role="Conference.AnyAdmin"/>
|
|
|
|
<element role="Conference.Host"/>
|
|
|
|
</list>
|
|
|
|
<list id="Create">
|
|
|
|
<permission/>
|
|
|
|
<element role="Global.Anonymous"/>
|
|
|
|
<element role="Global.Unverified"/>
|
|
|
|
<element role="Global.Normal"/>
|
|
|
|
<element role="Community.Member"/>
|
|
|
|
<element role="Conference.Member"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
<element role="Conference.AnyAdmin"/>
|
|
|
|
<element role="Conference.Host"/>
|
|
|
|
</list>
|
|
|
|
<list id="Hide">
|
|
|
|
<permission/>
|
|
|
|
<element role="Conference.AnyAdmin"/>
|
|
|
|
<element role="Conference.Host" default="true"/>
|
|
|
|
<element role="Community.AnyAdmin"/>
|
|
|
|
<element role="Community.Cohost"/>
|
|
|
|
<element role="Community.Host"/>
|
|
|
|
<element role="Global.AnyAdmin"/>
|
|
|
|
</list>
|
|
|
|
<list id="Nuke">
|
|
|
|
<permission/>
|
|
|
|
<element role="Conference.AnyAdmin"/>
|
|
|
|
<element role="Conference.Host" default="true"/>
|
|
|
|
<element role="Community.AnyAdmin"/>
|
|
|
|
<element role="Community.Cohost"/>
|
|
|
|
<element role="Community.Host"/>
|
|
|
|
<element role="Global.AnyAdmin"/>
|
|
|
|
</list>
|
|
|
|
<list id="Change">
|
|
|
|
<permission/>
|
|
|
|
<element role="Conference.AnyAdmin"/>
|
|
|
|
<element role="Conference.Host" default="true"/>
|
|
|
|
<element role="Community.AnyAdmin"/>
|
|
|
|
<element role="Community.Cohost"/>
|
|
|
|
<element role="Community.Host"/>
|
|
|
|
<element role="Global.AnyAdmin"/>
|
|
|
|
</list>
|
|
|
|
<list id="Delete">
|
|
|
|
<permission/>
|
|
|
|
<element role="Community.AnyAdmin"/>
|
|
|
|
<element role="Community.Cohost" default="true"/>
|
|
|
|
<element role="Community.Host"/>
|
|
|
|
<element role="Global.AnyAdmin"/>
|
|
|
|
<element role="Global.PFY"/>
|
|
|
|
<element role="Global.BOFH"/>
|
|
|
|
<element role="NoAccess"/>
|
|
|
|
</list>
|
|
|
|
<list id="UserLevels">
|
|
|
|
<element role="NotInList"/>
|
|
|
|
<element role="Global.Anonymous"/>
|
|
|
|
<element role="Global.Unverified"/>
|
|
|
|
<element role="Global.Normal"/>
|
|
|
|
<element role="Community.Member"/>
|
|
|
|
<element role="Conference.Member"/>
|
|
|
|
<element role="UnrestrictedUser"/>
|
|
|
|
<element role="Conference.Host"/>
|
|
|
|
</list>
|
|
|
|
</defined-lists>
|
|
|
|
<defaults>
|
2001-11-19 01:20:04 -07:00
|
|
|
<default id="HostPrivs" role="Conference.AnyAdmin"/>
|
2001-11-18 15:14:12 -07:00
|
|
|
<default id="NewUser" role="Conference.Member"/>
|
|
|
|
<default id="NewHost" role="Conference.Host"/>
|
|
|
|
<default id="Creator" role="Conference.Host"/>
|
|
|
|
<default id="Read.Public" role="Community.Member"/>
|
|
|
|
<default id="Read.Private" role="Conference.Member"/>
|
|
|
|
<default id="Post.Public" role="Community.Member"/>
|
|
|
|
<default id="Post.Private" role="Conference.Member"/>
|
|
|
|
<default id="Create.Public" role="Community.Member"/>
|
|
|
|
<default id="Create.Private" role="Conference.Member"/>
|
|
|
|
</defaults>
|
|
|
|
<permissions>
|
2001-12-03 22:11:45 -07:00
|
|
|
<permission id="EMailParticipants" role="Conference.AnyAdmin"/>
|
2001-11-18 15:14:12 -07:00
|
|
|
</permissions>
|
|
|
|
</security-definition>
|
2001-11-18 02:32:21 -07:00
|
|
|
</security>
|
|
|
|
|
2001-01-31 13:48:40 -07:00
|
|
|
<!-- This section is used to configure electronic mail services. -->
|
|
|
|
<email>
|
|
|
|
<!-- The SMTP server to use when sending messages out. This server must be
|
|
|
|
configured to allow relaying from the host running Venice. -->
|
2004-06-03 19:52:05 -06:00
|
|
|
<smtp-host>delenn</smtp-host>
|
2001-01-31 13:48:40 -07:00
|
|
|
|
|
|
|
<!-- The return address to use on all email messages. -->
|
|
|
|
<mail-from-addr>nobody@delenn.silverwrist.internal</mail-from-addr>
|
|
|
|
|
|
|
|
<!-- The string to use in the "X-Mailer:" header on all outgoing mail. -->
|
|
|
|
<mailer>Venice AutoMail System v0.01</mailer>
|
|
|
|
</email>
|
|
|
|
|
|
|
|
<!-- This section dictates which dictionary files get loaded into the spelling checker's
|
2001-02-05 21:50:04 -07:00
|
|
|
main dictionary. The default lexicon is a standard US English one, with a supplemental list of
|
2001-01-31 13:48:40 -07:00
|
|
|
words provided by Erbo. -->
|
|
|
|
<dictionary>
|
2001-11-21 02:47:27 -07:00
|
|
|
<file>WEB-INF/en-us.dict</file>
|
|
|
|
<file>WEB-INF/erbo.dict</file>
|
2001-01-31 13:48:40 -07:00
|
|
|
</dictionary>
|
|
|
|
|
2002-05-26 21:03:34 -06:00
|
|
|
<!-- This section provides the HTML Checker configurations used by the application. -->
|
|
|
|
<html-checker>
|
|
|
|
<config name="post-body">
|
|
|
|
<options wordwrap="55" angles="true" parens="true" discardHTML="false"/>
|
|
|
|
<output-filter type="normal" class="com.silverwrist.venice.htmlcheck.filters.HTMLEncodingFilter"/>
|
|
|
|
<output-filter type="normal" class="com.silverwrist.venice.htmlcheck.filters.SQLEncodingFilter"/>
|
|
|
|
<output-filter type="raw" class="com.silverwrist.venice.htmlcheck.filters.SQLEncodingFilter"/>
|
|
|
|
<rewriter type="string" class="com.silverwrist.venice.htmlcheck.filters.EmailRewriter"/>
|
|
|
|
<rewriter type="string" class="com.silverwrist.venice.htmlcheck.filters.URLRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.db.PostLinkRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.db.UserNameRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.htmlcheck.filters.EmailRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.htmlcheck.filters.URLRewriter"/>
|
|
|
|
<rewriter type="paren" class="com.silverwrist.venice.db.UserNameRewriter"/>
|
|
|
|
<tag-set id="normal"/>
|
|
|
|
</config>
|
|
|
|
<config name="post-pseud">
|
|
|
|
<options wordwrap="0" angles="true" parens="false" discardHTML="false"/>
|
|
|
|
<output-filter type="normal" class="com.silverwrist.venice.htmlcheck.filters.HTMLEncodingFilter"/>
|
|
|
|
<output-filter type="normal" class="com.silverwrist.venice.htmlcheck.filters.SQLEncodingFilter"/>
|
|
|
|
<output-filter type="raw" class="com.silverwrist.venice.htmlcheck.filters.SQLEncodingFilter"/>
|
|
|
|
<tag-set id="restricted"/>
|
|
|
|
</config>
|
|
|
|
<config name="preview">
|
|
|
|
<options wordwrap="55" angles="true" parens="true" discardHTML="false"/>
|
|
|
|
<output-filter type="normal" class="com.silverwrist.venice.htmlcheck.filters.HTMLEncodingFilter"/>
|
|
|
|
<rewriter type="string" class="com.silverwrist.venice.htmlcheck.filters.EmailRewriter"/>
|
|
|
|
<rewriter type="string" class="com.silverwrist.venice.htmlcheck.filters.URLRewriter"/>
|
|
|
|
<rewriter type="word" class="com.silverwrist.venice.htmlcheck.filters.SpellingRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.db.PostLinkRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.db.UserNameRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.htmlcheck.filters.EmailRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.htmlcheck.filters.URLRewriter"/>
|
|
|
|
<rewriter type="paren" class="com.silverwrist.venice.db.UserNameRewriter"/>
|
|
|
|
<tag-set id="normal"/>
|
|
|
|
</config>
|
|
|
|
<config name="escaper">
|
|
|
|
<options wordwrap="0" angles="false" parens="false" discardHTML="false"/>
|
|
|
|
<output-filter type="normal" class="com.silverwrist.venice.htmlcheck.filters.HTMLEncodingFilter"/>
|
|
|
|
</config>
|
|
|
|
<config name="mail-post">
|
|
|
|
<options wordwrap="55" angles="true" parens="false" discardHTML="true" discardRejected="true"/>
|
|
|
|
<tag-set id="normal"/>
|
|
|
|
</config>
|
|
|
|
<config name="post-from-email">
|
|
|
|
<options wordwrap="55" rewrap="true" angles="true" parens="true" discardHTML="false"
|
|
|
|
discardRejected="true" discardComments="true" discardXML="true"/>
|
|
|
|
<output-filter type="normal" class="com.silverwrist.venice.htmlcheck.filters.HTMLEncodingFilter"/>
|
|
|
|
<output-filter type="normal" class="com.silverwrist.venice.htmlcheck.filters.SQLEncodingFilter"/>
|
|
|
|
<output-filter type="raw" class="com.silverwrist.venice.htmlcheck.filters.SQLEncodingFilter"/>
|
|
|
|
<rewriter type="string" class="com.silverwrist.venice.htmlcheck.filters.EmailRewriter"/>
|
|
|
|
<rewriter type="string" class="com.silverwrist.venice.htmlcheck.filters.URLRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.db.PostLinkRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.db.UserNameRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.htmlcheck.filters.EmailRewriter"/>
|
|
|
|
<rewriter type="tag" class="com.silverwrist.venice.htmlcheck.filters.URLRewriter"/>
|
|
|
|
<rewriter type="paren" class="com.silverwrist.venice.db.UserNameRewriter"/>
|
|
|
|
<tag-set id="normal"/>
|
|
|
|
<tag-set disallow="font"/>
|
|
|
|
</config>
|
|
|
|
</html-checker>
|
|
|
|
|
2001-04-18 00:01:45 -06:00
|
|
|
<!-- Settings for dealing with uploads -->
|
|
|
|
<upload>
|
|
|
|
<!-- Don't try to compress any file whose type falls in this list -->
|
|
|
|
<no-compress>
|
|
|
|
<type>image/gif</type>
|
|
|
|
<type>image/jpg</type>
|
|
|
|
<type>image/jpeg</type>
|
|
|
|
</no-compress>
|
|
|
|
|
|
|
|
</upload>
|
|
|
|
|
2001-01-31 13:48:40 -07:00
|
|
|
<!-- This section holds "stock messages" with replaceable parameters that may
|
|
|
|
be fed to emailed output. -->
|
|
|
|
<messages>
|
2001-02-25 00:42:11 -07:00
|
|
|
<!-- A "signature" that gets appended to emailed messages. -->
|
2002-01-06 19:05:37 -07:00
|
|
|
<signature><![CDATA[
|
2001-03-25 01:10:07 -07:00
|
|
|
Venice - community services, conferencing and more. <http://venice.sourceforge.net>
|
2002-01-06 19:05:37 -07:00
|
|
|
]]></signature>
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2002-05-22 01:38:29 -06:00
|
|
|
<!-- Message which is added to e-mail headers -->
|
|
|
|
<header-disclaimer><![CDATA[
|
|
|
|
Message sent via Venice Web Communities System - <http://venice.sourceforge.net>
|
|
|
|
The Venice Project is not responsible for the contents of this message
|
|
|
|
Report abuses to: <abuse@example.com>
|
|
|
|
]]></header-disclaimer>
|
|
|
|
|
2001-01-31 13:48:40 -07:00
|
|
|
<!-- This is the message sent out with the email confirmation number. -->
|
2001-11-03 22:57:58 -07:00
|
|
|
<!-- Parameters: username - account user name, confnum - confirmation number -->
|
2002-01-06 19:05:37 -07:00
|
|
|
<email-confirm><![CDATA[
|
2001-01-31 13:48:40 -07:00
|
|
|
Welcome to the Venice conferencing system! In order to fully activate your
|
|
|
|
account after you register or change your E-mail address, you must provide a
|
|
|
|
confirmation number to the system. Please enter this number into the "Confirm
|
|
|
|
E-mail Address" dialog on the system when indicated.
|
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
Your confirmation number for your account "${username}" is ${confnum}.
|
2001-01-31 13:48:40 -07:00
|
|
|
|
2002-01-06 19:05:37 -07:00
|
|
|
Access the E-mail verification dialog at <http://delenn/venice/verifyemail>.
|
|
|
|
|
2001-01-31 13:48:40 -07:00
|
|
|
Thank you, and enjoy the Venice conferencing system!
|
|
|
|
|
|
|
|
-- The Management
|
2002-01-06 19:05:37 -07:00
|
|
|
]]></email-confirm>
|
2001-01-31 13:48:40 -07:00
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
<!-- The subject of the message with the email confirmation number. -->
|
|
|
|
<email-confirm-subject>Venice Email Confirmation</email-confirm-subject>
|
|
|
|
|
2001-01-31 13:48:40 -07:00
|
|
|
<!-- This is the "password reminder" message. -->
|
2001-11-03 22:57:58 -07:00
|
|
|
<!-- Parameters: username - account user name, reminder - password reminder -->
|
2002-01-06 19:05:37 -07:00
|
|
|
<reminder><![CDATA[
|
2001-11-03 22:57:58 -07:00
|
|
|
Here is the password reminder for your account "${username}" as you requested:
|
2001-01-31 13:48:40 -07:00
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
${reminder}
|
2001-01-31 13:48:40 -07:00
|
|
|
|
|
|
|
If this reminder is not sufficient for you to remember what your password is,
|
2002-01-26 00:14:33 -07:00
|
|
|
then the system can change your password for you. To do so, please visit
|
|
|
|
the following URL:
|
2001-11-04 17:40:07 -07:00
|
|
|
|
|
|
|
http://delenn/venice/passrecovery/${change.uid}.${change.auth}
|
|
|
|
|
2002-01-26 00:14:33 -07:00
|
|
|
Your password will be changed and a new password will be E-mailed to you
|
|
|
|
at this address.
|
2001-11-04 17:40:07 -07:00
|
|
|
|
2002-01-26 00:14:33 -07:00
|
|
|
If you did NOT request a password reminder, then this message was sent
|
|
|
|
by someone attempting to access your account without your knowledge. Do
|
|
|
|
not panic! Nothing has happened to your account or password yet, but
|
|
|
|
please do notify the system administrator.
|
2001-01-31 13:48:40 -07:00
|
|
|
|
|
|
|
-- The Management
|
2002-01-06 19:05:37 -07:00
|
|
|
]]></reminder>
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
<reminder-subject>Venice Password Reminder Message</reminder-subject>
|
|
|
|
|
2002-01-06 19:05:37 -07:00
|
|
|
<password-change><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
The password for your account "${username}" has been changed. The new
|
|
|
|
password is "${password}".
|
2001-11-04 17:40:07 -07:00
|
|
|
|
2002-01-26 00:14:33 -07:00
|
|
|
You should log into Venice immediately and change the password to something
|
|
|
|
else. You can change the password for your account, once you are logged in,
|
|
|
|
by clicking on the "Profile" link in the top bar.
|
2001-11-04 17:40:07 -07:00
|
|
|
|
2002-01-26 00:14:33 -07:00
|
|
|
If you did NOT request a password change on your account, please notify the
|
|
|
|
system administrator IMMEDIATELY.
|
2001-11-04 17:40:07 -07:00
|
|
|
|
|
|
|
-- The Management
|
2002-01-06 19:05:37 -07:00
|
|
|
]]></password-change>
|
2001-11-04 17:40:07 -07:00
|
|
|
|
|
|
|
<password-change-subject>Venice Password Changed</password-change-subject>
|
|
|
|
|
2001-11-07 01:43:09 -07:00
|
|
|
<!-- Invitation message to a public community -->
|
|
|
|
<!-- Parameters: community.name = name of community, community.alias = alias of community,
|
|
|
|
personal = personal message, fullname = name of inviter,
|
|
|
|
username = user name of inviter -->
|
2002-01-06 19:05:37 -07:00
|
|
|
<invite-public><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
Hi! I would like to invite you to join the "${community.name}" community on
|
|
|
|
the Venice conferencing system. To do so, you must register as a user, which
|
|
|
|
is absolutely free! Just point your Web browser at
|
|
|
|
<http://delenn/venice/sig/${community.alias}> and click the "Create Account"
|
|
|
|
link at the top of the page, or click the "Log In" link if you already have
|
|
|
|
a Venice account. Once you have completed the process, click the "Join Now"
|
|
|
|
button. You will then be able to take part in the conferences that are
|
|
|
|
going on in the community.
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
${personal}
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2001-11-07 01:43:09 -07:00
|
|
|
Hope to see you in "${community.name}" soon!
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
-- ${fullname} (Venice user ID: ${username})
|
2002-01-06 19:05:37 -07:00
|
|
|
]]></invite-public>
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2001-11-07 01:43:09 -07:00
|
|
|
<!-- Invitation message to a private community -->
|
|
|
|
<!-- Parameters: community.name = name of community, community.alias = alias of community,
|
|
|
|
joinkey = join key for community, personal = personal message,
|
|
|
|
fullname = name of inviter, username = user name of inviter -->
|
2002-01-06 19:05:37 -07:00
|
|
|
<invite-private><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
Hi! I would like to invite you to join the "${community.name}" community on
|
|
|
|
the Venice conferencing system. To do so, you must register as a user, which
|
|
|
|
is absolutely free! Just point your Web browser at
|
|
|
|
<http://delenn/venice/sig/${community.alias}> and click the "Create Account"
|
|
|
|
link at the top of the page, or click the "Log In" link if you already have
|
|
|
|
a Venice account. Once you have completed the process, click the "Join Now"
|
|
|
|
button. You will be prompted for the "password" for this community, which is
|
|
|
|
"${joinkey}". You will then be able to take part in the conferences that are
|
|
|
|
going on in the community.
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
${personal}
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2001-11-07 01:43:09 -07:00
|
|
|
Hope to see you in "${community.name}" soon!
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
-- ${fullname} (Venice user ID: ${username})
|
2002-01-06 19:05:37 -07:00
|
|
|
]]></invite-private>
|
2001-02-25 00:42:11 -07:00
|
|
|
|
|
|
|
<!-- Subject line for invitation messages -->
|
2001-11-07 01:43:09 -07:00
|
|
|
<!-- Parameters: community.name = name of community -->
|
|
|
|
<subj-invite>Invitation to "${community.name}" Community</subj-invite>
|
2001-02-25 00:42:11 -07:00
|
|
|
|
2001-12-03 15:21:02 -07:00
|
|
|
<!-- What to add above the "personal" message for a conference-specific invite. -->
|
|
|
|
<!-- Parameters: community.name, conference.name -->
|
|
|
|
<add-conf-invite><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
After you've joined the "${community.name}" community, check out the
|
|
|
|
"${conference.name}" conference. To find it, after joining the community,
|
|
|
|
click "Conferences" on the left menu bar, then click on the
|
2001-12-03 15:21:02 -07:00
|
|
|
"${conference.name}" conference name in the conference list.
|
|
|
|
]]></add-conf-invite>
|
|
|
|
|
|
|
|
<!-- What to add above the "personal" message for a topic-specific invite. -->
|
|
|
|
<!-- Parameters: community.name, conference.name, topic.name -->
|
|
|
|
<add-topic-invite><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
After you've joined the "${community.name}" community, check out the
|
|
|
|
"${topic.name}" topic in the "${conference.name}" conference. To find it,
|
|
|
|
after joining the community, click "Conferences" on the left menu bar, then
|
|
|
|
click on the "${conference.name}" conference name in the conference list,
|
|
|
|
then click on the "${topic.name}" topic name in the topic list.
|
2001-12-03 15:21:02 -07:00
|
|
|
]]></add-topic-invite>
|
|
|
|
|
2001-11-28 21:55:48 -07:00
|
|
|
<!-- Template used for E-mailing posts to users (top half of E-mail) -->
|
|
|
|
<!-- Parameters: message.poster, topic.name, topic.locator, conference.name, community.name -->
|
2002-01-06 19:05:37 -07:00
|
|
|
<mail-post-top><![CDATA[
|
2001-11-28 21:55:48 -07:00
|
|
|
The following message was just posted by "${message.poster}" to the
|
|
|
|
"${topic.name}" topic in the "${conference.name}" conference
|
|
|
|
of the "${community.name}" community on the Venice community system.
|
|
|
|
--------------------------------------------------------------------------
|
2002-01-06 19:05:37 -07:00
|
|
|
]]></mail-post-top>
|
2001-11-28 21:55:48 -07:00
|
|
|
|
|
|
|
<!-- Template used for E-mailing posts to users (bottom half of E-mail) -->
|
|
|
|
<!-- Parameters: message.poster, topic.name, topic.locator, conference.name, community.name -->
|
2002-01-06 19:05:37 -07:00
|
|
|
<mail-post-bottom><![CDATA[
|
2001-11-28 21:55:48 -07:00
|
|
|
--------------------------------------------------------------------------
|
|
|
|
Join the ongoing discussion at:
|
|
|
|
http://delenn/venice/go/${topic.locator}
|
|
|
|
|
|
|
|
To stop receiving new posts in this topic by E-mail, visit the above URL,
|
|
|
|
click the "Manage" button, and click the "Stop Subscribing To This Topic" link.
|
2002-01-06 19:05:37 -07:00
|
|
|
]]></mail-post-bottom>
|
2001-11-28 21:55:48 -07:00
|
|
|
|
|
|
|
<!-- Subject line for posts that are E-mailed to users -->
|
|
|
|
<!-- Parameters: message.poster, topic.name, topic.locator, conference.name, community.name -->
|
|
|
|
<subj-mail-post>New Post in ${topic.name}</subj-mail-post>
|
|
|
|
|
2001-12-04 13:50:04 -07:00
|
|
|
<!-- Mass mail notification reminder for communities -->
|
|
|
|
<!-- Parameters: community.name -->
|
|
|
|
<mass-community-notice><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
You are receiving this message because you are a member of the Venice
|
|
|
|
community "${community.name}". The sender is a host of this community.
|
|
|
|
To stop receiving mass E-mailed notices from all Venice community and
|
|
|
|
conference hosts, visit Venice, click on the "Profile" link, check the box
|
|
|
|
labeled "Don't send me mass E-mail from community/conference hosts," and
|
|
|
|
click Update to save this preference.
|
2001-12-04 13:50:04 -07:00
|
|
|
]]></mass-community-notice>
|
|
|
|
|
|
|
|
<!-- Mass mail notification reminder for conference posters -->
|
|
|
|
<!-- Parameters: community.name, conference.name -->
|
|
|
|
<mass-conference-notice-poster><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
You are receiving this message because you are a participant in the
|
|
|
|
"${conference.name}" conference in the Venice community "${community.name}".
|
|
|
|
The sender is a host of this conference. To stop receiving mass E-mailed
|
|
|
|
notices from all Venice community and conference hosts, visit Venice, click
|
|
|
|
on the "Profile" link, check the box labeled "Don't send me mass E-mail from
|
|
|
|
community/conference hosts," and click Update to save this preference.
|
2001-12-04 13:50:04 -07:00
|
|
|
]]></mass-conference-notice-poster>
|
|
|
|
|
|
|
|
<!-- Mass mail notification reminder for conference readers -->
|
|
|
|
<!-- Parameters: community.name, conference.name -->
|
|
|
|
<mass-conference-notice-reader><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
You are receiving this message because you are a reader of the
|
|
|
|
"${conference.name}" conference in the Venice community "${community.name}".
|
|
|
|
The sender is a host of this conference. To stop receiving mass E-mailed
|
|
|
|
notices from all Venice community and conference hosts, visit Venice, click
|
|
|
|
on the "Profile" link, check the box labeled "Don't send me mass E-mail from
|
|
|
|
community/conference hosts," and click Update to save this preference.
|
2001-12-04 13:50:04 -07:00
|
|
|
]]></mass-conference-notice-reader>
|
|
|
|
|
|
|
|
<!-- Mass mail notification reminder for topic posters -->
|
|
|
|
<!-- Parameters: community.name, conference.name, topic.name -->
|
|
|
|
<mass-topic-notice-poster><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
You are receiving this message because you are a participant in the
|
|
|
|
"${topic.name}" topic in the "${conference.name}" conference in the Venice
|
|
|
|
community "${community.name}". The sender is a host of the
|
|
|
|
"${conference.name}" conference. To stop receiving mass E-mailed notices
|
|
|
|
from all Venice community and conference hosts, visit Venice, click on the
|
|
|
|
"Profile" link, check the box labeled "Don't send me mass E-mail from
|
|
|
|
community/conference hosts," and click Update to save this preference.
|
2001-12-04 13:50:04 -07:00
|
|
|
]]></mass-topic-notice-poster>
|
|
|
|
|
|
|
|
<!-- Mass mail notification reminder for topic readers -->
|
|
|
|
<!-- Parameters: community.name, conference.name, topic.name -->
|
|
|
|
<mass-topic-notice-reader><![CDATA[
|
2002-01-26 00:14:33 -07:00
|
|
|
You are receiving this message because you are a reader of the "${topic.name}"
|
|
|
|
topic in the "${conference.name}" conference in the Venice community
|
|
|
|
"${community.name}". The sender is a host of the "${conference.name}"
|
|
|
|
conference. To stop receiving mass E-mailed notices from all Venice
|
|
|
|
community and conference hosts, visit Venice, click on the "Profile" link,
|
|
|
|
check the box labeled "Don't send me mass E-mail from community/conference
|
|
|
|
hosts," and click Update to save this preference.
|
2001-12-04 13:50:04 -07:00
|
|
|
]]></mass-topic-notice-reader>
|
|
|
|
|
2001-01-31 13:48:40 -07:00
|
|
|
</messages>
|
|
|
|
|
|
|
|
</venice-config>
|