Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
klucg [2026/03/17 11:36] – [Windows Shares] 92.42.100.165klucg [2026/03/17 11:36] (aktuell) – [Internal] 92.42.100.165
Zeile 1: Zeile 1:
 ====== Formatting Syntax ====== ====== Formatting Syntax ======
  
-[[doku>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|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.+[[doku>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|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
  
 ===== Basic Text Formatting ===== ===== Basic Text Formatting =====
  
-DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.+DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.
  
-  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. +  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. 
-  Of course you can **__//''combine''//__** all these.+  Of course you can **__//''combine''//__** all these.
  
-You can use &lt;sub&gt;subscript&lt;/sub&gt; and &lt;sup&gt;superscript&lt;/sup&gt;, too.+You can use <sub>subscript</suband <sup>superscript</sup>, too.
  
-  You can use &lt;sub&gt;subscript&lt;/sub&gt; and &lt;sup&gt;superscript&lt;/sup&gt;, too.+  You can use <sub>subscript</suband <sup>superscript</sup>, too.
  
-You can mark something as &lt;del&gt;deleted&lt;/del&gt; as well.+You can mark something as <del>deleted</delas well.
  
-  You can mark something as &lt;del&gt;deleted&lt;/del&gt; as well.+  You can mark something as <del>deleted</delas well.
  
 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
Zeile 36: Zeile 36:
 ==== External ==== ==== External ====
  
-External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: &lt;andi@splitbrain.org&gt; are recognized, too.+External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.orgare recognized, too.
  
   DokuWiki supports multiple ways of creating links. External links are recognized   DokuWiki supports multiple ways of creating links. External links are recognized
   automagically: http://www.google.com or simply www.google.com - You can set   automagically: http://www.google.com or simply www.google.com - You can set
   link text as well: [[http://www.google.com|This Link points to google]]. Email   link text as well: [[http://www.google.com|This Link points to google]]. Email
-  addresses like this one: &lt;andi@splitbrain.org&gt; are recognized, too.+  addresses like this one: <andi@splitbrain.orgare recognized, too.
  
 ==== Internal ==== ==== Internal ====
Zeile 70: Zeile 70:
 ==== Interwiki ==== ==== Interwiki ====
  
-DokuWiki supports [[doku&amp;gt;Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia&amp;#039;s page about Wikis: [[wp&amp;gt;Wiki]].+DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
-  DokuWiki supports [[doku&amp;gt;Interwiki]] links. These are quick links to other Wikis. +  DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. 
-  For example this is a link to Wikipedia&amp;#039;s page about Wikis: [[wp&amp;gt;Wiki]].+  For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
 ==== Windows Shares ==== ==== Windows Shares ====
  
-Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp&gt;Intranet]].+Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
  
   Windows Shares like [[\\server\share|this]] are recognized, too.   Windows Shares like [[\\server\share|this]] are recognized, too.
Zeile 83: Zeile 83:
 Notes: Notes:
  
-  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the &quot;local zone&quot;). +  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). 
-  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in &#039;&#039;conf/local.protected.php&#039;&#039;:+  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/local.protected.php'':
  
-  $lang[&#039;js&#039;][&#039;nosmblinks&#039;] = &#039;&#039;;+  $lang['js']['nosmblinks'] = '';
  
 ==== Image Links ==== ==== Image Links ====
Zeile 108: Zeile 108:
 ===== Sectioning ===== ===== Sectioning =====
  
-You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string &#039;&#039;&lt;nowiki&gt;~~NOTOC~~&lt;/nowiki&gt;&#039;&#039; in the document.+You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
  
 ==== Headline Level 3 ==== ==== Headline Level 3 ====
Zeile 124: Zeile 124:
 ===== Images and Other Files ===== ===== Images and Other Files =====
  
-You can include external and internal [[doku&gt;images]] with curly brackets. Optionally you can specify the size of them.+You can include external and internal [[doku>images]] with curly brackets. Optionally you can specify the size of them.
  
 Real size:                        {{wiki:dokuwiki-128.png}} Real size:                        {{wiki:dokuwiki-128.png}}
Zeile 130: Zeile 130:
 Resize to given width:            {{wiki:dokuwiki-128.png?50}} Resize to given width:            {{wiki:dokuwiki-128.png?50}}
  
-Resize to given width and height((when the aspect ratio of the given width and height doesn&#039;t match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}+Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
  
 Resized external image:           {{http://de3.php.net/images/php.gif?200x50}} Resized external image:           {{http://de3.php.net/images/php.gif?200x50}}
Zeile 158: Zeile 158:
   {{ wiki:dokuwiki-128.png |This is the caption}}   {{ wiki:dokuwiki-128.png |This is the caption}}
  
-If you specify a filename (external or internal) that is not an image (&#039;&#039;gif, jpeg, png&#039;&#039;), then it will be displayed as a link instead.+If you specify a filename (external or internal) that is not an image (''gif, jpeg, png''), then it will be displayed as a link instead.
  
 For linking an image to another page see [[#Image Links]] above. For linking an image to another page see [[#Image Links]] above.
Zeile 164: Zeile 164:
 ===== Lists ===== ===== Lists =====
  
-Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a &#039;&#039;*&#039;&#039; for unordered lists or a &#039;&#039;-&#039;&#039; for ordered ones.+Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
  
   * This is a list   * This is a list
Zeile 174: Zeile 174:
   - Another item   - Another item
     - Just use indention for deeper levels     - Just use indention for deeper levels
-  - That&#039;s it+  - That's it
  
-&lt;code&gt;+<code>
   * This is a list   * This is a list
   * The second item   * The second item
Zeile 185: Zeile 185:
   - Another item   - Another item
     - Just use indention for deeper levels     - Just use indention for deeper levels
-  - That&#039;s it +  - That's it 
-&lt;/code&gt;+</code>
  
-Also take a look at the [[doku&gt;faq:lists|FAQ on list items]].+Also take a look at the [[doku>faq:lists|FAQ on list items]].
  
 ===== Text Conversions ===== ===== Text Conversions =====
Zeile 198: Zeile 198:
 ==== Text to Image Conversions ==== ==== Text to Image Conversions ====
  
-DokuWiki converts commonly used [[wp&gt;emoticon]]s to their graphical equivalents. Those [[doku&gt;Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:+DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
  
   * 8-) %%  8-)  %%   * 8-) %%  8-)  %%
Zeile 225: Zeile 225:
 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
  
--&gt; &lt;&lt;-&gt; =&gt; &lt;&lt;=&gt; &gt;&gt; &lt;&lt; -- --- 640x480 (c) (tm) (r) +-> <<-=> <<=> >> << -- --- 640x480 (c) (tm) (r) 
-&quot;He thought &#039;It&#039;s a man&#039;s world&#039;...&quot;+"He thought 'It's a man's world'..."
  
-&lt;code&gt; +<code> 
--&gt; &lt;&lt;-&gt; =&gt; &lt;&lt;=&gt; &gt;&gt; &lt;&lt; -- --- 640x480 (c) (tm) (r) +-> <<-=> <<=> >> << -- --- 640x480 (c) (tm) (r) 
-&quot;He thought &#039;It&#039;s a man&#039;s world&#039;...&quot; +"He thought 'It's a man's world'..." 
-&lt;/code&gt;+</code>
  
-The same can be done to produce any kind of HTML, it just needs to be added to the [[doku&gt;entities|pattern file]].+The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
  
-There are three exceptions which do not come from that pattern file: multiplication entity (640x480), &#039;single&#039; and &quot;double quotes&quot;. They can be turned off through a [[doku&gt;config:typography|config option]].+There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'singleand "double quotes". They can be turned off through a [[doku>config:typography|config option]].
  
 ===== Quoting ===== ===== Quoting =====
  
-Some times you want to mark some text to show it&#039;s a reply or comment. You can use the following syntax:+Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
  
   I think we should do it   I think we should do it
      
-  &gt; No we shouldn&#039;t+  No we shouldn't
      
-  &gt;&gt; Well, I say we should+  >> Well, I say we should
      
-  &gt; Really?+  Really?
      
-  &gt;&gt; Yes!+  >> Yes!
      
-  &gt;&gt;&gt; Then lets do it!+  >>> Then lets do it!
  
 I think we should do it I think we should do it
  
-&gt; No we shouldn&#039;t+No we shouldn't
  
-&gt;&gt; Well, I say we should+>> Well, I say we should
  
-&gt; Really?+Really?
  
-&gt;&gt; Yes!+>> Yes!
  
-&gt;&gt;&gt; Then lets do it!+>>> Then lets do it!
  
 ===== Tables ===== ===== Tables =====
Zeile 274: Zeile 274:
 | Row 3 Col 1  | Row 3 Col 2                          | Row 3 Col 3  | | Row 3 Col 1  | Row 3 Col 2                          | Row 3 Col 3  |
  
-Table rows have to start and end with a &#039;&#039;|&#039;&#039; for normal rows or a &#039;&#039;^&#039;&#039; for headers.+Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
  
   ^ Heading 1      ^ Heading 2       ^ Heading 3          ^   ^ Heading 1      ^ Heading 2       ^ Heading 3          ^
Zeile 290: Zeile 290:
 ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        | ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-As you can see, it&#039;s the cell separator before a cell which decides about the formatting:+As you can see, it's the cell separator before a cell which decides about the formatting:
  
   |              ^ Heading 1            ^ Heading 2          ^   |              ^ Heading 1            ^ Heading 2          ^
Zeile 297: Zeile 297:
   ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |   ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-You can have rowspans (vertically connected cells) by adding &#039;&#039;:::&#039;&#039; into the cells below the one to which they should connect.+You can have rowspans (vertically connected cells) by adding '':::'' into the cells below the one to which they should connect.
  
 ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^
Zeile 329: Zeile 329:
 ===== No Formatting ===== ===== No Formatting =====
  
-If you need to display text exactly like it is typed (without any formatting), enclose the area either with &#039;&#039;%%&lt;nowiki&gt;%%&#039;&#039; tags or even simpler, with double percent signs &#039;&#039;&lt;nowiki&gt;%%&lt;/nowiki&gt;&#039;&#039;.+If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
  
-&lt;nowiki&gt;+<nowiki>
 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
-&lt;/nowiki&gt;+</nowiki>
 The same is true for %%//__this__ text// with a smiley ;-)%%. The same is true for %%//__this__ text// with a smiley ;-)%%.
  
-  &lt;nowiki&gt;+  <nowiki>
   This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.   This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
-  &lt;/nowiki&gt;+  </nowiki>
   The same is true for %%//__this__ text// with a smiley ;-)%%.   The same is true for %%//__this__ text// with a smiley ;-)%%.
  
 ===== Code Blocks ===== ===== Code Blocks =====
  
-You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags &#039;&#039;%%&lt;code&gt;%%&#039;&#039; or &#039;&#039;%%&lt;file&gt;%%&#039;&#039;.+You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
  
   This is text is indented by two spaces.   This is text is indented by two spaces.
  
-&lt;code&gt; +<code> 
-This is preformatted code all spaces are preserved: like              &lt;-this +This is preformatted code all spaces are preserved: like              <-this 
-&lt;/code&gt;+</code>
  
-&lt;file&gt;+<file>
 This is pretty much the same, but you could use it to show that you quoted a file. This is pretty much the same, but you could use it to show that you quoted a file.
-&lt;/file&gt;+</file>
  
 Those blocks were created by this source: Those blocks were created by this source:
Zeile 359: Zeile 359:
     This is text is indented by two spaces.     This is text is indented by two spaces.
  
-  &lt;code&gt; +  <code> 
-  This is preformatted code all spaces are preserved: like              &lt;-this +  This is preformatted code all spaces are preserved: like              <-this 
-  &lt;/code&gt;+  </code>
  
-  &lt;file&gt;+  <file>
   This is pretty much the same, but you could use it to show that you quoted a file.   This is pretty much the same, but you could use it to show that you quoted a file.
-  &lt;/file&gt;+  </file>
  
 ==== Syntax Highlighting ==== ==== Syntax Highlighting ====
  
-[[wiki: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 uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. &#039;&#039;&lt;nowiki&gt;&lt;code java&gt;&lt;/nowiki&gt;&#039;&#039; or &#039;&#039;&lt;nowiki&gt;&lt;file java&gt;&lt;/nowiki&gt;&#039;&#039;.+[[wiki: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 uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
  
-&lt;code java&gt;+<code java>
 /** /**
  * The HelloWorldApp class implements an application that  * The HelloWorldApp class implements an application that
- * simply displays &quot;Hello World!&quot; to the standard output.+ * simply displays "Hello World!to the standard output.
  */  */
 class HelloWorldApp { class HelloWorldApp {
     public static void main(String[] args) {     public static void main(String[] args) {
-        System.out.println(&quot;Hello World!&quot;); //Display the string.+        System.out.println("Hello World!"); //Display the string.
     }     }
 } }
-&lt;/code&gt;+</code>
  
 The following language strings are currently recognized: //4cs, 6502acme, 6502kickass, 6502tasm, 68000devpac, abap, actionscript-french, actionscript, actionscript3, ada, algol68, apache, applescript, asm, asp, autoconf, autohotkey, autoit, avisynth, awk, bascomavr, bash, basic4gl, bf, bibtex, blitzbasic, bnf, boo, c, c_loadrunner, c_mac, caddcl, cadlisp, cfdg, cfm, chaiscript, cil, clojure, cmake, cobol, coffeescript, cpp, cpp-qt, csharp, css, cuesheet, d, dcs, delphi, diff, div, dos, dot, e, epc, ecmascript, eiffel, email, erlang, euphoria, f1, falcon, fo, fortran, freebasic, fsharp, gambas, genero, genie, gdb, glsl, gml, gnuplot, go, groovy, gettext, gwbasic, haskell, hicest, hq9plus, html, html5, icon, idl, ini, inno, intercal, io, j, java5, java, javascript, jquery, kixtart, klonec, klonecpp, latex, lb, lisp, llvm, locobasic, logtalk, lolcode, lotusformulas, lotusscript, lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, modula2, modula3, mmix, mpasm, mxml, mysql, newlisp, nsis, oberon2, objc, objeck, ocaml-brief, ocaml, oobas, oracle8, oracle11, oxygene, oz, pascal, pcre, perl, perl6, per, pf, php-brief, php, pike, pic16, pixelbender, pli, plsql, postgresql, povray, powerbuilder, powershell, proftpd, progress, prolog, properties, providex, purebasic, pycon, python, q, qbasic, rails, rebol, reg, robots, rpmspec, rsplus, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, sql, systemverilog, tcl, teraterm, text, thinbasic, tsql, typoscript, unicon, uscript, vala, vbnet, vb, verilog, vhdl, vim, visualfoxpro, visualprolog, whitespace, winbatch, whois, xbasic, xml, xorg_conf, xpp, yaml, z80, zxbasic// The following language strings are currently recognized: //4cs, 6502acme, 6502kickass, 6502tasm, 68000devpac, abap, actionscript-french, actionscript, actionscript3, ada, algol68, apache, applescript, asm, asp, autoconf, autohotkey, autoit, avisynth, awk, bascomavr, bash, basic4gl, bf, bibtex, blitzbasic, bnf, boo, c, c_loadrunner, c_mac, caddcl, cadlisp, cfdg, cfm, chaiscript, cil, clojure, cmake, cobol, coffeescript, cpp, cpp-qt, csharp, css, cuesheet, d, dcs, delphi, diff, div, dos, dot, e, epc, ecmascript, eiffel, email, erlang, euphoria, f1, falcon, fo, fortran, freebasic, fsharp, gambas, genero, genie, gdb, glsl, gml, gnuplot, go, groovy, gettext, gwbasic, haskell, hicest, hq9plus, html, html5, icon, idl, ini, inno, intercal, io, j, java5, java, javascript, jquery, kixtart, klonec, klonecpp, latex, lb, lisp, llvm, locobasic, logtalk, lolcode, lotusformulas, lotusscript, lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, modula2, modula3, mmix, mpasm, mxml, mysql, newlisp, nsis, oberon2, objc, objeck, ocaml-brief, ocaml, oobas, oracle8, oracle11, oxygene, oz, pascal, pcre, perl, perl6, per, pf, php-brief, php, pike, pic16, pixelbender, pli, plsql, postgresql, povray, powerbuilder, powershell, proftpd, progress, prolog, properties, providex, purebasic, pycon, python, q, qbasic, rails, rebol, reg, robots, rpmspec, rsplus, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, sql, systemverilog, tcl, teraterm, text, thinbasic, tsql, typoscript, unicon, uscript, vala, vbnet, vb, verilog, vhdl, vim, visualfoxpro, visualprolog, whitespace, winbatch, whois, xbasic, xml, xorg_conf, xpp, yaml, z80, zxbasic//
Zeile 387: Zeile 387:
 ==== Downloadable Code Blocks ==== ==== Downloadable Code Blocks ====
  
-When you use the &#039;&#039;%%&lt;code&gt;%%&#039;&#039; or &#039;&#039;%%&lt;file&gt;%%&#039;&#039; syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:+When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
  
-&lt;code&gt; +<code> 
-&lt;file php myexample.php&gt; +<file php myexample.php> 
-&lt;?php echo &quot;hello world!&quot;; ?&gt; +<?php echo "hello world!"; ?> 
-&lt;/file&gt; +</file> 
-&lt;/code&gt;+</code>
  
-&lt;file php myexample.php&gt; +<file php myexample.php> 
-&lt;?php echo &quot;hello world!&quot;; ?&gt; +<?php echo "hello world!"; ?> 
-&lt;/file&gt;+</file>
  
-If you don&#039;t want any highlighting but want a downloadable file, specify a dash (&#039;&#039;-&#039;&#039;) as the language code: &#039;&#039;%%&lt;code - myfile.foo&gt;%%&#039;&#039;.+If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
  
  
 ===== Embedding HTML and PHP ===== ===== Embedding HTML and PHP =====
  
-You can embed raw HTML or PHP code into your documents by using the &#039;&#039;%%&lt;html&gt;%%&#039;&#039; or &#039;&#039;%%&lt;php&gt;%%&#039;&#039; tags. (Use uppercase tags if you need to enclose block level elements.)+You can embed raw HTML or PHP code into your documents by using the ''%%<html>%%'' or ''%%<php>%%'' tags. (Use uppercase tags if you need to enclose block level elements.)
  
 HTML example: HTML example:
  
-&lt;code&gt; +<code> 
-&lt;html&gt; +<html> 
-This is some &lt;span style=&quot;color:red;font-size:150%;&quot;&gt;inline HTML&lt;/span&gt; +This is some <span style="color:red;font-size:150%;">inline HTML</span> 
-&lt;/html&gt; +</html> 
-&lt;HTML&gt; +<HTML> 
-&lt;p style=&quot;border:2px dashed red;&quot;&gt;And this is some block HTML&lt;/p&gt; +<p style="border:2px dashed red;">And this is some block HTML</p> 
-&lt;/HTML&gt; +</HTML> 
-&lt;/code&gt;+</code>
  
-&lt;html&gt; +<html> 
-This is some &lt;span style=&quot;color:red;font-size:150%;&quot;&gt;inline HTML&lt;/span&gt; +This is some <span style="color:red;font-size:150%;">inline HTML</span> 
-&lt;/html&gt; +</html> 
-&lt;HTML&gt; +<HTML> 
-&lt;p style=&quot;border:2px dashed red;&quot;&gt;And this is some block HTML&lt;/p&gt; +<p style="border:2px dashed red;">And this is some block HTML</p> 
-&lt;/HTML&gt;+</HTML>
  
 PHP example: PHP example:
  
-&lt;code&gt; +<code> 
-&lt;php&gt; +<php> 
-echo &#039;A logo generated by PHP:&#039;+echo 'A logo generated by PHP:'
-echo &#039;&lt;img src=&quot;&#039; . $_SERVER[&#039;PHP_SELF&#039;] . &#039;?=&#039; . php_logo_guid() . &#039;&quot; alt=&quot;PHP Logo !&quot; /&gt;&#039;+echo '<img src="' . $_SERVER['PHP_SELF'] . '?=. php_logo_guid() . '" alt="PHP Logo !/>'
-echo &#039;(generated inline HTML)&#039;+echo '(generated inline HTML)'
-&lt;/php&gt; +</php> 
-&lt;PHP&gt; +<PHP> 
-echo &#039;&lt;table class=&quot;inline&quot;&gt;&lt;tr&gt;&lt;td&gt;The same, but inside a block level element:&lt;/td&gt;&#039;+echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>'
-echo &#039;&lt;td&gt;&lt;img src=&quot;&#039; . $_SERVER[&#039;PHP_SELF&#039;] . &#039;?=&#039; . php_logo_guid() . &#039;&quot; alt=&quot;PHP Logo !&quot; /&gt;&lt;/td&gt;&#039;+echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=. php_logo_guid() . '" alt="PHP Logo !/></td>'
-echo &#039;&lt;/tr&gt;&lt;/table&gt;&#039;+echo '</tr></table>'
-&lt;/PHP&gt; +</PHP> 
-&lt;/code&gt;+</code>
  
-&lt;php&gt; +<php> 
-echo &#039;A logo generated by PHP:&#039;+echo 'A logo generated by PHP:'
-echo &#039;&lt;img src=&quot;&#039; . $_SERVER[&#039;PHP_SELF&#039;] . &#039;?=&#039; . php_logo_guid() . &#039;&quot; alt=&quot;PHP Logo !&quot; /&gt;&#039;+echo '<img src="' . $_SERVER['PHP_SELF'] . '?=. php_logo_guid() . '" alt="PHP Logo !/>'
-echo &#039;(inline HTML)&#039;+echo '(inline HTML)'
-&lt;/php&gt; +</php> 
-&lt;PHP&gt; +<PHP> 
-echo &#039;&lt;table class=&quot;inline&quot;&gt;&lt;tr&gt;&lt;td&gt;The same, but inside a block level element:&lt;/td&gt;&#039;+echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>'
-echo &#039;&lt;td&gt;&lt;img src=&quot;&#039; . $_SERVER[&#039;PHP_SELF&#039;] . &#039;?=&#039; . php_logo_guid() . &#039;&quot; alt=&quot;PHP Logo !&quot; /&gt;&lt;/td&gt;&#039;+echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=. php_logo_guid() . '" alt="PHP Logo !/></td>'
-echo &#039;&lt;/tr&gt;&lt;/table&gt;&#039;+echo '</tr></table>'
-&lt;/PHP&gt;+</PHP>
  
 **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed. **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.
Zeile 460: Zeile 460:
 | author     | show item authors names | | author     | show item authors names |
 | date       | show item dates | | date       | show item dates |
-| description| show the item description. If [[doku&gt;config:htmlok|HTML]] is disabled all tags will be stripped |+| description| show the item description. If [[doku>config:htmlok|HTML]] is disabled all tags will be stripped |
 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). | | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
  
Zeile 467: Zeile 467:
 **Example:** **Example:**
  
-  {{rss&gt;http://slashdot.org/index.rss 5 author date 1h }}+  {{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
-{{rss&gt;http://slashdot.org/index.rss 5 author date 1h }}+{{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
  
Zeile 478: Zeile 478:
 ^ Macro           ^ Description | ^ Macro           ^ Description |
 | %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | | %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created |
-| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%&lt;php&gt;%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |+| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
  
 ===== Syntax Plugins ===== ===== Syntax Plugins =====
  
-DokuWiki&#039;s syntax can be extended by [[doku&gt;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:+DokuWiki's syntax can be extended by [[doku>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~~ ~~INFO:syntaxplugins~~
-1+