Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:dokuwiki

dokuwiki

dokuwiki ist eine Wiki-Software.

Syntax

Code-Prettifier-Plugin

Siehe Code Prettifier Plugin

Beispiel 1

<Code> 
<?php echo '<p>Hello World</p>'; ?> 
</Code>
<?php echo '<p>Hello World</p>'; ?>  

Beispiel 2

<Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//>
<html>
  <head>
  <title>PHP Test</title>
 </head>
 <body>
 <?php echo '<p>Hello World</p>'; ?> 
 </body>
</html>
</Code>

Example #1 Our first PHP script: hello.php

<html>
  <head>
  <title>PHP Test</title>
 </head>
 <body>
 <?php echo '<p>Hello World</p>'; ?> 
 </body>
</html>

Konsole Plugin

Siehe Konsole-Plugin

Beispiel

<konsole root>
ls -l
</konsole>

ROOT
root@localhost:~# ls -l total 16 -rwxr–r– 1 root root 2599 Dec 31 17:42 ed25519hetzner drwx—— 2 root root 4096 Sep 23 11:58 Mail -rw——- 1 root root 2257 Sep 23 11:57 mbox -rw——- 1 root root 37 Dec 8 04:09 nohup.out

Weiterleitungen

~~REDIRECT>beratung:Arbeit~~

Fehler

Plugin manuell deaktivieren

Eintragen in dokuwiki/conf/plugins.local.php (Plugins liegen in dokuwiki/libs/plugins/)

$plugins['code2'] = 0;

Siehe auch

Themes

linux/dokuwiki.txt · Zuletzt geändert: von move

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki