git-svn-id: https://samskivert.googlecode.com/svn/trunk@1317 6335cc39-0255-0410-8fd6-9bcaacd3b74c

This commit is contained in:
mdb
2003-11-15 22:55:32 +00:00
parent c8d6a29c89
commit 5202d2a61e
13 changed files with 507 additions and 134 deletions
+1
View File
@@ -1 +1,2 @@
repository.properties
user.properties
+4 -2
View File
@@ -1,6 +1,6 @@
# -*- mode: makefile -*-
#
# $Id: messages.properties,v 1.4 2003/01/23 21:22:56 mdb Exp $
# $Id: messages.properties,v 1.5 2003/11/15 22:55:32 mdb Exp $
#
# Translation messages for Two Due application
@@ -20,7 +20,9 @@ header.title={0}
#
# app_footer.wm
app_footer.summary_link=Task Summary
app_footer.summary_link=Task status
app_footer.tasks_link=By priority
app_footer.bycategory_link=By category
app_footer.account_link=Login/out
#
+15
View File
@@ -0,0 +1,15 @@
#
# $Id: user.properties.dist,v 1.1 2003/11/15 22:55:32 mdb Exp $
#
# Configuration parameters for the Two Due web appication
#
# These are standard configurations that you probably don't want to change
login_url = /register/login.wm?from=%R
access_denied_url = access_denied.wm
#
# The name of the auth cookie
auth_cookie.name = id_
+1 -1
View File
@@ -26,7 +26,7 @@
</init-param>
<init-param>
<param-name>site_jar_path</param-name>
<param-value>/usr/share/java/webapps/site-data</param-value>
<param-value>/export/threerings/webapps/site-data</param-value>
</init-param>
<init-param>
<param-name>site_messages_path</param-name>