openrat-cms

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

commit 070f5a349dd4b41261cc29222f595492a4de6ee4
parent cc00b12c6eb09c0d30b29c45a06e79c6acf606be
Author: dankert <devnull@localhost>
Date:   Sun, 26 Nov 2006 23:01:41 +0100

Datei "text-markup.ini.php" umbenannt in "editor.ini.php".

Diffstat:
config/editor.ini.php | 64++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
config/openrat-cms/text-markup.ini.php | 38--------------------------------------
2 files changed, 64 insertions(+), 38 deletions(-)

diff --git a/config/editor.ini.php b/config/editor.ini.php @@ -0,0 +1,64 @@ +; <?php exit('direct access denied') ?> + +[text-markup] + +strong-begin = * +strong-end = * + +emphatic-begin = _ +emphatic-end = _ + +image-begin = "{" +image-end = "}" + +speech-begin = "\"" +speech-end = "\"" + +code-begin = "=" +code-end = "=" + +pre-begin = "=" +pre-end = "=" + +insert-begin = ++ +insert-end = ++ + +remove-begin = -- +remove-end = -- + +definition-sep = ":" +headline = "+" + +headline_level1_underline = "=" +headline_level2_underline = "-" +headline_level3_underline = "." + +list-unnumbered = "-" +list-numbered = "#" + +table-of-content= "##TOC##" +linkto = "->" +table-cell-sep = "|" + +style-begin = "'" +style-end = "'" + +quote = > +quote-line-begin = > +quote-line-end = > + + +[html] + +tag_teletype=tt +tag_emphatic=em +tag_strong_open="strong +tag_speech_="cite" +speech_open="&bdquo;" +speech_close="&rdquo;" + + +[wiki] + +convert_html=true +convert_bbcode=true diff --git a/config/openrat-cms/text-markup.ini.php b/config/openrat-cms/text-markup.ini.php @@ -1,37 +0,0 @@ -; <?php exit('direct access denied') ?> - -strong-begin = * -strong-end = * - -emphatic-begin = _ -emphatic-end = _ - -image-begin = "{" -image-end = "}" - -speech-begin = "\"" -speech-end = "\"" - -code-begin = "=" -code-end = "=" - -pre-begin = "=" -pre-end = "=" - -insert-begin = ++ -insert-end = ++ - -remove-begin = -- -remove-end = -- - -definition-sep = ":" -headline = "+" - -list-unnumbered = "-" -list-numbered = "#" - -linkto="->" -table-cell-sep="|" - -style-begin = "'" -style-end = "'"- \ No newline at end of file