openrat-cms

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

commit 2eb1ce83148d6e65fc46e162e550ebae860021c3
parent d35024493fd678f7a064f0c48356c42fbd8f8860
Author: dankert <devnull@localhost>
Date:   Sat, 24 Nov 2007 15:25:04 +0100

Einstellungen f?r Fu?noten.

Diffstat:
config/editor.ini.php | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/config/editor.ini.php b/config/editor.ini.php @@ -22,6 +22,10 @@ speech-end = QUOTE ; text with same width code-begin = "=" code-end = "=" + +; footnotes +footnote-begin="[" +footnote-end="]" ; pre-formatted Text pre-begin = "=" @@ -101,11 +105,22 @@ rendermode=sgml ;rendermode=xml replace = "EUR:&euro; Ä:&Auml; ä:&auml; Ö:&Ouml; ö:&ouml; Ü:&Uuml; ü:&uuml; ß:&szlig; (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 + + + +; Settings for text/plain-documents +[text] + +; maximum line length +linelength=70 + ; Calendar settings @@ -115,3 +130,7 @@ convert_bbcode=true ; 0 = Week begins with Sunday (America, Australia, Islam) ; 1 = Week begins with Monday (ISO-8601, Europe) weekday_offset=1 + + +[text] +linelength=70