]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MainUI/README
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1153 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MainUI / README
index 36c80043356b3a02844bef2b7ba8dad0b4e2f31d..7f334008f5ca93d6f3813ad84d3645fde7933802 100644 (file)
@@ -1,68 +1,4 @@
-SOGo
-====
+MainUI
+======
 
-Master Daemon, loads the functionality from product bundles in Library/SOGo.
-
-Setup
-=====
-
-  Defaults write sogod NGBundlePath '"$HOME/Library/SOGo"'
-  => otherwise some bundles will clash with "fat" OGo
-  => the UIx .wox driver must be found
-
-Defaults
-========
-
-  SOGoDefaultLanguage - string - currently used for selecting the language of
-  the mail templates. Default is "French".
-
-  SOGoCrashOnSessionCreate - bool - crash the server if a session is created
-  => useful for debugging
-
-  SOGoEnableDoubleReleaseCheck - bool - call
-  +[NSAutoreleasePool enableDoubleReleaseCheck:YES] upon start
-  => useful for debugging
-
-SOGoInternetDetectQualifier
-- an EOQualifier to detect whether a set of HTTP headers is from the outside,
-  eg: "NOT (minequprovenance = 'intranet')"
-      -SOGoInternetDetectQualifier '"NOT (minequprovenance = \"intranet\")"'
-  Note: all header field names are lowercase
-  Testing: -SOGoInternetDetectQualifier '"host = \"agenor.opengroupware.org\""'
-
-AgenorProfileURL - URL
-- configure database location of the user profile
-  eg: http://postgres:@agenor-db:5432/test/sogo_user_profile
-
-SOGoDoNotRedirectRootPage - YES|NO
-- do not redirect to home-folder for authenticated users but show the
-  root page (with the login name)
-
-What it does
-============
-- provides locale support
-- preloads the SOGo products (SOGoProductLoader)
-- provides the root object (the application object with user lookup)
-- sets the authenticator
-- does some process limits and restart support
-
-Apache Setup
-============
-
-  AliasMatch /SOGoHH/so/ControlPanel/Products/(.*)/Resources/(.*) \
-             /home/helge/GNUstep/Library/SOGo-0.9/$1.SOGo/Resources/$2
-
-  <LocationMatch "^/SOGoHH*">
-    AuthName "Agenor LDAP"
-    AuthType Basic
-    AuthLDAPEnabled on
-    AuthLDAPUrl ldap://agenor-ldap:389/ou=organisation,dc=equipement,dc=gouv,dc=fr??sub?(&(objectClass=person)(uid=*))
-    require valid-user
-
-    SetHandler ngobjweb-adaptor
-    SetAppPort 9000
-  </LocationMatch>
-
-  <LocationMatch "^/SOGoHH/so/ControlPanel/Products/.*UI/Resources/.*(\.png$|\.gif$|\.css$|\.js$)">
-    SetHandler default-handler
-  </LocationMatch>
+TODO: document