summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-02-26 19:21:10 +0100
committerAndreas Gohr <andi@splitbrain.org>2007-02-26 19:21:10 +0100
commit3b974784da10039325d46e5355effb7b1badfde0 (patch)
treefd758d3b40973e25ff4f696cc6edb9d1ad13ea96 /data
parent63fe0db9b39037ea1ffe8b6cfa4f760a08ebe27a (diff)
downloadrpg-3b974784da10039325d46e5355effb7b1badfde0.tar.gz
rpg-3b974784da10039325d46e5355effb7b1badfde0.tar.bz2
page updates
darcs-hash:20070226182110-7ad00-b4af0eb8c29e6a168c3f1dc6306f2f294d818b72.gz
Diffstat (limited to 'data')
-rw-r--r--data/pages/wiki/dokuwiki.txt5
-rw-r--r--data/pages/wiki/syntax.txt3
2 files changed, 5 insertions, 3 deletions
diff --git a/data/pages/wiki/dokuwiki.txt b/data/pages/wiki/dokuwiki.txt
index 82dce90b4..63eb1c5e1 100644
--- a/data/pages/wiki/dokuwiki.txt
+++ b/data/pages/wiki/dokuwiki.txt
@@ -8,6 +8,7 @@ Read the [[doku>wiki:manual|DokuWiki Manual]] to unleash the full power of DokuW
DokuWiki is available at http://www.splitbrain.org/go/dokuwiki
+
===== Read More =====
All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>wiki:dokuwiki|wiki.splitbrain.org]].
@@ -49,13 +50,13 @@ All documentation and additional information besides the [[syntax|syntax descrip
* [[doku>wiki:forum|Check out the user forum]]
* [[doku>wiki:irc|Talk to other users in the IRC channel]]
* [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]]
- * [[doku>wiki:discussion:discussion|The discussion pages]]
* [[http://www.wikimatrix.org/forum/viewforum.php?id=10|Share your experiences in the WikiMatrix forum]]
* [[doku>wiki:thanks|Some humble thanks]]
+
===== Copyright =====
-2004-2006 (c) Andreas Gohr <andi@splitbrain.org>((Please do not contact me for help and support -- use the [[doku>wiki:mailinglist|mailinglist]] or [[http://forum.dokuwiki.org|forum]] instead))
+2004-2007 (c) Andreas Gohr <andi@splitbrain.org>((Please do not contact me for help and support -- use the [[doku>wiki:mailinglist|mailinglist]] or [[http://forum.dokuwiki.org|forum]] instead))
The DokuWiki engine is licensed under [[http://www.gnu.org/licenses/gpl.html|GNU General Public License]] Version 2. If you use DokuWiki in your company, consider donating a few bucks to me via [[https://www.paypal.com/xclick/business=andi%40splitbrain.org&amp;item_name=DokuWiki+Donation&amp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=EUR&amp;lc=US|PayPal]] ;-).
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 8dc38a5b9..77a7bafa1 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -323,6 +323,7 @@ See the source of this page to see how to use these blocks.
+
===== Syntax Highlighting =====
[[DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax is the same like in the code block in the previous section, but this time the name of the used language is inserted inside the tag. Eg. ''<nowiki><code java></nowiki>''.
@@ -339,7 +340,7 @@ class HelloWorldApp {
}
</code>
-The following language strings are currently recognized: //actionscript-french, actionscript, ada, apache, applescript, asm, asp, autoit, bash, blitzbasic, bnf, caddcl, cadlisp, cfdg, cfm, c_mac, c, cpp, cpp-qt, csharp, css, delphi, diff, div, dos, d, eiffel, fortran, freebasic, gml, groovy, html, idl, ini, inno, io, java5, java, javascript, latex, lisp, lua, matlab, mirc, mpasm, mysql, nsis, objc, ocaml-brief, ocaml, oobas, oracle8, pascal, perl, php-brief, php, plsql, python, qbasic, reg, robots, ruby, sas, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, thinbasic, tsql, vbnet, vb, vhdl, visualfoxpro, winbatch, xml//
+The following language strings are currently recognized: //actionscript-french, actionscript, ada, apache, applescript, asm, asp, autoit, bash, blitzbasic, bnf, caddcl, cadlisp, cfdg, cfm, c_mac, c, cpp, cpp-qt, csharp, css, delphi, diff, div, dos, d, eiffel, fortran, freebasic, gml, groovy, html, idl, ini, inno, io, java5, java, javascript, latex, lisp, lua, matlab, mirc, mpasm, mysql, nsis, objc, ocaml-brief, ocaml, oobas, oracle8, pascal, perl, php-brief, php, plsql, python, qbasic, reg, robots, ruby, sas, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, thinbasic, tsql, vbnet, vb, vhdl, visualfoxpro, winbatch, xml, z80//
===== Embedding HTML and PHP =====