Dokuforms

It consists of

Basic Idea

Just a way to get some basic html input in dokuwiki.

Installation

Alternatively, see the installation notes by Frisco Rose under http://wiki.splitbrain.org/wiki:debian_notes

Prerequisites

  • Of course you need DokuWiki installed and running.

Installation with plugin manager

  • within a web browser, load dokuwiki, follow the links admin > manage plugins, then download from URL: http://danjer.doudouke.org/doku.php/tech/dokuforms.tar.gz
  • at present, it may be necessary to make a little modification to the syntax file which requires command-line access to the dokuwiki server. See below.

Installation from command line, with darcs

$> cd dokuwiki/lib/plugins
$> darcs get http://danjer.doudouke.org/doku.php/tech/dokuforms.tar.gz

Update:

$> darcs pull

Installation from command line, without darcs

$>  cd dokuwiki
$>  mkdir lib/plugins/dokuforms
$> mkdir dokuforms
$> cd dokuforms
$> wget http://danjer.doudouke.org/doku.php/tech/dokubforms.zip
$> unzip dokuforms.zip
$> cp dokuforms/class.dokuformsrenderer.php ../lib/plugins/dokuforms
$> cd ..
$> rm -rd dokuforms
  • modify the paths in lib/plugins/dokuforms/class.dokuformsrender.php

Troubleshooting

Example dokuwiki contents

News/Changes

darcs changes

Comments

 
tech/dokuforms.txt · Dernière modification: 2006/11/07 12:23
 
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki Powered by Lescampeurs