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 2001/06/07 07:47:20 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf Flux.properties

taylor      01/06/06 22:47:20

  Added:       webapp/WEB-INF/conf Flux.properties
  Log:
  
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed/webapp/WEB-INF/conf/Flux.properties
  
  Index: Flux.properties
  ===================================================================
  # ------------------------------------------------------------------------
  # Security Properties
  # ------------------------------------------------------------------------
      
  flux.admin.role = turbine_root
  
  # these aren't used yet, but will probably be
  # useful. only the above property is used to
  # grant access.
  
  flux.perm.role.view = role_view
  flux.perm.role.modify = role_modify
  
  flux.perm.user.view = user_view
  flux.perm.user.modify = user_modify
  
  flux.perm.group.view = group_view
  flux.perm.group.modify = group_modify
  
  flux.perm.permission.view = permission_view
  flux.perm.permission.modify = permission_modify
  
  # ------------------------------------------------------------------------
  # Mode Properties
  # ------------------------------------------------------------------------
  # Flux can work in stand-alone mode and in embedded mode.
  # ------------------------------------------------------------------------
  
  flux.mode = embedded
  
  # ------------------------------------------------------------------------
  # Embedded Properties
  # ------------------------------------------------------------------------
  
  flux.embedded.layout = /Default.vm
  flux.embedded.show.menu = false
  
  # ------------------------------------------------------------------------
  # Stand-Alone Properties
  # ------------------------------------------------------------------------
  
  flux.stand.alone.layout = /FluxDefault.vm
  
  # ------------------------------------------------------------------------
  # UI Properties
  # ------------------------------------------------------------------------
  
  flux.ui.show.finder = false
  
  
  

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