summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-07-14 21:33:36 +0200
committerandi <andi@splitbrain.org>2005-07-14 21:33:36 +0200
commitb5bef19b5dbebf123d1c181b3cebadea198add35 (patch)
treeb81c4d91703ded1419729dae7e54771212b66f09 /data
parentb047a4cfb6b85b30af11a520eea9e8953015b0a5 (diff)
downloadrpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.gz
rpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.bz2
updated GeSHi to 1.0.7
darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz
Diffstat (limited to 'data')
-rw-r--r--data/pages/wiki/syntax.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 924eed449..35509fdd7 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -1,6 +1,6 @@
====== Formatting Syntax ======
-[[wiki:DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground]] page. The simpler markup is easily accessible via [[doku>wiki:quickbuttons|quickbuttons]], too.
+[[wiki:DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground|playground]] page. The simpler markup is easily accessible via [[doku>wiki:quickbuttons|quickbuttons]], too.
===== Basic text formatting =====
@@ -332,7 +332,7 @@ class HelloWorldApp {
}
</code>
-The following language strings are currently recognized: //actionscript, ada, apache, asm, asp, bash, caddcl, cadlisp, c, c_mac, cpp, csharp, css, delphi, html4strict, java, javascript, lisp, lua, mpasm, nsis, objc, oobas, oracle8, pascal, perl, php-brief, php, python, qbasic, smarty, sql, vb, vbnet, visualfoxpro, xml//
+The following language strings are currently recognized: //actionscript, ada, apache, asm, asp, bash, caddcl, cadlisp, c, c_mac, cpp, csharp, css, delphi, diff, d, html4strict, java, javascript, lisp, lua, matlab, mpasm, nsis, objc, oobas, oracle8, pascal, perl, php-brief, php, python, qbasic, smarty, sql, vb, vbnet, vhdl, visualfoxpro, xml//
===== Embedding HTML and PHP =====
@@ -359,4 +359,10 @@ echo 'A logo generated by PHP:';
echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
</php>
-**Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed. \ No newline at end of file
+**Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.
+
+===== Syntax Plugins =====
+
+DokuWiki's syntax can be extended by [[doku>wiki:plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
+
+~~INFO:syntaxplugins~~ \ No newline at end of file