mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
completed, prettyfied template
This commit is contained in:
parent
8b6631da6a
commit
ddce7c9c69
|
@ -1,23 +1,28 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<site>
|
<site>
|
||||||
<!-- siteName: Name of site used in the page titles. Default: SeedDMS
|
<!--
|
||||||
|
- siteName: Name of site used in the page titles. Default: SeedDMS
|
||||||
- footNote: Message to display at the bottom of every page
|
- footNote: Message to display at the bottom of every page
|
||||||
- printDisclaimer: if true the disclaimer message the lang.inc files will be print on the bottom of the page
|
- printDisclaimer: if true the disclaimer message the lang.inc files will be print on the bottom of the page
|
||||||
- language: default language (name of a subfolder in folder "languages")
|
- language: default language (name of a subfolder in folder "languages")
|
||||||
- theme: default style (name of a subfolder in folder "styles")
|
- theme: default style (name of a subfolder in folder "styles")
|
||||||
|
- previewWidthList: Preview image width in folder list
|
||||||
|
- previewWidthDetail: Preview image width in document view
|
||||||
-->
|
-->
|
||||||
<display
|
<display
|
||||||
siteName = "SeedDMS"
|
siteName = "SeedDMS"
|
||||||
footNote = "SeedDMS free document management system - www.seeddms.org"
|
footNote = "SeedDMS free document management system - www.seeddms.org"
|
||||||
printDisclaimer="true"
|
printDisclaimer = "true"
|
||||||
language = "en_GB"
|
language = "en_GB"
|
||||||
theme = "bootstrap"
|
theme = "bootstrap"
|
||||||
>
|
previewWidthList = "40"
|
||||||
</display>
|
previewWidthDetail = "100"
|
||||||
<!-- strictFormCheck: Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status.
|
/>
|
||||||
|
<!--
|
||||||
|
- strictFormCheck: Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status.
|
||||||
- viewOnlineFileTypes: files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)
|
- viewOnlineFileTypes: files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)
|
||||||
- enableConverting: enable/disable converting of files
|
- enableConverting: enable/disable converting of files XXX
|
||||||
- enableEmail: enable/disable automatic email notification
|
- enableEmail: enable/disable automatic email notification
|
||||||
- enableUsersView: enable/disable group and user view for all users
|
- enableUsersView: enable/disable group and user view for all users
|
||||||
- enableFullSearch: false to don't use fulltext search
|
- enableFullSearch: false to don't use fulltext search
|
||||||
|
@ -26,15 +31,21 @@
|
||||||
- enableFolderTree: false to don't show the folder tree
|
- enableFolderTree: false to don't show the folder tree
|
||||||
- expandFolderTree: 0 to start with tree hidden
|
- expandFolderTree: 0 to start with tree hidden
|
||||||
- 1 to start with tree shown and first level expanded
|
- 1 to start with tree shown and first level expanded
|
||||||
- 2 to start with tree shown fully expanded
|
- 2 to start with tree shown fully expanded
|
||||||
- stopWordsFile: path to stop word file for indexer
|
- stopWordsFile: path to stop word file for indexer
|
||||||
- sortUsersInList: how to sort users in lists ('fullname' or '' (default))
|
- sortUsersInList: how to sort users in lists ('fullname' or '' (default))
|
||||||
-->
|
- enableDropUpload: XXX
|
||||||
|
- enableRecursiveCount: XXX
|
||||||
|
- maxRecursiveCount: XXX
|
||||||
|
- enableThemeSelector: XXX
|
||||||
|
- fullSearchEngine: Either "lucene" or "sqlitefts"
|
||||||
|
- sortFoldersDefault: XXX
|
||||||
|
-->
|
||||||
<edition
|
<edition
|
||||||
strictFormCheck = "false"
|
strictFormCheck = "false"
|
||||||
viewOnlineFileTypes = ".txt;.text;.html;.htm;.pdf;.gif;.png;.jpg;.jpeg;.mp4"
|
viewOnlineFileTypes = ".txt;.text;.html;.htm;.xml;.pdf;.gif;.png;.jpg;.jpeg;.mp4"
|
||||||
enableConverting = "true"
|
enableConverting = "true"
|
||||||
enableEmail = "true"
|
enableEmail = "true"
|
||||||
enableUsersView = "true"
|
enableUsersView = "true"
|
||||||
enableFullSearch = "false"
|
enableFullSearch = "false"
|
||||||
enableClipboard = "false"
|
enableClipboard = "false"
|
||||||
|
@ -43,26 +54,31 @@
|
||||||
enableLanguageSelector = "true"
|
enableLanguageSelector = "true"
|
||||||
stopWordsFile = ""
|
stopWordsFile = ""
|
||||||
sortUsersInList = ""
|
sortUsersInList = ""
|
||||||
>
|
enableDropUpload = "false"
|
||||||
</edition>
|
enableRecursiveCount = "false"
|
||||||
<!-- enableCalendar: enable/disable calendar
|
maxRecursiveCount = "0"
|
||||||
|
enableThemeSelector = "false"
|
||||||
|
fullSearchEngine = "lucene"
|
||||||
|
sortFoldersDefault = "u"
|
||||||
|
/>
|
||||||
|
<!--
|
||||||
|
- enableCalendar: enable/disable calendar
|
||||||
- calendarDefaultView: calendar default view ("w" for week,"m" for month,"y" for year)
|
- calendarDefaultView: calendar default view ("w" for week,"m" for month,"y" for year)
|
||||||
- firstDayOfWeek: first day of the week (0=sunday, 6=saturday)
|
- firstDayOfWeek: first day of the week (0=sunday, 6=saturday)
|
||||||
-->
|
-->
|
||||||
<calendar
|
<calendar
|
||||||
enableCalendar = "true"
|
enableCalendar = "true"
|
||||||
calendarDefaultView = "y"
|
calendarDefaultView = "y"
|
||||||
firstDayOfWeek = "0"
|
firstDayOfWeek = "0"
|
||||||
>
|
/>
|
||||||
</calendar>
|
|
||||||
</site>
|
</site>
|
||||||
|
|
||||||
<system>
|
<system>
|
||||||
<!-- rootDir: Path to where SeedDMS is located
|
<!--
|
||||||
|
- rootDir: Path to where SeedDMS is located
|
||||||
- httpRoot: The relative path in the URL, after the domain part. Do not include the
|
- httpRoot: The relative path in the URL, after the domain part. Do not include the
|
||||||
- http:// prefix or the web host name. e.g. If the full URL is
|
- http:// prefix or the web host name. e.g. If the full URL is
|
||||||
- http://www.example.com/seeddms/, set $_httpRoot = "/seeddms/".
|
- http://www.example.com/seeddms/, set $_httpRoot = "/seeddms/".
|
||||||
- If the URL is http://www.example.com/, set $_httpRoot = "/".
|
- If the URL is http://www.example.com/, set $_httpRoot = "/".
|
||||||
- contentDir: Where the uploaded files are stored (best to choose a directory that
|
- contentDir: Where the uploaded files are stored (best to choose a directory that
|
||||||
- is not accessible through your web-server)
|
- is not accessible through your web-server)
|
||||||
- stagingDir: Where partial file uploads are saved
|
- stagingDir: Where partial file uploads are saved
|
||||||
|
@ -70,7 +86,7 @@
|
||||||
- logFileEnable: set false to disable log system
|
- logFileEnable: set false to disable log system
|
||||||
- logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)
|
- logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)
|
||||||
- enableLargeFileUpload: support for jumploader
|
- enableLargeFileUpload: support for jumploader
|
||||||
- partitionsize: size of chunk uploaded by jumploader
|
- partitionSize: size of chunk uploaded by jumploader
|
||||||
- dropFolderDir: where files for document upload are located
|
- dropFolderDir: where files for document upload are located
|
||||||
- cacheDir: where the preview images are saved
|
- cacheDir: where the preview images are saved
|
||||||
-->
|
-->
|
||||||
|
@ -86,23 +102,41 @@
|
||||||
partitionSize = "2000000"
|
partitionSize = "2000000"
|
||||||
dropFolderDir = ""
|
dropFolderDir = ""
|
||||||
cacheDir = ""
|
cacheDir = ""
|
||||||
>
|
/>
|
||||||
</server>
|
<!--
|
||||||
|
- enableGuestLogin: If you want anybody to login as guest, set the following line to true
|
||||||
<!-- enableGuestLogin: If you want anybody to login as guest, set the following line to true
|
|
||||||
- note: guest login should be used only in a trusted environment
|
- note: guest login should be used only in a trusted environment
|
||||||
- enablePasswordForgotten: Allow users to reset their password
|
- enablePasswordForgotten: Allow users to reset their password
|
||||||
- restricted: Restricted access: only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP).
|
- restricted: Restricted access: only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP).
|
||||||
- enableUserImage: enable users images
|
- enableUserImage: enable users images
|
||||||
- disableSelfEdit: if true user cannot edit his own profile
|
- disableSelfEdit: if true user cannot edit his own profile
|
||||||
-->
|
- passwordStrength: XXX
|
||||||
|
- passwordStrengthAlgorithm: XXX
|
||||||
|
- passwordExpiration: XXX
|
||||||
|
- passwordHistory: XXX
|
||||||
|
- loginFailure: XXX
|
||||||
|
- autoLoginUser: XXX
|
||||||
|
- quota: XXX
|
||||||
|
- undelUserIds: XXX
|
||||||
|
- encryptionKey: XXX
|
||||||
|
- cookieLifetime: XXX
|
||||||
|
-->
|
||||||
<authentication
|
<authentication
|
||||||
enableGuestLogin = "false"
|
enableGuestLogin = "false"
|
||||||
enablePasswordForgotten = "false"
|
enablePasswordForgotten = "false"
|
||||||
restricted = "true"
|
restricted = "true"
|
||||||
enableUserImage = "false"
|
enableUserImage = "false"
|
||||||
disableSelfEdit = "false"
|
disableSelfEdit = "false"
|
||||||
>
|
passwordStrength = "0"
|
||||||
|
passwordStrengthAlgorithm = "simple"
|
||||||
|
passwordExpiration = "0"
|
||||||
|
passwordHistory = "0"
|
||||||
|
loginFailure = "0"
|
||||||
|
autoLoginUser = "0"
|
||||||
|
quota = "0"
|
||||||
|
undelUserIds = ""
|
||||||
|
encryptionKey = "b8c75fa53c0c7a18a84adb6ca815bd94"
|
||||||
|
cookieLifetime = "0">
|
||||||
<connectors>
|
<connectors>
|
||||||
<!-- ***** CONNECTOR LDAP *****
|
<!-- ***** CONNECTOR LDAP *****
|
||||||
- enable: enable/disable connector
|
- enable: enable/disable connector
|
||||||
|
@ -111,19 +145,20 @@
|
||||||
- URIs are supported, e.g.: ldaps://ldap.host.com
|
- URIs are supported, e.g.: ldaps://ldap.host.com
|
||||||
- port: port of the authentification server
|
- port: port of the authentification server
|
||||||
- baseDN: top level of the LDAP directory tree
|
- baseDN: top level of the LDAP directory tree
|
||||||
|
- bindDN: XXX
|
||||||
|
- bindPw: XXX
|
||||||
- filter: Additional filters which are to be checked
|
- filter: Additional filters which are to be checked
|
||||||
-->
|
-->
|
||||||
<connector
|
<connector
|
||||||
enable = "false"
|
enable = "false"
|
||||||
type = "ldap"
|
type = "ldap"
|
||||||
host = "ldaps://ldap.host.com"
|
host = "ldaps://ldap.host.com"
|
||||||
port = "389"
|
port = "389"
|
||||||
baseDN = ""
|
baseDN = ""
|
||||||
bindDN=""
|
bindDN = ""
|
||||||
bindPw=""
|
bindPw = ""
|
||||||
filter=""
|
filter = ""
|
||||||
>
|
/>
|
||||||
</connector>
|
|
||||||
<!-- ***** CONNECTOR Microsoft Active Directory *****
|
<!-- ***** CONNECTOR Microsoft Active Directory *****
|
||||||
- enable: enable/disable connector
|
- enable: enable/disable connector
|
||||||
- type: type of connector ldap / AD
|
- type: type of connector ldap / AD
|
||||||
|
@ -131,7 +166,9 @@
|
||||||
- port: port of the authentification server
|
- port: port of the authentification server
|
||||||
- baseDN: top level of the LDAP directory tree
|
- baseDN: top level of the LDAP directory tree
|
||||||
- accountDomainName: sample: example.com
|
- accountDomainName: sample: example.com
|
||||||
-->
|
- bindDN: XXX
|
||||||
|
- bindPw: XXX
|
||||||
|
-->
|
||||||
<connector
|
<connector
|
||||||
enable = "false"
|
enable = "false"
|
||||||
type = "AD"
|
type = "AD"
|
||||||
|
@ -139,19 +176,20 @@
|
||||||
port = "389"
|
port = "389"
|
||||||
baseDN = ""
|
baseDN = ""
|
||||||
accountDomainName = "example.com"
|
accountDomainName = "example.com"
|
||||||
bindDN=""
|
bindDN = ""
|
||||||
bindPw=""
|
bindPw = ""
|
||||||
>
|
/>
|
||||||
</connector>
|
|
||||||
</connectors>
|
</connectors>
|
||||||
</authentication>
|
</authentication>
|
||||||
<!-- ADOdbPath: Path to adodb. This is the directory containing the adodb directory
|
<!--
|
||||||
|
- ADOdbPath: Path to adodb. This is the directory containing the adodb directory
|
||||||
- dbDriver: DB-Driver used by adodb (see adodb-readme)
|
- dbDriver: DB-Driver used by adodb (see adodb-readme)
|
||||||
- dbHostname: DB-Server
|
- dbHostname: DB-Server
|
||||||
- dbDatabase: database where the tables for seeddms are stored (optional - see adodb-readme)
|
- dbDatabase: database where the tables for seeddms are stored (optional - see adodb-readme)
|
||||||
- dbUser: username for database-access
|
- dbUser: username for database-access
|
||||||
- dbPass: password for database-access
|
- dbPass: password for database-access
|
||||||
-->
|
- doNotCheckVersion: Whether or not to check the database schema for its correct version.
|
||||||
|
-->
|
||||||
<database
|
<database
|
||||||
ADOdbPath = ""
|
ADOdbPath = ""
|
||||||
dbDriver = "_DBC_DBTYPE_"
|
dbDriver = "_DBC_DBTYPE_"
|
||||||
|
@ -159,48 +197,56 @@
|
||||||
dbDatabase = "_DBC_DBNAME_"
|
dbDatabase = "_DBC_DBNAME_"
|
||||||
dbUser = "_DBC_DBUSER_"
|
dbUser = "_DBC_DBUSER_"
|
||||||
dbPass = "_DBC_DBPASS_"
|
dbPass = "_DBC_DBPASS_"
|
||||||
>
|
doNotCheckVersion = "false"
|
||||||
</database>
|
/>
|
||||||
<!-- smtpServer: SMTP Server hostname
|
<!--
|
||||||
|
- smtpServer: SMTP Server hostname
|
||||||
- smtpPort: SMTP Server port
|
- smtpPort: SMTP Server port
|
||||||
- smtpSendFrom: Send from
|
- smtpSendFrom: Send from
|
||||||
-->
|
- smtpUser: XXX
|
||||||
<smtp
|
- smtpPassword: XXX
|
||||||
smtpServer = "localhost"
|
-->
|
||||||
smtpPort = "25"
|
<smtp
|
||||||
|
smtpServer = "localhost"
|
||||||
|
smtpPort = "25"
|
||||||
smtpSendFrom = "seeddms@localhost"
|
smtpSendFrom = "seeddms@localhost"
|
||||||
/>
|
smtpUser = ""
|
||||||
|
smtpPassword = ""
|
||||||
|
/>
|
||||||
</system>
|
</system>
|
||||||
|
|
||||||
|
|
||||||
<advanced>
|
<advanced>
|
||||||
<!-- siteDefaultPage: Default page on login. Defaults to out/out.ViewFolder.php
|
<!--
|
||||||
|
-siteDefaultPage: Default page on login. Defaults to out/out.ViewFolder.php
|
||||||
- rootFolderID: ID of root-folder (mostly no need to change)
|
- rootFolderID: ID of root-folder (mostly no need to change)
|
||||||
- titleDisplayHack: Workaround for page titles that go over more than 2 lines.
|
- titleDisplayHack: Workaround for page titles that go over more than 2 lines.
|
||||||
-->
|
- showMissingTranslations: XXX
|
||||||
|
-->
|
||||||
<display
|
<display
|
||||||
siteDefaultPage =""
|
siteDefaultPage = ""
|
||||||
rootFolderID = "1"
|
rootFolderID = "1"
|
||||||
titleDisplayHack = "true"
|
titleDisplayHack = "true"
|
||||||
|
showMissingTranslations = "false"
|
||||||
>
|
/>
|
||||||
</display>
|
<!--
|
||||||
<!-- guestID: ID of guest-user used when logged in as guest (mostly no need to change)
|
- guestID: ID of guest-user used when logged in as guest (mostly no need to change)
|
||||||
- adminIP: if enabled admin can login only by specified IP addres, leave empty to avoid the control
|
- adminIP: if enabled admin can login only by specified IP addres, leave empty to avoid the control
|
||||||
- NOTE: works only with local autentication (no LDAP)
|
- NOTE: works only with local autentication (no LDAP)
|
||||||
-->
|
-->
|
||||||
<authentication
|
<authentication
|
||||||
guestID = "2"
|
guestID = "2"
|
||||||
adminIP = ""
|
adminIP = ""
|
||||||
>
|
/>
|
||||||
</authentication>
|
|
||||||
<!-- enableAdminRevApp: false to don't list administrator as reviewer/approver
|
<!-- enableAdminRevApp: false to don't list administrator as reviewer/approver
|
||||||
- versioningFileName: the name of the versioning info file created by the backup tool
|
- versioningFileName: the name of the versioning info file created by the backup tool
|
||||||
- workflowMode: 'traditional' or 'advanced'
|
- workflowMode: 'traditional' or 'advanced'
|
||||||
- enableVersionDeletion: allow to delete versions after approval
|
- enableVersionDeletion: allow to delete versions after approval
|
||||||
- enableVersionModification: allow to modify versions after approval
|
- enableVersionModification: allow to modify versions after approval
|
||||||
- enableDuplicateDocNames: allow duplicate names in a folder
|
- enableDuplicateDocNames: allow duplicate names in a folder
|
||||||
-->
|
- enableOwnerRevApp: XXX
|
||||||
|
- enableSelfRevApp: XXX
|
||||||
|
- presetExpirationDate: XXX
|
||||||
|
- overrideMimeType: XXX
|
||||||
|
-->
|
||||||
<edition
|
<edition
|
||||||
enableAdminRevApp = "false"
|
enableAdminRevApp = "false"
|
||||||
versioningFileName = "versioning_info.txt"
|
versioningFileName = "versioning_info.txt"
|
||||||
|
@ -208,17 +254,24 @@
|
||||||
enableVersionDeletion = "true"
|
enableVersionDeletion = "true"
|
||||||
enableVersionModification = "true"
|
enableVersionModification = "true"
|
||||||
enableDuplicateDocNames = "true"
|
enableDuplicateDocNames = "true"
|
||||||
>
|
enableOwnerRevApp = "false"
|
||||||
</edition>
|
enableSelfRevApp = "false"
|
||||||
<!-- coreDir: Path to SeedDMS_Core (optional)
|
presetExpirationDate = ""
|
||||||
|
overrideMimeType = "false"
|
||||||
|
/>
|
||||||
|
<!--
|
||||||
|
- coreDir: Path to SeedDMS_Core (optional)
|
||||||
- luceneClassDir: Path to SeedDMS_Lucene (optional)
|
- luceneClassDir: Path to SeedDMS_Lucene (optional)
|
||||||
- contentOffsetDir: To work around limitations in the underlying file system, a new
|
- contentOffsetDir: To work around limitations in the underlying file system, a new
|
||||||
- directory structure has been devised that exists within the content
|
- directory structure has been devised that exists within the content
|
||||||
- directory ($_contentDir). This requires a base directory from which
|
- directory ($_contentDir). This requires a base directory from which
|
||||||
- to begin. Usually leave this to the default setting, 1048576, but can
|
- to begin. Usually leave this to the default setting, 1048576, but can
|
||||||
- be any number or string that does not already exist within $_contentDir.
|
- be any number or string that does not already exist within $_contentDir.
|
||||||
- maxDirID: Maximum number of sub-directories per parent directory. Default: 32700.
|
- maxDirID: Maximum number of sub-directories per parent directory. Default: 32700.
|
||||||
- updateNotifyTime: users are notified about document-changes that took place within the last "updateNotifyTime" seconds
|
- updateNotifyTime: users are notified about document-changes that took place within the last "updateNotifyTime" seconds
|
||||||
|
- extraPath: XXX
|
||||||
|
- maxExecutionTime: XXX
|
||||||
|
- cmdTimeout: XXX
|
||||||
-->
|
-->
|
||||||
<server
|
<server
|
||||||
coreDir = ""
|
coreDir = ""
|
||||||
|
@ -226,9 +279,20 @@
|
||||||
contentOffsetDir = "1048576"
|
contentOffsetDir = "1048576"
|
||||||
maxDirID = "0"
|
maxDirID = "0"
|
||||||
updateNotifyTime = "86400"
|
updateNotifyTime = "86400"
|
||||||
>
|
extraPath = ""
|
||||||
</server>
|
maxExecutionTime = "30"
|
||||||
|
cmdTimeout = "1"
|
||||||
|
/>
|
||||||
|
<!--
|
||||||
|
- enableNotificationAppRev: XXX
|
||||||
|
- enableOwnerNotification: XXX
|
||||||
|
- enableNotificationWorkflow: XXX
|
||||||
|
-->
|
||||||
|
<notification
|
||||||
|
enableNotificationAppRev = "true"
|
||||||
|
enableOwnerNotification = "false"
|
||||||
|
enableNotificationWorkflow = "false"
|
||||||
|
/>
|
||||||
</advanced>
|
</advanced>
|
||||||
|
<extensions/>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user