git-svn-id: https://samskivert.googlecode.com/svn/trunk@1317 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1 +1,2 @@
|
||||
repository.properties
|
||||
user.properties
|
||||
|
||||
@@ -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
|
||||
|
||||
#
|
||||
|
||||
@@ -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_
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user