DokuWiki SVG Plugin

Project Data
Name DokuWiki SVG Plugin
Version 1.0
Download .tar.gz
Status Beta
Last Update 2008-02-10

Overview:

The SVG plugin provides a variety of methods for embedding SVG images directly within your wiki pages.

Installation Requirements:

This module is designed to work under many different situations and installation environments. There are only a few true requirements for installation, and the rest are optional as they are purely used for feature enhancements.

PHP Version

It is recommended that PHP 5 or greater be used when running this plugin, however it should work with PHP 4.3.0 and up.

Extensions

Plugin:svg utilizes various extensions to provide SVG format support and parsing. The following extensions are required in order for the svg plugin to work:

  • xml (automatically installed unless explicitly disabled with the '–disable-xml' configuration directive)

There are a few extensions that are optional and can provide additional functionality to the svg plugin. These extensions are:

  • imagick (provides ImageMagick / GraphicsMagick support)
  • magickwand (provides ImageMagick support)

Documentation

This will be added shortly. For now here is a basic idea of the syntax:

<svgimage>
<!-- insert svg code here (be sure to start with <?xml version="... etc.) -->
</svgimage>

Future Plans

  • Add support for the built-in GD library as an alternative to ImageMagick/GraphicsMagick

Known Bugs

  • [ FIXED ] Upon installing the plugin, page=config causes a blank page to be displayed until the plugin is removed.
 
project/dokuwiki-svg.txt · Last modified: 2008/09/18 11:15 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki