quintonm    2003/01/05 18:14:19

  Modified:    conf     TurbineResources.properties
               conf/master TurbineResources.master
  Log:
  Added better description for homepage and login settings.
  
  Revision  Changes    Path
  1.25      +10 -6     jakarta-turbine-2/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/TurbineResources.properties,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- TurbineResources.properties       6 Jan 2003 02:07:15 -0000       1.24
  +++ TurbineResources.properties       6 Jan 2003 02:14:18 -0000       1.25
  @@ -106,15 +106,18 @@
   # -------------------------------------------------------------------
   
   # Used to set the template homepage if you are using a template
  -# layout.
  +# layout.  This is the template that will be displayed to the user
  +# when no specific template is requested.  This is normally executed
  +# as the first template the user sees when they access the system.
   #
   # Default: Index.vm
   
   template.homepage=Index.vm
   
   # This is the default screen to show to people when they first access
  -# the system. Specify one of the template screens such as VelocityScreen
  -# to use a template system.
  +# the system.  This is only used if there is no value for 
  +# template.homepage.  This is for use when you are not using a 
  +# templating system such as Velocity or JSP.  
   #
   # Default: Login
   
  @@ -129,8 +132,9 @@
   template.login=Login.vm
   
   # This is the page that is shown on an incorrect login attempt.  It is
  -# referenced in the LoginUser action. Note that it will only be used if
  -# a login template has not been specified (see template.login above).
  +# referenced in the LoginUser action. This is only used if there is no value 
  +# for template.login.  This is for use when you are not using a 
  +# templating system such as Velocity or JSP.  
   #
   # Default: Login
   
  
  
  
  1.24      +10 -6     jakarta-turbine-2/conf/master/TurbineResources.master
  
  Index: TurbineResources.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/master/TurbineResources.master,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- TurbineResources.master   6 Jan 2003 02:07:15 -0000       1.23
  +++ TurbineResources.master   6 Jan 2003 02:14:19 -0000       1.24
  @@ -106,15 +106,18 @@
   # -------------------------------------------------------------------
   
   # Used to set the template homepage if you are using a template
  -# layout.
  +# layout.  This is the template that will be displayed to the user
  +# when no specific template is requested.  This is normally executed
  +# as the first template the user sees when they access the system.
   #
   # Default: Index.vm
   
   template.homepage=@TEMPLATE_HOMEPAGE@
   
   # This is the default screen to show to people when they first access
  -# the system. Specify one of the template screens such as VelocityScreen
  -# to use a template system.
  +# the system.  This is only used if there is no value for 
  +# template.homepage.  This is for use when you are not using a 
  +# templating system such as Velocity or JSP.  
   #
   # Default: Login
   
  @@ -129,8 +132,9 @@
   template.login=@TEMPLATE_LOGIN@
   
   # This is the page that is shown on an incorrect login attempt.  It is
  -# referenced in the LoginUser action. Note that it will only be used if
  -# a login template has not been specified (see template.login above).
  +# referenced in the LoginUser action. This is only used if there is no value 
  +# for template.login.  This is for use when you are not using a 
  +# templating system such as Velocity or JSP.  
   #
   # Default: Login
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to