------------------------------------------------------------------------------ -- Site configuration file. -- The site maker can use this file to configure some Publique parameters. ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ -- Database connection string. ------------------------------------------------------------------------------ DBName = "DSN=publique;" ------------------------------------------------------------------------------ -- Database connection parameters string. ------------------------------------------------------------------------------ DBParameters = "UID=admin;PASS=admin" ------------------------------------------------------------------------------ -- Database connection type. Optional parameter, define which DBLua mode will -- be used in Windows. The default or nil value uses the ODBC version. -- Options: "ODBC", "ADO" ------------------------------------------------------------------------------ DBMode = "ADO" ------------------------------------------------------------------------------ -- Database type. The default value uses a MS Access database (data.mdb) -- Options: "default", "mssql", "oracle", "postgresql", "mysql" ------------------------------------------------------------------------------ DatabaseName = "default" ------------------------------------------------------------------------------ -- Operating System. -- Options: "windows", "linux" ------------------------------------------------------------------------------ OperatingSystem = "windows" ------------------------------------------------------------------------------ -- Site mode string. -- Options: "standalone", "shared" ------------------------------------------------------------------------------ SiteMode = "standalone" ------------------------------------------------------------------------------ -- Method for authentication of users. -- Options: -- "builtin" for using Publique built-in authentication system -- "webserver" for using webserver authentication with REMOTE_USER -- HTTP parameter ------------------------------------------------------------------------------ AuthenticationMethod = "builtin" ------------------------------------------------------------------------------ -- Webserver Domain for authentication of users. ------------------------------------------------------------------------------ AuthenticationDomain = "" ------------------------------------------------------------------------------ -- Expiration time (in seconds) for user logins -- 0 means no expiration ------------------------------------------------------------------------------ AuthenticationTimeout = 0 ------------------------------------------------------------------------------ -- Help URL string. Allows the use of an optional URL to access the help -- system. If it is not defined or is blank then Publique uses the -- help system in the file system. -- Format: "http://www.site.com/help/" ------------------------------------------------------------------------------ HelpURL = "" ------------------------------------------------------------------------------ -- System Locale. -- Options: -- "br" for Brazilian Portuguese -- "sp" for Spanish -- "us" for US English ------------------------------------------------------------------------------ SystemLocale = "br" ------------------------------------------------------------------------------ -- Secure Login Enabled. If "true", enables secure login with crypted -- password (JavaScript must be enabled on user browser or login will fail) -- Options: "true" or "false" ------------------------------------------------------------------------------ SecureLoginEnabled = "true" ------------------------------------------------------------------------------ -- System crypt key for cookies. If not set, default value will be used. -- Options: any string of any size, EXCEPT a blank string ------------------------------------------------------------------------------ -- CookieCryptKey = "" ------------------------------------------------------------------------------ -- System Mail Enabled. If "true" sends mail to authors and editors whenever -- there is an Info approval, revision or submission event. -- Options: "true" or "false" ------------------------------------------------------------------------------ SystemMailEnabled = "false" ------------------------------------------------------------------------------ -- System Default Mail Address. Defines the "from" address used in mails sent -- to authors and editors when sender's mail is not defined. ------------------------------------------------------------------------------ SystemDefaultMail = "" ------------------------------------------------------------------------------ -- System Mail Server. Defines the IP or name of the SMTP Server used in -- system mails to authors and editors. ------------------------------------------------------------------------------ MailServer = "" ------------------------------------------------------------------------------ -- System Mail Authentication User Name. Defines the username used in ESMTP -- authentication. ------------------------------------------------------------------------------ SystemMailAuthenticationUsername = "" ------------------------------------------------------------------------------ -- System Mail Authentication Password. Defines the password used in ESMTP -- authentication. ------------------------------------------------------------------------------ SystemMailAuthenticationPassword = "" ------------------------------------------------------------------------------ -- Expiration Date Visible. If "true" shows the system expiration date in the -- authoring pages. -- Options: "true" or "false" ------------------------------------------------------------------------------ ExpirationDateVisible = "true" ------------------------------------------------------------------------------ -- Target Window Name for Opening Info Links. The name of the target window -- for opening links from inside infos ------------------------------------------------------------------------------ TargetForOpenInfoLinks = "_blank" ------------------------------------------------------------------------------ -- Selection Mode for Sections. Defines if the authoring interface should -- show an inline listbox or a tree popup for choosing a section -- Options: "list" or "tree" ------------------------------------------------------------------------------ SectionSelectionMode = "list" ------------------------------------------------------------------------------ -- Admin Interface Enabled. Defines if the Administrator web interface is -- enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ AdminEnabled = "true" ------------------------------------------------------------------------------ -- Admin Import/Export Data Base Enabled. Defines if the import/export data base -- forms are enabled in the admin interface. -- Options: "true" or "false" ------------------------------------------------------------------------------ AdminImportExportEnabled = "true" ------------------------------------------------------------------------------ -- Admin Plugin Manager Enabled. Defines if the Plugin Manager interface is -- enabled for the Admin. -- Options: "true" or "false" ------------------------------------------------------------------------------ AdminPluginManagerEnabled = "true" ------------------------------------------------------------------------------ -- Designer Interface Enabled. Defines if the Designer web interface is enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerEnabled = "true" ------------------------------------------------------------------------------ -- Designer String Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerStringsEnabled = "true" ------------------------------------------------------------------------------ -- Designer Color Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerColorsEnabled = "true" ------------------------------------------------------------------------------ -- Designer Fonts Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerFontsEnabled = "true" ------------------------------------------------------------------------------ -- Designer Template Wizard Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerWizardEnabled = "true" ------------------------------------------------------------------------------ -- Designer Activate Templates Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerActivateEnabled = "true" ------------------------------------------------------------------------------ -- Designer Images Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerImagesEnabled = "true" ------------------------------------------------------------------------------ -- Designer Send Images Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerSendImagesEnabled = "true" ------------------------------------------------------------------------------ -- Designer Section Tag Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerSectionsEnabled = "true" ------------------------------------------------------------------------------ -- Designer Keyword Tag Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerKeywordsEnabled = "true" ------------------------------------------------------------------------------ -- Designer Date Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerDateEnabled = "true" ------------------------------------------------------------------------------ -- Designer Reset Default Values Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerResetEnabled = "true" ------------------------------------------------------------------------------ -- Designer Profile Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerProfileEnabled = "true" ------------------------------------------------------------------------------ -- Designer Plugin Manager Enabled. Defines if the Plugin Manager interface is -- enabled for the Designer. -- Options: "true" or "false" ------------------------------------------------------------------------------ DesignerPluginManagerEnabled = "true" ------------------------------------------------------------------------------ -- Editor Section Management Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ EditorSectionsEnabled = "true" ------------------------------------------------------------------------------ -- Editor Keyword Management Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ EditorKeywordsEnabled = "true" ------------------------------------------------------------------------------ -- Editor Profile Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ EditorProfileEnabled = "true" ------------------------------------------------------------------------------ -- Editor Plugin Manager Enabled. Defines if the Plugin Manager interface is -- enabled for the Editors. -- Options: "true" or "false" ------------------------------------------------------------------------------ EditorPluginManagerEnabled = "true" ------------------------------------------------------------------------------ -- File Manager Enabled. Enabled the file management. -- Options: "true" or "false" ------------------------------------------------------------------------------ FileManagerEnabled = "true" ------------------------------------------------------------------------------ -- Content Editor Send Files Enabled. Allows the content editors to -- send files to Publique. -- Options: "true" or "false" ------------------------------------------------------------------------------ ContentEditorSendFilesEnabled = "true" ------------------------------------------------------------------------------ -- Author Send Files Enabled. Allows the authors to send files to Publique. -- Options: "true" or "false" ------------------------------------------------------------------------------ AuthorSendFilesEnabled = "true" ------------------------------------------------------------------------------ -- Author Profile Configuration Enabled. -- Options: "true" or "false" ------------------------------------------------------------------------------ AuthorProfileEnabled = "true" ------------------------------------------------------------------------------ -- Author Plugin Manager Enabled. Defines if the Plugin Manager interface is -- enabled for the Authors. -- Options: "true" or "false" ------------------------------------------------------------------------------ AuthorPluginManagerEnabled = "true"