openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 726da841049c15896321a64fc9a0d3eca9daac22
parent 390ac99498f71d215692be389242a7d548a70a2a
Author: dankert <devnull@localhost>
Date:   Mon, 19 Mar 2012 21:30:05 +0100

Fix: Windows-Zeilenumbrüche durch Unix-Zeilenumbrüche ersetzen.

Diffstat:
config/applications.ini.php | 41++++++++++++++++++++---------------------
config/cache.ini.php | 21++++++++++-----------
config/config.ini.php | 3+--
config/countries.ini.php | 3+--
config/database.ini.php | 1-
config/date.ini.php | 3+--
config/editor.ini.php | 254++++++++++++++++++++++++++++++++++++++++----------------------------------------
config/filename.ini.php | 28++++++++++++++--------------
config/ftp.ini.php | 6+++---
config/html.ini.php | 20++++++++++----------
config/image.ini.php | 8++++----
config/login.ini.php | 29++++++++++++++---------------
config/mail.ini.php | 84++++++++++++++++++++++++++++++++++++++++----------------------------------------
config/mime-types.ini.php | 3+--
config/publish.ini.php | 146++++++++++++++++++++++++++++++++++++++++----------------------------------------
config/webdav.ini.php | 68++++++++++++++++++++++++++++++++++----------------------------------
16 files changed, 355 insertions(+), 363 deletions(-)

diff --git a/config/applications.ini.php b/config/applications.ini.php @@ -1,22 +1,22 @@ -; <?php exit('direct access denied') ?> - - -; Start other applications out of OpenRat. -; -; Other applications are able to authenticate the user with an ticket id (Single Signon) - -; Insert a new section for every application here -;[phpmyadmin] - -; The Name of the application -;name=PHPYourAdmin - -; URL -;url="https://example.com/anotherapplication/index.cgi" - -; Name of the HTTP-Parameter for the Ticket-Id. -; OpenRat puts the session-id into this parameter. -;param="ticketidforopenrat" +; <?php exit('direct access denied') ?> + + +; Start other applications out of OpenRat. +; +; Other applications are able to authenticate the user with an ticket id (Single Signon) + +; Insert a new section for every application here +;[phpmyadmin] + +; The Name of the application +;name=PHPYourAdmin + +; URL +;url="https://example.com/anotherapplication/index.cgi" + +; Name of the HTTP-Parameter for the Ticket-Id. +; OpenRat puts the session-id into this parameter. +;param="ticketidforopenrat" ; Groups ; Only User, who are in this group, may see the application @@ -24,4 +24,4 @@ ;group= ; A brief description of this application. -description="Your database administration"- \ No newline at end of file +description="Your database administration" diff --git a/config/cache.ini.php b/config/cache.ini.php @@ -1,16 +1,16 @@ -; <?php exit('direct access denied') ?> - -; Conditional-GET enables the "304 not modified" HTTP-Header -; This is much faster, but sometimes caching is unwanted -; if you have caching problems, set this to 'false'. Default: 'true' -conditional_get=true +; <?php exit('direct access denied') ?> + +; Conditional-GET enables the "304 not modified" HTTP-Header +; This is much faster, but sometimes caching is unwanted +; if you have caching problems, set this to 'false'. Default: 'true' +conditional_get=true ; Pages and files are cached in a temporary directory. -; 'false' means generate each page again and again -; 'true' will cache a page's content. This will improve -; the performance, but has some side effects, +; 'false' means generate each page again and again +; 'true' will cache a page's content. This will improve +; the performance, but has some side effects, ; f.e. no dynamic content will be updated. enable_cache=false @@ -18,4 +18,4 @@ enable_cache=false ; Directory for temporary files. ; Default=blank (OpenRat uses the system temporary dir) -tmp_dir=""- \ No newline at end of file +tmp_dir="" diff --git a/config/config.ini.php b/config/config.ini.php @@ -3,4 +3,4 @@ per_host_configuration = true -per_host_configuration_dir = ./config/virtual- \ No newline at end of file +per_host_configuration_dir = ./config/virtual diff --git a/config/countries.ini.php b/config/countries.ini.php @@ -141,4 +141,4 @@ VO = Volapuk WO = Wolof XH = Xhosa YO = Yoruba -ZH = Chinese- \ No newline at end of file +ZH = Chinese diff --git a/config/database.ini.php b/config/database.ini.php @@ -201,4 +201,3 @@ convert_to_lowercase = false ; comment="My production DB ..." ; ... - diff --git a/config/date.ini.php b/config/date.ini.php @@ -26,4 +26,4 @@ LONG = "F j, Y, g:i a" -6="New York" 0="UTC (GMT)" 60="MET (Middle European Time)" -120="MEST (Middle European Summertime)"- \ No newline at end of file +120="MEST (Middle European Summertime)" diff --git a/config/editor.ini.php b/config/editor.ini.php @@ -1,122 +1,122 @@ -; <?php exit('direct access denied') ?> - -; Settings for Text Formatting Rules -[text-markup] - -; Strong/important text (mostly "bold") -strong-begin = "*" -strong-end = "*" - -; Emphatic text (mostly "italic") -emphatic-begin = "_" -emphatic-end = "_" - -; Image -image-begin = "{" -image-end = "}" - -; Speech -speech-begin = QUOTE -speech-end = QUOTE - -; text with same width -code-begin = "=" -code-end = "=" +; <?php exit('direct access denied') ?> + +; Settings for Text Formatting Rules +[text-markup] + +; Strong/important text (mostly "bold") +strong-begin = "*" +strong-end = "*" + +; Emphatic text (mostly "italic") +emphatic-begin = "_" +emphatic-end = "_" + +; Image +image-begin = "{" +image-end = "}" + +; Speech +speech-begin = QUOTE +speech-end = QUOTE + +; text with same width +code-begin = "=" +code-end = "=" ; footnotes footnote-begin = "[" footnote-end = "]" - -; pre-formatted Text -pre-begin = "=" -pre-end = "=" - -; Inserted Text -insert-begin = "++" -insert-end = "++" - -; Removed text -remove-begin = "--" -remove-end = "--" - -; Separator for a definition item -definition-sep = "::" - -; Indenting headline -headline = "+" - -; Underlining of headline level 1 -headline_level1_underline = "=" - -; Underlining of headline level 2 -headline_level2_underline = "-" - -; Underlining of headline level 3 -headline_level3_underline = "." - -; Unnumbered Listentry -list-unnumbered = "-" - -; Numbered Listentry -list-numbered = "#" - -; Table of content -table-of-content= "##TOC##" - -; Link to -linkto = "->" - -; Table cell separator -table-cell-sep = "|" - -style-begin = "'" -style-end = "'" - -; Quote Text -quote = ">" -quote-line-begin = ">" -quote-line-end = ">" - -; Makro -macro-begin = "<<" -macro-end = ">>" -macro-attribute-quote = "'" -macro-attribute-value-seperator = "=" - -[html] - -; Which HTML-Tag to use for cites -tag_strong = "strong" - -; Which HTML-Tag to use for emphatic text -tag_emphatic = "em" - -; Which HTML-Tag to use for teletyped text -tag_teletype = "tt" - -; Which HTML-Tag to use for cites -tag_speech = "cite" - -; OpenRat tries to use a good speech tag. You may override this. -override_speech = false -override_speech_open = "&laquo;" -override_speech_close = "&raquo;" - -; HTML-Rendermode -; explains how to handle emtpy elements. -; 'xml' => <br />, <image src="..." /> -; 'sgml' => <br>, <image src="..."> -rendermode=sgml -;rendermode=xml - -replace = "EUR:&euro; (c):&copy; (r):&reg; ^1:&sup1; ^2:&sup2; ^3:&sup3; 1/4:&frac14; 1/2:&frac12; 3/4:&frac34;" - - - -[wiki] - -convert_html=true -convert_bbcode=true + +; pre-formatted Text +pre-begin = "=" +pre-end = "=" + +; Inserted Text +insert-begin = "++" +insert-end = "++" + +; Removed text +remove-begin = "--" +remove-end = "--" + +; Separator for a definition item +definition-sep = "::" + +; Indenting headline +headline = "+" + +; Underlining of headline level 1 +headline_level1_underline = "=" + +; Underlining of headline level 2 +headline_level2_underline = "-" + +; Underlining of headline level 3 +headline_level3_underline = "." + +; Unnumbered Listentry +list-unnumbered = "-" + +; Numbered Listentry +list-numbered = "#" + +; Table of content +table-of-content= "##TOC##" + +; Link to +linkto = "->" + +; Table cell separator +table-cell-sep = "|" + +style-begin = "'" +style-end = "'" + +; Quote Text +quote = ">" +quote-line-begin = ">" +quote-line-end = ">" + +; Makro +macro-begin = "<<" +macro-end = ">>" +macro-attribute-quote = "'" +macro-attribute-value-seperator = "=" + +[html] + +; Which HTML-Tag to use for cites +tag_strong = "strong" + +; Which HTML-Tag to use for emphatic text +tag_emphatic = "em" + +; Which HTML-Tag to use for teletyped text +tag_teletype = "tt" + +; Which HTML-Tag to use for cites +tag_speech = "cite" + +; OpenRat tries to use a good speech tag. You may override this. +override_speech = false +override_speech_open = "&laquo;" +override_speech_close = "&raquo;" + +; HTML-Rendermode +; explains how to handle emtpy elements. +; 'xml' => <br />, <image src="..." /> +; 'sgml' => <br>, <image src="..."> +rendermode=sgml +;rendermode=xml + +replace = "EUR:&euro; (c):&copy; (r):&reg; ^1:&sup1; ^2:&sup2; ^3:&sup3; 1/4:&frac14; 1/2:&frac12; 3/4:&frac34;" + + + +[wiki] + +convert_html=true +convert_bbcode=true @@ -126,19 +126,19 @@ convert_bbcode=true ; maximum line length linelength=70 - - -; Calendar settings -[calendar] - -; Weekday-Offset: Ho many days a week begins after Sunday. -; 0 = Week begins with Sunday (America, Australia, Islam) -; 1 = Week begins with Monday (ISO-8601, Europe) -weekday_offset=1 + + +; Calendar settings +[calendar] + +; Weekday-Offset: Ho many days a week begins after Sunday. +; 0 = Week begins with Sunday (America, Australia, Islam) +; 1 = Week begins with Monday (ISO-8601, Europe) +weekday_offset=1 [text] linelength=70 - -[macro] -show_errors=false + +[macro] +show_errors=false diff --git a/config/filename.ini.php b/config/filename.ini.php @@ -1,14 +1,14 @@ -; <?php die('no access'); ?> - -edit = true ; Allow editing of filenames (true|false) -default = index ; filename of index file. Default: 'index'. - -;style = ss ; poor imitation of story server urls -;style = id ; simply use the object id for the url -;style = longid ; use a more longer id in the url -style = short ; use a url which is as short as possible -; hint: If edit=true, then the stored filename will be used. -; If no filename stored, or if edit=false, then the defined style is used. - -url=relative ; how the target url is referenced (relative|absolute), 'relative' is always a good choice. - +; <?php die('no access'); ?> + +edit = true ; Allow editing of filenames (true|false) +default = index ; filename of index file. Default: 'index'. + +;style = ss ; poor imitation of story server urls +;style = id ; simply use the object id for the url +;style = longid ; use a more longer id in the url +style = short ; use a url which is as short as possible +; hint: If edit=true, then the stored filename will be used. +; If no filename stored, or if edit=false, then the defined style is used. + +url=relative ; how the target url is referenced (relative|absolute), 'relative' is always a good choice. + diff --git a/config/ftp.ini.php b/config/ftp.ini.php @@ -1,3 +1,3 @@ -; <?php exit('direct access denied') ?> - -ascii = html,htm,php ; file extensions to use FTP ascii mode for +; <?php exit('direct access denied') ?> + +ascii = html,htm,php ; file extensions to use FTP ascii mode for diff --git a/config/html.ini.php b/config/html.ini.php @@ -1,10 +1,10 @@ -; <?php exit('direct access denied') ?> - -; *** this page is outdated and will be removed in a future version *** - -tag_teletype = tt -tag_emphatic = em -tag_strong = strong -tag_speech = cite -speech_open = "&bdquo;" -speech_close = "&rdquo;" +; <?php exit('direct access denied') ?> + +; *** this page is outdated and will be removed in a future version *** + +tag_teletype = tt +tag_emphatic = em +tag_strong = strong +tag_speech = cite +speech_open = "&bdquo;" +speech_close = "&rdquo;" diff --git a/config/image.ini.php b/config/image.ini.php @@ -1,4 +1,4 @@ -; <?php exit('direct access denied') ?> - -; Say 'true' if GD2 is available, otherwise 'false' -truecolor=true +; <?php exit('direct access denied') ?> + +; Say 'true' if GD2 is available, otherwise 'false' +truecolor=true diff --git a/config/login.ini.php b/config/login.ini.php @@ -1,19 +1,19 @@ -; <?php exit('direct access denied') ?> - -motd="" ; Message of the day, shown in login mask -nologin=false ; Disable Login (for maintanance jobs) -register=false -send_password=false - -[gpl] -url="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" - -[logo] -file="./themes/default/images/logo.jpg" ; logo (url to image) in login mask -url="http://www.openrat.de" ; linked url in login mask +; <?php exit('direct access denied') ?> + +motd="" ; Message of the day, shown in login mask +nologin=false ; Disable Login (for maintanance jobs) +register=false +send_password=false + +[gpl] +url="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" + +[logo] +file="./themes/default/images/logo.jpg" ; logo (url to image) in login mask +url="http://www.openrat.de" ; linked url in login mask [start] ; After Login, start with the last changed object. ; If 'true', the project menu is not displayed. -start_lastchanged_object=true- \ No newline at end of file +start_lastchanged_object=true diff --git a/config/mail.ini.php b/config/mail.ini.php @@ -1,36 +1,36 @@ -; <?php exit('direct access denied') ?> - -; E-Mail Settings - -; Does your server send e-mails? -; 'true' or 'false' -enabled=true - -; The "from"-Adress. Creates a "From: "-Header. -; This is not neccecary. Hint: Most MTAs require a valid email adress. -;from="OpenRat <user@example.com>" - -; This signature is appended at the end of a mail. Use ';' for line-breaks. -; A useful information is maybe the URL of your OpenRat installation. -signature="http://www.openrat.de" - -; Copy Recipient -;cc= - -; Blind Copy recipient -;bcc= - -; Priority of the mail (creates an "X-Priority"-Header) -; 1=Highest, 2=High, 3=Normal, 4=Low, 5=Lowest -; Hint: Most MUAs ignore this header. -priority=3 - - -; Non-7-bit-chars are not allowed in Mailheaders (see RFC 822, 2045, 2047) -; and must be encoded. Openrat supports 3 types of encoding: -; 'Quoted-printable' (default), -; 'Base64' -; '' (blank) no encoding. +; <?php exit('direct access denied') ?> + +; E-Mail Settings + +; Does your server send e-mails? +; 'true' or 'false' +enabled=true + +; The "from"-Adress. Creates a "From: "-Header. +; This is not neccecary. Hint: Most MTAs require a valid email adress. +;from="OpenRat <user@example.com>" + +; This signature is appended at the end of a mail. Use ';' for line-breaks. +; A useful information is maybe the URL of your OpenRat installation. +signature="http://www.openrat.de" + +; Copy Recipient +;cc= + +; Blind Copy recipient +;bcc= + +; Priority of the mail (creates an "X-Priority"-Header) +; 1=Highest, 2=High, 3=Normal, 4=Low, 5=Lowest +; Hint: Most MUAs ignore this header. +priority=3 + + +; Non-7-bit-chars are not allowed in Mailheaders (see RFC 822, 2045, 2047) +; and must be encoded. Openrat supports 3 types of encoding: +; 'Quoted-printable' (default), +; 'Base64' +; '' (blank) no encoding. header_encoding="Quoted-printable" @@ -41,13 +41,13 @@ header_encoding="Quoted-printable" ;client=smtp client=php - -; Whitelist -; A comma-seperated list of domains names -whitelist = "" - -; Blacklist -; A comma-seperated list of domain names + +; Whitelist +; A comma-seperated list of domains names +whitelist = "" + +; Blacklist +; A comma-seperated list of domain names blacklist = "" @@ -62,7 +62,7 @@ blacklist = "" ; If this is blank, the mail is delivered directly to the destination MX host. ; I repeat, it is better to always use a relay host! ;host="mail.yourdomain.example" -host="locahost" +host="locahost" ; SMTP-Port is '25' in most environments port="25" @@ -89,4 +89,4 @@ tls=false ; Use SSL ; The client will connection using the SSL-protocol. ; This is not tested, use at your own risk! -ssl=false +ssl=false diff --git a/config/mime-types.ini.php b/config/mime-types.ini.php @@ -266,4 +266,4 @@ movie = video/x-sgi-movie ice = x-conference/x-cooltalk vrm = x-world/x-vrml vrml = x-world/x-vrml -wrl = x-world/x-vrml - \ No newline at end of file +wrl = x-world/x-vrml diff --git a/config/publish.ini.php b/config/publish.ini.php @@ -1,85 +1,85 @@ -; <?php exit('direct access denied') ?> +; <?php exit('direct access denied') ?> ; Allow editing of file names. ; 'true' : Author is allowed to edit the file names of his files and pages. -; 'false': File names are generated by OpenRat only. -edit=true - - +; 'false': File names are generated by OpenRat only. +edit=true + + ; filename for the first object in a folder. ; Default is 'index'. -default=index - - -; File naming conventions -; See http://httpd.apache.org/docs/2.0/content-negotiation.html#naming -; '{filename}{language_sep}{language}{type_sep}{type}' means 'foo.en.html' -format = "{filename}{language_sep}{language}{type_sep}{type}" - - -; Seperators, mostly you will use '.' -language_sep = "." -type_sep = "." - - -; 'always': language name is always appended to the filename -; 'auto' : language is appended if there are at least 2 languages -filename_language = auto - - -; 'always': type is always appended to the filename -; 'auto' : type is appended if there are at least 2 project models -filename_type = always - - -; Filename Mode. Only used, if edit=false or no filename is set for an object. -; 'ss' : nice hack for lamers which like storyserver urls like '0,1513,453556,00.html' -; 'id' : simply use the object id. -; 'longid': use a unique and long number. -; 'short' : use a unique name which is as short as possible. -style="id" +default=index + + +; File naming conventions +; See http://httpd.apache.org/docs/2.0/content-negotiation.html#naming +; '{filename}{language_sep}{language}{type_sep}{type}' means 'foo.en.html' +format = "{filename}{language_sep}{language}{type_sep}{type}" + + +; Seperators, mostly you will use '.' +language_sep = "." +type_sep = "." + + +; 'always': language name is always appended to the filename +; 'auto' : language is appended if there are at least 2 languages +filename_language = auto + + +; 'always': type is always appended to the filename +; 'auto' : type is appended if there are at least 2 project models +filename_type = always + + +; Filename Mode. Only used, if edit=false or no filename is set for an object. +; 'ss' : nice hack for lamers which like storyserver urls like '0,1513,453556,00.html' +; 'id' : simply use the object id. +; 'longid': use a unique and long number. +; 'short' : use a unique name which is as short as possible. +style="id" ; Mode of generated URLs. ; 'relative': (Default) Generates URLs like '../../path/to/example.html'. ; 'absolute': Generates URLs like '/path/to/example.html'. -url=relative -;url=absolute - -; Should PHP code in page source be interpreted -; 'false': page source is never interpreted as PHP -; 'auto' : interpreted, if page extension = '.php' -; 'true' : always interpret PHP in page source -enable_php_in_page_content=false - -; Should PHP code in file content be interpreted -; 'false': file content is never interpreted as PHP -; 'auto' : interpreted, if file extension = '.php' -; 'true' : always interpret PHP in file content -enable_php_in_file_content=false - -; Escape all non-ascii characters to HTML entities. -; Normally this is not necessary, if there is a correct charset in the meta-section of your HTML-head. -; 'true' : Escape all non-ascii-characters -; 'false': Do nothing (default) -escape_8bit_characters=false - - - -; Content-Negotiation as defined in RFC 2295. -; These settings are only considered, if the project setting "use content negotiation" is switched on. -[negotiation] - -; if 'true', then the mime-type is omitted in the URL for page links. -page_negotiate_type = true - -; if 'true', then the language is omitted in the URL for page links. -page_negotiate_language = true - -; if 'true', then the mime type is omitted in the URL for file links -file_negotiate_type = true - - +url=relative +;url=absolute + +; Should PHP code in page source be interpreted +; 'false': page source is never interpreted as PHP +; 'auto' : interpreted, if page extension = '.php' +; 'true' : always interpret PHP in page source +enable_php_in_page_content=false + +; Should PHP code in file content be interpreted +; 'false': file content is never interpreted as PHP +; 'auto' : interpreted, if file extension = '.php' +; 'true' : always interpret PHP in file content +enable_php_in_file_content=false + +; Escape all non-ascii characters to HTML entities. +; Normally this is not necessary, if there is a correct charset in the meta-section of your HTML-head. +; 'true' : Escape all non-ascii-characters +; 'false': Do nothing (default) +escape_8bit_characters=false + + + +; Content-Negotiation as defined in RFC 2295. +; These settings are only considered, if the project setting "use content negotiation" is switched on. +[negotiation] + +; if 'true', then the mime-type is omitted in the URL for page links. +page_negotiate_type = true + +; if 'true', then the language is omitted in the URL for page links. +page_negotiate_language = true + +; if 'true', then the mime type is omitted in the URL for file links +file_negotiate_type = true + + [project] ; Default publish directory. The edited target directory is appended. @@ -94,7 +94,7 @@ override_publish_dir=true ; Vars: {name} = project name, ; {dir} = Target directory, ; {dirbase} = Target directory basename -;system_command="sudo -u xyz /usr/local/bin/mirror.sh {dirbase}" +;system_command="sudo -u xyz /usr/local/bin/mirror.sh {dirbase}" system_command= ; Input overrides the default system command. diff --git a/config/webdav.ini.php b/config/webdav.ini.php @@ -1,34 +1,34 @@ -; <!-- $Id$ --> -; <?php exit('direct access denied') ?> - -; WEBDAV-settings - -enable=false - -; Creation of new folders, files. -create=true - -; Maximum filesize for uploaded files (in kB) -max_file_size=1000 - -; Readonly-Access. -readonly=true - -; Set "X-powered-by"-Header? -expose_openrat = true - -; Redirecting from "http://server/path/webdav.php" -; to "http://server/<prefix><session-id>/webdav.php" -; This is a must-have for clients who do not use cookies. -; If 'true', a rewriting rule (.htaccess) is needed. -session_in_uri = false - -; the prefix before the session id. -session_in_uri_prefix = ors - -; Make some Microsoft-specific stuff (they cannot read RFCs): -; - Set "MS-Author-Via:"-Header -; Set to 'true', if you want to use lame clients like MS-Office, MS-IE, ... -; Set to 'false' for strict WEBDAV, but no MS-clients are doing the job... -; -compliant_to_redmond = true +; <!-- $Id$ --> +; <?php exit('direct access denied') ?> + +; WEBDAV-settings + +enable=false + +; Creation of new folders, files. +create=true + +; Maximum filesize for uploaded files (in kB) +max_file_size=1000 + +; Readonly-Access. +readonly=true + +; Set "X-powered-by"-Header? +expose_openrat = true + +; Redirecting from "http://server/path/webdav.php" +; to "http://server/<prefix><session-id>/webdav.php" +; This is a must-have for clients who do not use cookies. +; If 'true', a rewriting rule (.htaccess) is needed. +session_in_uri = false + +; the prefix before the session id. +session_in_uri_prefix = ors + +; Make some Microsoft-specific stuff (they cannot read RFCs): +; - Set "MS-Author-Via:"-Header +; Set to 'true', if you want to use lame clients like MS-Office, MS-IE, ... +; Set to 'false' for strict WEBDAV, but no MS-clients are doing the job... +; +compliant_to_redmond = true