You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/11/22 08:55:47 UTC

svn commit: r348122 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties

Author: taylor
Date: Mon Nov 21 23:55:46 2005
New Revision: 348122

URL: http://svn.apache.org/viewcvs?rev=348122&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-412

Portal Administrator default properties (if not overriden by admin portlets)

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties?rev=348122&r1=348121&r2=348122&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties Mon Nov 21 23:55:46 2005
@@ -134,3 +134,57 @@
 #-------------------------------------------------------------------------
 assembly.dir=/WEB-INF/assembly
 assembly.extension=.xml
+
+#-------------------------------------------------------------------------
+# E M A I L
+#-------------------------------------------------------------------------
+# email of the system administrator
+email.admin = someemailaddress@somecompanyororganization.comororgornet
+# email of the system manager
+email.manager = someemailaddress@somecompanyororganization.comororgornet
+# email user info attribute (non standard)
+email.userinfo.attribute = user.email
+
+#-------------------------------------------------------------------------
+# L A Y O U T
+#-------------------------------------------------------------------------
+# the default page layout if none is specified
+layout.page.default = jetspeed-layouts::VelocityTwoColumns
+
+#-------------------------------------------------------------------------
+# D E C O R A T O R S
+#-------------------------------------------------------------------------
+# default page decorator if none specified
+decorator.page.default = tigris
+# default portlet decorator if none specified
+decorator.portlet.default = tigris
+
+#-------------------------------------------------------------------------
+# P S M L
+#-------------------------------------------------------------------------
+# default page name (currently handled by PM)
+psml.page.default = default-page.psml    
+# PSML Folder Template to copy during new user creation and registration
+psml.template.folder = /_user/template/
+
+#-------------------------------------------------------------------------
+# P R O F I L E R
+#-------------------------------------------------------------------------
+# default profiling rule names assigned to a new user
+profiler.rule.names.default = page
+# default profiling rule values assigned to a new user
+profiler.rule.values.default = j2 
+    
+#-------------------------------------------------------------------------
+# R E G I S T R A T I O N
+#-------------------------------------------------------------------------
+# PSML Folder Template to copy during new user creation and registration
+# comma separated list
+registration.roles.default = user
+
+# Registration default groups assigned during registration or new user creation
+# comma separated list    
+registration.groups.default = 
+# Registration default profiling rules assigned during registration or new user creation
+# comma separated list
+registration.rules.default = 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org