Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../seed
File: settings.xml
<?xml version="1.0" encoding="UTF-8"?>
[0] Fix | Delete
<configuration>
[1] Fix | Delete
<site>
[2] Fix | Delete
<!--
[3] Fix | Delete
- siteName: Name of site used in the page titles. Default: SeedDMS
[4] Fix | Delete
- footNote: Message to display at the bottom of every page
[5] Fix | Delete
- printDisclaimer: if true the disclaimer message the lang.inc files will be print on the bottom of the page
[6] Fix | Delete
- language: default language (name of a subfolder in folder "languages")
[7] Fix | Delete
- theme: default style (name of a subfolder in folder "styles")
[8] Fix | Delete
- previewWidthList: Preview image width in folder list
[9] Fix | Delete
- previewWidthDetail: Preview image width in document view
[10] Fix | Delete
-->
[11] Fix | Delete
<display siteName="[[site_name]]" footNote="SeedDMS free document management system - www.seeddms.org" printDisclaimer="true" language="en_GB" theme="bootstrap4" previewWidthList="40" previewWidthDetail="100" onePageMode="true" dateformat="" datetimeformat="" availablelanguages="" overrideTheme="false" previewWidthMenuList="40" previewWidthDropFolderList="100" showFullPreview="false" convertToPdf="false" maxItemsPerPage="0" incItemsPerPage="0" markdownComments="false"/>
[12] Fix | Delete
<!--
[13] Fix | Delete
- 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.
[14] Fix | Delete
- viewOnlineFileTypes: files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)
[15] Fix | Delete
- enableConverting: enable/disable converting of files (deprecated)
[16] Fix | Delete
- enableEmail: enable/disable automatic email notification
[17] Fix | Delete
- enableUsersView: enable/disable group and user view for all users
[18] Fix | Delete
- enableFullSearch: false to don't use fulltext search
[19] Fix | Delete
- enableLanguageSelector: false to don't show the language selector after login
[20] Fix | Delete
- enableClipboard: false to hide the clipboard
[21] Fix | Delete
- enableFolderTree: false to don't show the folder tree
[22] Fix | Delete
- expandFolderTree: 0 to start with tree hidden
[23] Fix | Delete
- 1 to start with tree shown and first level expanded
[24] Fix | Delete
- 2 to start with tree shown fully expanded
[25] Fix | Delete
- stopWordsFile: path to stop word file for indexer
[26] Fix | Delete
- sortUsersInList: how to sort users in lists ('fullname' or '' (default))
[27] Fix | Delete
- enableDropUpload: enable/disable uploading files by drag&drop
[28] Fix | Delete
- enableRecursiveCount: enable/disable counting docs and folder recursively
[29] Fix | Delete
- maxRecursiveCount: after this number of docs/folders precise counting will stop
[30] Fix | Delete
- enableThemeSelector: enable/disable the theme selector on the login page
[31] Fix | Delete
- fullSearchEngine: Either "lucene" or "sqlitefts"
[32] Fix | Delete
- sortFoldersDefault: how to sort forders by default. u=unsorted, s=sequence, n=name
[33] Fix | Delete
- defaultDocPosition: Default position for a new document. 'start', 'end', or ''
[34] Fix | Delete
- defaultFolderPosition: Default position for a new folder. 'start', 'end', or ''
[35] Fix | Delete
-->
[36] Fix | Delete
<edition strictFormCheck="false" viewOnlineFileTypes=".txt;.text;.html;.htm;.xml;.pdf;.gif;.png;.jpg;.jpeg;.mp4" enableConverting="true" enableEmail="true" enableUsersView="true" enableFullSearch="false" enableClipboard="false" enableFolderTree="true" expandFolderTree="1" enableLanguageSelector="true" stopWordsFile="" sortUsersInList="" enableDropUpload="false" enableRecursiveCount="false" maxRecursiveCount="0" enableThemeSelector="true" fullSearchEngine="sqlitefts" sortFoldersDefault="u" defaultDocPosition="end" defaultFolderPosition="end" inlineEditing="false" noDocumentFormFields="" noFolderFormFields="" editOnlineFileTypes="" enableSessionList="false" enableMenuTasks="false" tasksInMenu="" enableDropFolderList="false" enableMultiUpload="false" enableHelp="false" maxSizeForFullText="0" defaultSearchMethod="" showSingleSearchHit="false" libraryFolder="0" alwaysShowClipboard="false" enableMenuTransmittals="false" alwaysShowMenuTasks="false" daysPastDashboard="0" suggestTerms="" batchOperations=""/>
[37] Fix | Delete
<!--
[38] Fix | Delete
- enableCalendar: enable/disable calendar
[39] Fix | Delete
- calendarDefaultView: calendar default view ("w" for week,"m" for month,"y" for year)
[40] Fix | Delete
- firstDayOfWeek: first day of the week (0=sunday, 6=saturday)
[41] Fix | Delete
-->
[42] Fix | Delete
<calendar enableCalendar="true" calendarDefaultView="y" firstDayOfWeek="0"/>
[43] Fix | Delete
<webdav enableWebdavReplaceDoc="true"/>
[44] Fix | Delete
<extensionmgr enableExtensionDownload="true" enableExtensionImport="true" enableExtensionImportFromRepository="true"/></site>
[45] Fix | Delete
<system>
[46] Fix | Delete
<!--
[47] Fix | Delete
- rootDir: Path to where SeedDMS is located
[48] Fix | Delete
- httpRoot: The relative path in the URL, after the domain part. Do not include the
[49] Fix | Delete
- http:// prefix or the web host name. e.g. If the full URL is
[50] Fix | Delete
- http://www.example.com/seeddms/, set $_httpRoot = "/seeddms/".
[51] Fix | Delete
- If the URL is http://www.example.com/, set $_httpRoot = "/".
[52] Fix | Delete
- contentDir: Where the uploaded files are stored (best to choose a directory that
[53] Fix | Delete
- is not accessible through your web-server)
[54] Fix | Delete
- stagingDir: Where partial file uploads are saved
[55] Fix | Delete
- luceneDir: Where the lucene fulltext index iѕ saved
[56] Fix | Delete
- logFileEnable: set false to disable log system
[57] Fix | Delete
- logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)
[58] Fix | Delete
- enableLargeFileUpload: support for jumploader
[59] Fix | Delete
- partitionSize: size of chunk uploaded by jumploader
[60] Fix | Delete
- dropFolderDir: where files for document upload are located
[61] Fix | Delete
- cacheDir: where the preview images are saved
[62] Fix | Delete
- backupDir: where the backups are saved
[63] Fix | Delete
-->
[64] Fix | Delete
<server rootDir="[[softpath]]/www/" httpRoot="[[relativeurl]]/seeddms/" contentDir="[[softdatadir]]/data/" stagingDir="[[softdatadir]]/data/staging/" luceneDir="[[softdatadir]]/data/lucene/" logFileEnable="true" logFileRotation="d" enableLargeFileUpload="false" partitionSize="2000000" dropFolderDir="" cacheDir="[[softdatadir]]/data/cache/" backupDir="[[softdatadir]]/data/backup/" baseUrl="" checkOutDir="" createCheckOutDir="false" repositoryUrl="" proxyUrl="" proxyUser="" proxyPassword="" maxUploadSize="" enableXsendfile="false"/>
[65] Fix | Delete
<!--
[66] Fix | Delete
- enableGuestLogin: If you want anybody to login as guest, set the following line to true
[67] Fix | Delete
- note: guest login should be used only in a trusted environment
[68] Fix | Delete
- enablePasswordForgotten: Allow users to reset their password
[69] Fix | Delete
- restricted: Restricted access: only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP).
[70] Fix | Delete
- enableUserImage: enable users images
[71] Fix | Delete
- disableSelfEdit: if true user cannot edit his own profile
[72] Fix | Delete
- disableChangePassword: if true user cannot change the password
[73] Fix | Delete
- passwordStrength: minimum strength of password, set to 0 to disable
[74] Fix | Delete
- passwordStrengthAlgorithm: algorithm used to calculate password strenght (simple or advanced)
[75] Fix | Delete
- passwordExpiration: number of days after password expires
[76] Fix | Delete
- passwordHistory: number of remembered passwords
[77] Fix | Delete
- loginFailure: maximum allowed login failures before an account is disabled
[78] Fix | Delete
- autoLoginUser: id of user used if auto login is turned on
[79] Fix | Delete
- quota: maximum allowed space on disc for each user
[80] Fix | Delete
- undelUserIds: ids of users which cannot be deleted
[81] Fix | Delete
- encryptionKey: arbitrary string used for creating form tokens
[82] Fix | Delete
- cookieLifetime: lifetime of cookie in seconds, set to 0 for session cookies
[83] Fix | Delete
-->
[84] Fix | Delete
<authentication enableGuestLogin="false" enablePasswordForgotten="false" restricted="true" enableUserImage="false" disableSelfEdit="false" disableChangePassword="false" passwordStrength="0" passwordStrengthAlgorithm="simple" passwordExpiration="0" passwordHistory="0" loginFailure="0" autoLoginUser="0" quota="0" undelUserIds="" encryptionKey="b8c75fa53c0c7a18a84adb6ca815bd94" cookieLifetime="0" enableGuestAutoLogin="false" enable2FactorAuthentication="false" defaultAccessDocs="0" enableLoginByEmail="false">
[85] Fix | Delete
<connectors>
[86] Fix | Delete
<!-- ***** CONNECTOR LDAP *****
[87] Fix | Delete
- enable: enable/disable connector
[88] Fix | Delete
- type: type of connector ldap / AD
[89] Fix | Delete
- host: hostname of the authentification server
[90] Fix | Delete
- URIs are supported, e.g.: ldaps://ldap.host.com
[91] Fix | Delete
- port: port of the authentification server
[92] Fix | Delete
- baseDN: top level of the LDAP directory tree
[93] Fix | Delete
- bindDN: use this dn for a first step bind, leave empty for annonymous bind
[94] Fix | Delete
- bindPw: use this password for a first step bind
[95] Fix | Delete
- filter: Additional filters which are to be checked
[96] Fix | Delete
-->
[97] Fix | Delete
<connector enable="false" type="ldap" host="ldaps://ldap.host.com" port="389" baseDN="" bindDN="" bindPw="" filter="" groupField=""/>
[98] Fix | Delete
<!-- ***** CONNECTOR Microsoft Active Directory *****
[99] Fix | Delete
- enable: enable/disable connector
[100] Fix | Delete
- type: type of connector ldap / AD
[101] Fix | Delete
- host: hostname of the authentification server
[102] Fix | Delete
- port: port of the authentification server
[103] Fix | Delete
- baseDN: top level of the LDAP directory tree
[104] Fix | Delete
- bindDN: use this dn for a first step bind, leave empty for annonymous bind
[105] Fix | Delete
- bindPw: use this password for a first step bind
[106] Fix | Delete
- filter: Additional filters which are to be checked
[107] Fix | Delete
- accountDomainName: sample: example.com
[108] Fix | Delete
-->
[109] Fix | Delete
<connector enable="false" type="AD" host="ldap.example.com" port="389" baseDN="" accountDomainName="example.com" bindDN="" bindPw="" filter="" groupField=""/>
[110] Fix | Delete
</connectors>
[111] Fix | Delete
</authentication>
[112] Fix | Delete
<!--
[113] Fix | Delete
- dbDriver: DB-Driver used by adodb (see adodb-readme)
[114] Fix | Delete
- dbHostname: DB-Server
[115] Fix | Delete
- dbDatabase: database where the tables for seeddms are stored (optional - see adodb-readme)
[116] Fix | Delete
- dbUser: username for database-access
[117] Fix | Delete
- dbPass: password for database-access
[118] Fix | Delete
- doNotCheckVersion: Whether or not to check the database schema for its correct version.
[119] Fix | Delete
-->
[120] Fix | Delete
<database dbDriver="mysql" dbHostname="[[softdbhost]]" dbDatabase="[[softdb]]" dbUser="[[softdbuser]]" dbPass="[[softdbpass]]" doNotCheckVersion="false" doNotCheckDBVersion="false"/>
[121] Fix | Delete
<!--
[122] Fix | Delete
- smtpServer: SMTP Server hostname
[123] Fix | Delete
- smtpPort: SMTP Server port
[124] Fix | Delete
- smtpSendFrom: Send from
[125] Fix | Delete
- smtpUser: user name used for authenticating against smtp server
[126] Fix | Delete
- smtpPassword: password used for authenticating against smtp server
[127] Fix | Delete
-->
[128] Fix | Delete
<smtp smtpServer="localhost" smtpPort="25" smtpSendFrom="seeddms@localhost" smtpUser="" smtpPassword=""/>
[129] Fix | Delete
</system>
[130] Fix | Delete
<advanced>
[131] Fix | Delete
<!--
[132] Fix | Delete
-siteDefaultPage: Default page on login. Defaults to out/out.ViewFolder.php
[133] Fix | Delete
- rootFolderID: ID of root-folder (mostly no need to change)
[134] Fix | Delete
- showMissingTranslations: set true if missing translation shall be listed at end of page
[135] Fix | Delete
-->
[136] Fix | Delete
<display siteDefaultPage="" rootFolderID="1" showMissingTranslations="false" useHomeAsRootFolder="false"/>
[137] Fix | Delete
<!--
[138] Fix | Delete
- guestID: ID of guest-user used when logged in as guest (mostly no need to change)
[139] Fix | Delete
- adminIP: if enabled admin can login only by specified IP addres, leave empty to avoid the control
[140] Fix | Delete
- NOTE: works only with local autentication (no LDAP)
[141] Fix | Delete
-->
[142] Fix | Delete
<authentication guestID="2" adminIP="" apiKey="" apiUserId="0" apiOrigin=""/>
[143] Fix | Delete
<!-- enableAdminRevApp: false to don't list administrator as reviewer/approver
[144] Fix | Delete
- versioningFileName: the name of the versioning info file created by the backup tool
[145] Fix | Delete
- workflowMode: 'traditional' or 'advanced'
[146] Fix | Delete
- enableVersionDeletion: allow to delete versions after approval
[147] Fix | Delete
- enableVersionModification: allow to modify versions after approval
[148] Fix | Delete
- enableDuplicateDocNames: allow duplicate names in a folder
[149] Fix | Delete
- enableDuplicateSubFolderNames: allow duplicate names in a folder
[150] Fix | Delete
- enableOwnerRevApp: allow owner of a document to review and approve
[151] Fix | Delete
- enableSelfRevApp: allow the user current logged in to add herself as a reviewer or approver
[152] Fix | Delete
- presetExpirationDate: set to time period if each document shall expire
[153] Fix | Delete
- overrideMimeType: set to true if the mimetype of a document version is determined by the server
[154] Fix | Delete
-->
[155] Fix | Delete
<edition enableAdminRevApp="false" versioningFileName="versioning_info.txt" workflowMode="traditional" enableVersionDeletion="true" enableVersionModification="true" enableDuplicateDocNames="true" enableDuplicateSubFolderNames="true" enableOwnerRevApp="false" enableSelfRevApp="false" presetExpirationDate="" overrideMimeType="false" enableUpdateRevApp="false" enableRemoveRevApp="false" enableSelfReceipt="false" enableAdminReceipt="false" enableOwnerReceipt="false" enableUpdateReceipt="false" enableFilterReceipt="false" initialDocumentStatus="0" enableReceiptWorkflow="false" enableReceiptReject="false" enableRevisionWorkflow="false" enableRevisionOneVoteReject="false" allowReviewerOnly="false" allowChangeRevAppInProcess="false" enableCancelCheckout="false" advancedAcl="false" removeFromDropFolder="false" enableHiddenRevApp="false" addManagerAsReviewer="false" addManagerAsApprover="false" globalReviewer="" globalApprover="" globalGroupReviewer="" globalGroupApprover="" apiOrigin="" uploadedAttachmentIsPublic="false"/>
[156] Fix | Delete
<!--
[157] Fix | Delete
- coreDir: Path to SeedDMS_Core (optional)
[158] Fix | Delete
- luceneClassDir: Path to SeedDMS_Lucene (optional)
[159] Fix | Delete
- contentOffsetDir: To work around limitations in the underlying file system, a new
[160] Fix | Delete
- directory structure has been devised that exists within the content
[161] Fix | Delete
- directory ($_contentDir). This requires a base directory from which
[162] Fix | Delete
- to begin. Usually leave this to the default setting, 1048576, but can
[163] Fix | Delete
- be any number or string that does not already exist within $_contentDir.
[164] Fix | Delete
- maxDirID: Maximum number of sub-directories per parent directory. Default: 0.
[165] Fix | Delete
- updateNotifyTime: users are notified about document-changes that took place within the last "updateNotifyTime" seconds
[166] Fix | Delete
- extraPath: additional path which is added to php's include path
[167] Fix | Delete
- maxExecutionTime: maximum script execution time, this cannot be larger than the value set in php.ini
[168] Fix | Delete
- cmdTimeout: timeout in sec. for external commands
[169] Fix | Delete
-->
[170] Fix | Delete
<server coreDir="" luceneClassDir="" contentOffsetDir="1048576" maxDirID="0" updateNotifyTime="86400" extraPath="[[softpath]]/pear/" maxExecutionTime="30" cmdTimeout="10" enableDebugMode="false"/>
[171] Fix | Delete
<!--
[172] Fix | Delete
- enableNotificationAppRev: set to true if reviewers and approvers shall be informed about a pending review/approval
[173] Fix | Delete
- enableOwnerNotification: XXX
[174] Fix | Delete
- enableNotificationWorkflow: set to true if the users in the workflow shall be informed
[175] Fix | Delete
-->
[176] Fix | Delete
<notification enableNotificationAppRev="true" enableOwnerNotification="false" enableNotificationWorkflow="false"/>
[177] Fix | Delete
<converters target="fulltext">
[178] Fix | Delete
<converter mimeType="application/pdf">pdftotext -nopgbrk %s - | sed -e 's/ [a-zA-Z0-9.]\{1\} / /g' -e 's/[0-9.]//g'</converter>
[179] Fix | Delete
<converter mimeType="application/msword">catdoc %s</converter>
[180] Fix | Delete
<converter mimeType="application/vnd.ms-excel">ssconvert -T Gnumeric_stf:stf_csv -S %s fd://1</converter>
[181] Fix | Delete
<converter mimeType="audio/mp3">id3 -l -R %s | egrep '(Title|Artist|Album)' | sed 's/^[^:]*: //g'</converter>
[182] Fix | Delete
<converter mimeType="audio/mpeg">id3 -l -R %s | egrep '(Title|Artist|Album)' | sed 's/^[^:]*: //g'</converter>
[183] Fix | Delete
<converter mimeType="text/plain">cat %s</converter>
[184] Fix | Delete
<converter mimeType="text/html">html2text %s</converter>
[185] Fix | Delete
<converter mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document">docx2txt %s -</converter>
[186] Fix | Delete
</converters>
[187] Fix | Delete
<converters target="preview">
[188] Fix | Delete
<converter mimeType="application/msword">unoconv -d document -e PageRange=1 -f pdf --stdout -v '%f'|gs -dBATCH -dNOPAUSE -sDEVICE=pngalpha -dPDFFitPage -r72x72 -sOutputFile=- -dFirstPage=1 -dLastPage=1 -q - | convert -resize %wx png:- '%o'</converter>
[189] Fix | Delete
<converter mimeType="image/png">convert -resize %wx '%f' '%o'</converter>
[190] Fix | Delete
<converter mimeType="image/jpg">convert -resize %wx '%f' '%o'</converter>
[191] Fix | Delete
<converter mimeType="image/gif">convert -resize %wx '%f' '%o'</converter>
[192] Fix | Delete
<converter mimeType="text/plain">a2ps -1 -a1 -R -B -o - '%f' | gs -dBATCH -dNOPAUSE -sDEVICE=pngalpha -dFirstPage=1 -dLastPage=1 -dPDFFitPage -r72x72 -sOutputFile=- -q - | convert -resize %wx png:- '%o'</converter>
[193] Fix | Delete
</converters>
[194] Fix | Delete
</advanced>
[195] Fix | Delete
[196] Fix | Delete
<extensions><extension name="example" disable="true"><parameter name="__disable__">1</parameter></extension></extensions></configuration>
[197] Fix | Delete
[198] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function