50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<?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.
|
|
|
|
The Original Code is the Venice Web Community System.
|
|
|
|
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
|
|
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
|
Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
-->
|
|
<render-config>
|
|
|
|
<!-- The name of the site; included in the HTML title of the page. -->
|
|
<site-name>Venice Test</site-name>
|
|
|
|
<!-- Used to specify general rendering parameters -->
|
|
<rendering>
|
|
<!-- If this is specified, servlets will include HTML comments in their output. -->
|
|
<html-comments/>
|
|
|
|
<!-- If this is specified, pages will be transfer-encoded in GZIP if the browser
|
|
allows it. -->
|
|
<!-- <gzip-output/> -->
|
|
|
|
<!-- Specifies the default <FONT FACE=""> to use for all text. -->
|
|
<font>Arial, Helvetica</font>
|
|
|
|
</rendering>
|
|
|
|
<!-- Used to configure URL paths to various global resources. -->
|
|
<paths>
|
|
<!-- Base URL for all servlets on this server. MUST include the trailing slash. -->
|
|
<base>http://delenn:8080/venice/</base>
|
|
|
|
<!-- Base URL for all images loaded by the server code. MUST include the trailing slash. -->
|
|
<image>http://delenn:8080/venice/images/</image>
|
|
|
|
<!-- The fully-qualified URL to the site logo. The image should be 140x80 pixels. -->
|
|
<site-logo>http://delenn:8080/venice/images/powered-by-venice.gif</site-logo>
|
|
</paths>
|
|
|
|
</render-config> |