Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../ojs33
File: config.inc.php
; <?php exit(); // DO NOT DELETE ?>
[0] Fix | Delete
; DO NOT DELETE THE ABOVE LINE!!!
[1] Fix | Delete
; Doing so will expose this configuration file through your web site!
[2] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[3] Fix | Delete
[4] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[5] Fix | Delete
;
[6] Fix | Delete
; config.TEMPLATE.inc.php
[7] Fix | Delete
;
[8] Fix | Delete
; Copyright (c) 2014-2021 Simon Fraser University
[9] Fix | Delete
; Copyright (c) 2003-2021 John Willinsky
[10] Fix | Delete
; Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
[11] Fix | Delete
;
[12] Fix | Delete
; OJS Configuration settings.
[13] Fix | Delete
; Rename config.TEMPLATE.inc.php to config.inc.php to use.
[14] Fix | Delete
;
[15] Fix | Delete
;
[16] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[17] Fix | Delete
[18] Fix | Delete
[19] Fix | Delete
;;;;;;;;;;;;;;;;;;;;
[20] Fix | Delete
; General Settings ;
[21] Fix | Delete
;;;;;;;;;;;;;;;;;;;;
[22] Fix | Delete
[23] Fix | Delete
[general]
[24] Fix | Delete
[25] Fix | Delete
; Set this to On once the system has been installed
[26] Fix | Delete
; (This is generally done automatically by the installer)
[27] Fix | Delete
installed = On
[28] Fix | Delete
[29] Fix | Delete
; The canonical URL to the OJS installation (excluding the trailing slash)
[30] Fix | Delete
base_url = "[[softurl]]"
[31] Fix | Delete
[32] Fix | Delete
; Session cookie name
[33] Fix | Delete
session_cookie_name = OJSSID
[34] Fix | Delete
[35] Fix | Delete
; Session cookie path; if not specified, defaults to the detected base path
[36] Fix | Delete
; session_cookie_path = /
[37] Fix | Delete
[38] Fix | Delete
; Number of days to save login cookie for if user selects to remember
[39] Fix | Delete
; (set to 0 to force expiration at end of current session)
[40] Fix | Delete
session_lifetime = 30
[41] Fix | Delete
[42] Fix | Delete
; SameSite configuration for the cookie, see possible values and explanations
[43] Fix | Delete
; at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite
[44] Fix | Delete
; To set the "Secure" attribute for the cookie see the setting force_ssl at the [security] group
[45] Fix | Delete
session_samesite = Lax
[46] Fix | Delete
[47] Fix | Delete
; Enable support for running scheduled tasks
[48] Fix | Delete
; Set this to On if you have set up the scheduled tasks script to
[49] Fix | Delete
; execute periodically
[50] Fix | Delete
scheduled_tasks = Off
[51] Fix | Delete
[52] Fix | Delete
; Site time zone
[53] Fix | Delete
; Please refer to lib/pkp/registry/timeZones.xml for a full list of supported
[54] Fix | Delete
; time zones.
[55] Fix | Delete
; I.e.:
[56] Fix | Delete
; <entry key="Europe/Amsterdam" name="Amsterdam" />
[57] Fix | Delete
; time_zone="Amsterdam"
[58] Fix | Delete
time_zone = "UTC"
[59] Fix | Delete
[60] Fix | Delete
; Short and long date formats
[61] Fix | Delete
date_format_short = "%Y-%m-%d"
[62] Fix | Delete
date_format_long = "%B %e, %Y"
[63] Fix | Delete
datetime_format_short = "%Y-%m-%d %I:%M %p"
[64] Fix | Delete
datetime_format_long = "%B %e, %Y - %I:%M %p"
[65] Fix | Delete
time_format = "%I:%M %p"
[66] Fix | Delete
[67] Fix | Delete
; Use URL parameters instead of CGI PATH_INFO. This is useful for broken server
[68] Fix | Delete
; setups that don't support the PATH_INFO environment variable.
[69] Fix | Delete
; WARNING: This option is DEPRECATED and will be removed in the future.
[70] Fix | Delete
disable_path_info = Off
[71] Fix | Delete
[72] Fix | Delete
; Use fopen(...) for URL-based reads. Modern versions of dspace
[73] Fix | Delete
; will not accept requests using fopen, as it does not provide a
[74] Fix | Delete
; User Agent, so this option is disabled by default. If this feature
[75] Fix | Delete
; is disabled by PHP's configuration, this setting will be ignored.
[76] Fix | Delete
allow_url_fopen = Off
[77] Fix | Delete
[78] Fix | Delete
; Base URL override settings: Entries like the following examples can
[79] Fix | Delete
; be used to override the base URLs used by OJS. If you want to use a
[80] Fix | Delete
; proxy to rewrite URLs to OJS, configure your proxy's URL here.
[81] Fix | Delete
; Syntax: base_url[journal_path] = http://www.myUrl.com
[82] Fix | Delete
; To override URLs that aren't part of a particular journal, use a
[83] Fix | Delete
; journal_path of "index".
[84] Fix | Delete
; Examples:
[85] Fix | Delete
; base_url[index] = http://www.myUrl.com
[86] Fix | Delete
; base_url[myJournal] = http://www.myUrl.com/myJournal
[87] Fix | Delete
; base_url[myOtherJournal] = http://myOtherJournal.myUrl.com
[88] Fix | Delete
[89] Fix | Delete
; Generate RESTful URLs using mod_rewrite. This requires the
[90] Fix | Delete
; rewrite directive to be enabled in your .htaccess or httpd.conf.
[91] Fix | Delete
; See FAQ for more details.
[92] Fix | Delete
restful_urls = Off
[93] Fix | Delete
[94] Fix | Delete
; Restrict the list of allowed hosts to prevent HOST header injection.
[95] Fix | Delete
; See docs/README.md for more details. The list should be JSON-formatted.
[96] Fix | Delete
; An empty string indicates that all hosts should be trusted (not recommended!)
[97] Fix | Delete
; Example:
[98] Fix | Delete
; allowed_hosts = '["myjournal.tld", "anotherjournal.tld", "mylibrary.tld"]'
[99] Fix | Delete
allowed_hosts = "[\"[[domhost]]\"]"
[100] Fix | Delete
[101] Fix | Delete
; Allow the X_FORWARDED_FOR header to override the REMOTE_ADDR as the source IP
[102] Fix | Delete
; Set this to "On" if you are behind a reverse proxy and you control the
[103] Fix | Delete
; X_FORWARDED_FOR header.
[104] Fix | Delete
; Warning: This defaults to "On" if unset for backwards compatibility.
[105] Fix | Delete
trust_x_forwarded_for = Off
[106] Fix | Delete
[107] Fix | Delete
; Set the maximum number of citation checking processes that may run in parallel.
[108] Fix | Delete
; Too high a value can increase server load and lead to too many parallel outgoing
[109] Fix | Delete
; requests to citation checking web services. Too low a value can lead to significantly
[110] Fix | Delete
; slower citation checking performance. A reasonable value is probably between 3
[111] Fix | Delete
; and 10. The more your connection bandwidth allows the better.
[112] Fix | Delete
citation_checking_max_processes = 3
[113] Fix | Delete
[114] Fix | Delete
; Display a message on the site admin and journal manager user home pages if there is an upgrade available
[115] Fix | Delete
show_upgrade_warning = On
[116] Fix | Delete
[117] Fix | Delete
; Set the following parameter to off if you want to work with the uncompiled (non-minified) JavaScript
[118] Fix | Delete
; source for debugging or if you are working off a development branch without compiled JavaScript.
[119] Fix | Delete
enable_minified = On
[120] Fix | Delete
[121] Fix | Delete
; Provide a unique site ID and OAI base URL to PKP for statistics and security
[122] Fix | Delete
; alert purposes only.
[123] Fix | Delete
enable_beacon = On
[124] Fix | Delete
[125] Fix | Delete
; Set this to "On" if you would like to only have a single, site-wide Privacy
[126] Fix | Delete
; Statement, rather than a separate Privacy Statement for each journal. Setting
[127] Fix | Delete
; this to "Off" will allow you to enter a site-wide Privacy Statement as well
[128] Fix | Delete
; as separate Privacy Statements for each journal.
[129] Fix | Delete
sitewide_privacy_statement = Off
[130] Fix | Delete
[131] Fix | Delete
[132] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;
[133] Fix | Delete
; Database Settings ;
[134] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;
[135] Fix | Delete
[136] Fix | Delete
[database]
[137] Fix | Delete
[138] Fix | Delete
driver = mysqli
[139] Fix | Delete
host = [[softdbhost]]
[140] Fix | Delete
username = [[softdbuser]]
[141] Fix | Delete
password = [[softdbpass]]
[142] Fix | Delete
name = [[softdb]]
[143] Fix | Delete
[144] Fix | Delete
; Set the non-standard port and/or socket, if used
[145] Fix | Delete
; port = 3306
[146] Fix | Delete
; unix_socket = /var/run/mysqld/mysqld.sock
[147] Fix | Delete
[148] Fix | Delete
; Database collation
[149] Fix | Delete
; collation = utf8_general_ci
[150] Fix | Delete
[151] Fix | Delete
; Enable database debug output (very verbose!)
[152] Fix | Delete
debug = Off
[153] Fix | Delete
[154] Fix | Delete
;;;;;;;;;;;;;;;;;;
[155] Fix | Delete
; Cache Settings ;
[156] Fix | Delete
;;;;;;;;;;;;;;;;;;
[157] Fix | Delete
[158] Fix | Delete
[cache]
[159] Fix | Delete
[160] Fix | Delete
; Choose the type of object data caching to use. Options are:
[161] Fix | Delete
; - memcache: Use the memcache server configured below
[162] Fix | Delete
; - xcache: Use the xcache variable store
[163] Fix | Delete
; - apc: Use the APC variable store
[164] Fix | Delete
; - none: Use no caching.
[165] Fix | Delete
object_cache = none
[166] Fix | Delete
[167] Fix | Delete
; Enable memcache support
[168] Fix | Delete
memcache_hostname = localhost
[169] Fix | Delete
memcache_port = 11211
[170] Fix | Delete
[171] Fix | Delete
; For site visitors who are not logged in, many pages are often entirely
[172] Fix | Delete
; static (e.g. About, the home page, etc). If the option below is enabled,
[173] Fix | Delete
; these pages will be cached in local flat files for the number of hours
[174] Fix | Delete
; specified in the web_cache_hours option. This will cut down on server
[175] Fix | Delete
; overhead for many requests, but should be used with caution because:
[176] Fix | Delete
; 1) Things like journal metadata changes will not be reflected in cached
[177] Fix | Delete
; data until the cache expires or is cleared, and
[178] Fix | Delete
; 2) This caching WILL NOT RESPECT DOMAIN-BASED SUBSCRIPTIONS.
[179] Fix | Delete
; However, for situations like hosting high-volume open access journals, it's
[180] Fix | Delete
; an easy way of decreasing server load.
[181] Fix | Delete
;
[182] Fix | Delete
; When using web_cache, configure a tool to periodically clear out cache files
[183] Fix | Delete
; such as CRON. For example, configure it to run the following command:
[184] Fix | Delete
; find .../ojs/cache -maxdepth 1 -name wc-\*.html -mtime +1 -exec rm "{}" ";"
[185] Fix | Delete
web_cache = Off
[186] Fix | Delete
web_cache_hours = 1
[187] Fix | Delete
[188] Fix | Delete
[189] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;;;;;
[190] Fix | Delete
; Localization Settings ;
[191] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;;;;;
[192] Fix | Delete
[193] Fix | Delete
[i18n]
[194] Fix | Delete
[195] Fix | Delete
; Default locale
[196] Fix | Delete
locale = [[language]]
[197] Fix | Delete
[198] Fix | Delete
; Client output/input character set
[199] Fix | Delete
client_charset = utf-8
[200] Fix | Delete
[201] Fix | Delete
; Database connection character set
[202] Fix | Delete
connection_charset = utf8
[203] Fix | Delete
[204] Fix | Delete
[205] Fix | Delete
;;;;;;;;;;;;;;;;;
[206] Fix | Delete
; File Settings ;
[207] Fix | Delete
;;;;;;;;;;;;;;;;;
[208] Fix | Delete
[209] Fix | Delete
[files]
[210] Fix | Delete
[211] Fix | Delete
; Complete path to directory to store uploaded files
[212] Fix | Delete
; (This directory should not be directly web-accessible)
[213] Fix | Delete
; Windows users should use forward slashes
[214] Fix | Delete
files_dir = [[softdatadir]]
[215] Fix | Delete
[216] Fix | Delete
; Path to the directory to store public uploaded files
[217] Fix | Delete
; (This directory should be web-accessible and the specified path
[218] Fix | Delete
; should be relative to the base OJS directory)
[219] Fix | Delete
; Windows users should use forward slashes
[220] Fix | Delete
public_files_dir = public
[221] Fix | Delete
[222] Fix | Delete
; The maximum allowed size in kilobytes of each user's public files
[223] Fix | Delete
; directory. This is where user's can upload images through the
[224] Fix | Delete
; tinymce editor to their bio. Editors can upload images for
[225] Fix | Delete
; some of the settings.
[226] Fix | Delete
; Set this to 0 to disallow such uploads.
[227] Fix | Delete
public_user_dir_size = 5000
[228] Fix | Delete
[229] Fix | Delete
; Permissions mask for created files and directories
[230] Fix | Delete
umask = 0022
[231] Fix | Delete
[232] Fix | Delete
; The minimum percentage similarity between filenames that should be considered
[233] Fix | Delete
; a possible revision
[234] Fix | Delete
filename_revision_match = 70
[235] Fix | Delete
[236] Fix | Delete
[237] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[238] Fix | Delete
; Fileinfo (MIME) Settings ;
[239] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[240] Fix | Delete
[241] Fix | Delete
[finfo]
[242] Fix | Delete
; mime_database_path = /etc/magic.mime
[243] Fix | Delete
[244] Fix | Delete
[245] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;
[246] Fix | Delete
; Security Settings ;
[247] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;
[248] Fix | Delete
[249] Fix | Delete
[security]
[250] Fix | Delete
[251] Fix | Delete
; Force SSL connections site-wide and also sets the "Secure" flag for session cookies
[252] Fix | Delete
; See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#secure
[253] Fix | Delete
force_ssl = Off
[254] Fix | Delete
[255] Fix | Delete
; Force SSL connections for login only
[256] Fix | Delete
force_login_ssl = Off
[257] Fix | Delete
[258] Fix | Delete
; This check will invalidate a session if the user's IP address changes.
[259] Fix | Delete
; Enabling this option provides some amount of additional security, but may
[260] Fix | Delete
; cause problems for users behind a proxy farm (e.g., AOL).
[261] Fix | Delete
session_check_ip = On
[262] Fix | Delete
[263] Fix | Delete
; The encryption (hashing) algorithm to use for encrypting user passwords
[264] Fix | Delete
; Valid values are: md5, sha1
[265] Fix | Delete
; NOTE: This hashing method is deprecated, but necessary to permit gradual
[266] Fix | Delete
; migration of old password hashes.
[267] Fix | Delete
encryption = sha1
[268] Fix | Delete
[269] Fix | Delete
; The unique salt to use for generating password reset hashes
[270] Fix | Delete
salt = "YouMustSetASecretKeyHere!!"
[271] Fix | Delete
[272] Fix | Delete
; The unique secret used for encoding and decoding API keys
[273] Fix | Delete
api_key_secret = ""
[274] Fix | Delete
[275] Fix | Delete
; The number of seconds before a password reset hash expires (defaults to 7200 / 2 hours)
[276] Fix | Delete
reset_seconds = 7200
[277] Fix | Delete
[278] Fix | Delete
; Allowed HTML tags for fields that permit restricted HTML.
[279] Fix | Delete
; Use e.g. "img[src,alt],p" to allow "src" and "alt" attributes to the "img"
[280] Fix | Delete
; tag, and also to permit the "p" paragraph tag. Unspecified attributes will be
[281] Fix | Delete
; stripped.
[282] Fix | Delete
allowed_html = "a[href|target|title],em,strong,cite,code,ul,ol,li[class],dl,dt,dd,b,i,u,img[src|alt],sup,sub,br,p"
[283] Fix | Delete
[284] Fix | Delete
;Is implicit authentication enabled or not
[285] Fix | Delete
[286] Fix | Delete
;implicit_auth = On
[287] Fix | Delete
[288] Fix | Delete
;Implicit Auth Header Variables
[289] Fix | Delete
[290] Fix | Delete
;implicit_auth_header_first_name = HTTP_GIVENNAME
[291] Fix | Delete
;implicit_auth_header_last_name = HTTP_SN
[292] Fix | Delete
;implicit_auth_header_email = HTTP_MAIL
[293] Fix | Delete
;implicit_auth_header_phone = HTTP_TELEPHONENUMBER
[294] Fix | Delete
;implicit_auth_header_initials = HTTP_METADATA_INITIALS
[295] Fix | Delete
;implicit_auth_header_mailing_address = HTTP_METADATA_HOMEPOSTALADDRESS
[296] Fix | Delete
;implicit_auth_header_uin = HTTP_UID
[297] Fix | Delete
[298] Fix | Delete
; A space delimited list of uins to make admin
[299] Fix | Delete
;implicit_auth_admin_list = "jdoe@email.ca jshmo@email.ca"
[300] Fix | Delete
[301] Fix | Delete
; URL of the implicit auth 'Way Finder' page. See pages/login/LoginHandler.inc.php for usage.
[302] Fix | Delete
[303] Fix | Delete
;implicit_auth_wayf_url = "/Shibboleth.sso/wayf"
[304] Fix | Delete
[305] Fix | Delete
[306] Fix | Delete
[307] Fix | Delete
;;;;;;;;;;;;;;;;;;
[308] Fix | Delete
; Email Settings ;
[309] Fix | Delete
;;;;;;;;;;;;;;;;;;
[310] Fix | Delete
[311] Fix | Delete
[email]
[312] Fix | Delete
[313] Fix | Delete
; Use SMTP for sending mail instead of mail()
[314] Fix | Delete
; smtp = On
[315] Fix | Delete
[316] Fix | Delete
; SMTP server settings
[317] Fix | Delete
; smtp_server = mail.example.com
[318] Fix | Delete
; smtp_port = 25
[319] Fix | Delete
[320] Fix | Delete
; Enable SMTP authentication
[321] Fix | Delete
; Supported smtp_auth: ssl, tls (see PHPMailer SMTPSecure)
[322] Fix | Delete
; smtp_auth = ssl
[323] Fix | Delete
; smtp_username = username
[324] Fix | Delete
; smtp_password = password
[325] Fix | Delete
;
[326] Fix | Delete
; Supported smtp_authtype: RAM-MD5, LOGIN, PLAIN, XOAUTH2 (see PHPMailer AuthType)
[327] Fix | Delete
; (Leave blank to try them in that order)
[328] Fix | Delete
; smtp_authtype =
[329] Fix | Delete
[330] Fix | Delete
; The following are required for smtp_authtype = XOAUTH2 (e.g. GMail OAuth)
[331] Fix | Delete
; (See https://github.com/PHPMailer/PHPMailer/wiki/Using-Gmail-with-XOAUTH2)
[332] Fix | Delete
; smtp_oauth_provider = Google
[333] Fix | Delete
; smtp_oauth_email =
[334] Fix | Delete
; smtp_oauth_clientid =
[335] Fix | Delete
; smtp_oauth_clientsecret =
[336] Fix | Delete
; smtp_oauth_refreshtoken =
[337] Fix | Delete
[338] Fix | Delete
; Enable suppressing verification of SMTP certificate in PHPMailer
[339] Fix | Delete
; Note: this is not recommended per PHPMailer documentation
[340] Fix | Delete
; smtp_suppress_cert_check = On
[341] Fix | Delete
[342] Fix | Delete
; Allow envelope sender to be specified
[343] Fix | Delete
; (may not be possible with some server configurations)
[344] Fix | Delete
; allow_envelope_sender = Off
[345] Fix | Delete
[346] Fix | Delete
; Default envelope sender to use if none is specified elsewhere
[347] Fix | Delete
; default_envelope_sender = my_address@my_host.com
[348] Fix | Delete
[349] Fix | Delete
; Force the default envelope sender (if present)
[350] Fix | Delete
; This is useful if setting up a site-wide no-reply address
[351] Fix | Delete
; The reply-to field will be set with the reply-to or from address.
[352] Fix | Delete
; force_default_envelope_sender = Off
[353] Fix | Delete
[354] Fix | Delete
; Force a DMARC compliant from header (RFC5322.From)
[355] Fix | Delete
; If any of your users have email addresses in domains not under your control
[356] Fix | Delete
; you may need to set this to be compliant with DMARC policies published by
[357] Fix | Delete
; those 3rd party domains.
[358] Fix | Delete
; Setting this will move the users address into the reply-to field and the
[359] Fix | Delete
; from field wil be rewritten with the default_envelope_sender.
[360] Fix | Delete
; To use this you must set force_default_enveloper_sender = On and
[361] Fix | Delete
; default_envelope_sender must be set to a valid address in a domain you own.
[362] Fix | Delete
; force_dmarc_compliant_from = Off
[363] Fix | Delete
[364] Fix | Delete
; The display name to use with a DMARC compliant from header
[365] Fix | Delete
; By default the DMARC compliant from will have an empty name but this can
[366] Fix | Delete
; be changed by adding a text here.
[367] Fix | Delete
; You can use '%n' to insert the users name from the original from header
[368] Fix | Delete
; and '%s' to insert the localized sitename.
[369] Fix | Delete
; dmarc_compliant_from_displayname = '%n via %s'
[370] Fix | Delete
[371] Fix | Delete
; Amount of time required between attempts to send non-editorial emails
[372] Fix | Delete
; in seconds. This can be used to help prevent email relaying via OJS.
[373] Fix | Delete
time_between_emails = 3600
[374] Fix | Delete
[375] Fix | Delete
; Maximum number of recipients that can be included in a single email
[376] Fix | Delete
; (either as To:, Cc:, or Bcc: addresses) for a non-privileged user
[377] Fix | Delete
max_recipients = 10
[378] Fix | Delete
[379] Fix | Delete
; If enabled, email addresses must be validated before login is possible.
[380] Fix | Delete
require_validation = Off
[381] Fix | Delete
[382] Fix | Delete
; Maximum number of days before an unvalidated account expires and is deleted
[383] Fix | Delete
validation_timeout = 14
[384] Fix | Delete
[385] Fix | Delete
[386] Fix | Delete
;;;;;;;;;;;;;;;;;;;
[387] Fix | Delete
; Search Settings ;
[388] Fix | Delete
;;;;;;;;;;;;;;;;;;;
[389] Fix | Delete
[390] Fix | Delete
[search]
[391] Fix | Delete
[392] Fix | Delete
; Minimum indexed word length
[393] Fix | Delete
min_word_length = 3
[394] Fix | Delete
[395] Fix | Delete
; The maximum number of search results fetched per keyword. These results
[396] Fix | Delete
; are fetched and merged to provide results for searches with several keywords.
[397] Fix | Delete
results_per_keyword = 500
[398] Fix | Delete
[399] Fix | Delete
; Paths to helper programs for indexing non-text files.
[400] Fix | Delete
; Programs are assumed to output the converted text to stdout, and "%s" is
[401] Fix | Delete
; replaced by the file argument.
[402] Fix | Delete
; Note that using full paths to the binaries is recommended.
[403] Fix | Delete
; Uncomment applicable lines to enable (at most one per file type).
[404] Fix | Delete
; Additional "index[MIME_TYPE]" lines can be added for any mime type to be
[405] Fix | Delete
; indexed.
[406] Fix | Delete
[407] Fix | Delete
; PDF
[408] Fix | Delete
; index[application/pdf] = "/usr/bin/pstotext -enc UTF-8 -nopgbrk %s - | /usr/bin/tr '[:cntrl:]' ' '"
[409] Fix | Delete
; index[application/pdf] = "/usr/bin/pdftotext -enc UTF-8 -nopgbrk %s - | /usr/bin/tr '[:cntrl:]' ' '"
[410] Fix | Delete
[411] Fix | Delete
; PostScript
[412] Fix | Delete
; index[application/postscript] = "/usr/bin/pstotext -enc UTF-8 -nopgbrk %s - | /usr/bin/tr '[:cntrl:]' ' '"
[413] Fix | Delete
; index[application/postscript] = "/usr/bin/ps2ascii %s | /usr/bin/tr '[:cntrl:]' ' '"
[414] Fix | Delete
[415] Fix | Delete
; Microsoft Word
[416] Fix | Delete
; index[application/msword] = "/usr/bin/antiword %s"
[417] Fix | Delete
; index[application/msword] = "/usr/bin/catdoc %s"
[418] Fix | Delete
[419] Fix | Delete
[420] Fix | Delete
;;;;;;;;;;;;;;;;
[421] Fix | Delete
; OAI Settings ;
[422] Fix | Delete
;;;;;;;;;;;;;;;;
[423] Fix | Delete
[424] Fix | Delete
[oai]
[425] Fix | Delete
[426] Fix | Delete
; Enable OAI front-end to the site
[427] Fix | Delete
oai = On
[428] Fix | Delete
[429] Fix | Delete
; OAI Repository identifier. This setting forms part of OAI-PMH record IDs.
[430] Fix | Delete
; Changing this setting may affect existing clients and is not recommended.
[431] Fix | Delete
repository_id = "ojs2.[[domhost]]"
[432] Fix | Delete
[433] Fix | Delete
; Maximum number of records per request to serve via OAI
[434] Fix | Delete
oai_max_records = 100
[435] Fix | Delete
[436] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;;
[437] Fix | Delete
; Interface Settings ;
[438] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;;
[439] Fix | Delete
[440] Fix | Delete
[interface]
[441] Fix | Delete
[442] Fix | Delete
; Number of items to display per page; can be overridden on a per-journal basis
[443] Fix | Delete
items_per_page = 25
[444] Fix | Delete
[445] Fix | Delete
; Number of page links to display; can be overridden on a per-journal basis
[446] Fix | Delete
page_links = 10
[447] Fix | Delete
[448] Fix | Delete
[449] Fix | Delete
;;;;;;;;;;;;;;;;;;;;
[450] Fix | Delete
; Captcha Settings ;
[451] Fix | Delete
;;;;;;;;;;;;;;;;;;;;
[452] Fix | Delete
[453] Fix | Delete
[captcha]
[454] Fix | Delete
[455] Fix | Delete
; Whether or not to enable ReCaptcha
[456] Fix | Delete
recaptcha = off
[457] Fix | Delete
[458] Fix | Delete
; Public key for reCaptcha (see http://www.google.com/recaptcha)
[459] Fix | Delete
recaptcha_public_key = your_public_key
[460] Fix | Delete
[461] Fix | Delete
; Private key for reCaptcha (see http://www.google.com/recaptcha)
[462] Fix | Delete
recaptcha_private_key = your_private_key
[463] Fix | Delete
[464] Fix | Delete
; Whether or not to use Captcha on user registration
[465] Fix | Delete
captcha_on_register = on
[466] Fix | Delete
[467] Fix | Delete
; Validate the hostname in the ReCaptcha response
[468] Fix | Delete
recaptcha_enforce_hostname = Off
[469] Fix | Delete
[470] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;
[471] Fix | Delete
; External Commands ;
[472] Fix | Delete
;;;;;;;;;;;;;;;;;;;;;
[473] Fix | Delete
[474] Fix | Delete
[cli]
[475] Fix | Delete
[476] Fix | Delete
; These are paths to (optional) external binaries used in
[477] Fix | Delete
; certain plug-ins or advanced program features.
[478] Fix | Delete
[479] Fix | Delete
; Using full paths to the binaries is recommended.
[480] Fix | Delete
[481] Fix | Delete
; tar (used in backup plugin, translation packaging)
[482] Fix | Delete
tar = /bin/tar
[483] Fix | Delete
[484] Fix | Delete
; On systems that do not have libxsl/xslt libraries installed, or for those who
[485] Fix | Delete
; require a specific XSLT processor, you may enter the complete path to the
[486] Fix | Delete
; XSLT renderer tool, with any required arguments. Use %xsl to substitute the
[487] Fix | Delete
; location of the XSL stylesheet file, and %xml for the location of the XML
[488] Fix | Delete
; source file; eg:
[489] Fix | Delete
; /usr/bin/java -jar ~/java/xalan.jar -HTML -IN %xml -XSL %xsl
[490] Fix | Delete
xslt_command = ""
[491] Fix | Delete
[492] Fix | Delete
;;;;;;;;;;;;;;;;;;
[493] Fix | Delete
; Proxy Settings ;
[494] Fix | Delete
;;;;;;;;;;;;;;;;;;
[495] Fix | Delete
[496] Fix | Delete
[proxy]
[497] Fix | Delete
[498] Fix | Delete
; The HTTP proxy configuration to use
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function