DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:svg_pureinsert

This is an old revision of the document!


svg pureinsert plugin

Compatible with DokuWiki

DokuWiki-2007-06-26b

plugin Inserts a non PNG or otherwise modified SVG file, just its clean version. Plugin should work - mostly tested on SVGs from http://www.openclipart.org/ and Inkscape output. Any comments - place for them below.

Last updated on
2009-01-25
Provides
Syntax

The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Extension name contains underscore, will not generate popularity points.

Tagged with diagram, images, media, svg

Download

Here you can download plugin (supports remote installation): http://student.agh.edu.pl/~lechup/svg_pureInsert/svgpureInsert.zip

Installation

Do normal remote installation (ctrl+c → ctrl+v upper link in admin/manage plugins section of your DokuWiki)

Or manually after downloading plugin extract it and copy all the files to your DokuWiki /lib/plugins/ folder.

To enable the “media” support edit or create conf/mime.local.conf and add at the bottom entry: SVG image/svg+xml

If you want to disable cache for SVG files edit lib/plugins/svgpureInsert/svgpureInsert.php:

  1. define('SVG_CACHE', true); to define('SVG_CACHE', false);
  2. delete folder: lib/plugins/svgpureInsert/cache

Caching is enabled by default:

  1. folder lib/plugins/svgpureInsert/cache should have permissions to write

Overview

In action!My intention was to create plugin which enables using built-in SVG images visualization engine in Firefox, Opera browsers. I just didn't want to have PNG's or JPG's - I love vector graphics ;)

Features:
  • image like syntax, so it supports uploading and inserting SVG as a media files
  • supports DokuWiki align syntax
  • supports resizing !! - and this is what SVG is about :)
  • caching enabled by default
  • XHTML 1.0 valid
Known bugs/disadvantages:
  • embedded as a iframe - no wiki url syntax support
  • tooltip caption is not working (syntax is available) but Firefox is not displaying it
  • SVG is supported by Firefox and Opera, NO IE (5.5, 6.0) support (IE 7.0 8.0 not tested)
    • There is a browser plugin for IE 6 to display SVG. To be tested with this plugin.

How does it work?

  1. I've created syntax plugin which search for { {file_or_url.svg|description} } it's getSort is lower than media files, so it catch up everything nicely.
  2. Next step is search the base size of SVG
  3. When we got base size, we can count the size we want to display, and insert iframe tag to DokuWiki renderer
  4. We point iframe to svgpureInsert.php?url={url}&width={w}&height={h} which is used to change, and insert some SVG tags needed to resize the file
  5. After that when - CACHING is enabled in lib/plugins/svg/svg.php (default) - we save image in cache and display it as a svg/image+XML mime, when there is no CACHE we just display resized image and download it each time we refresh the page (despite the DokuWiki cache)

Version History

svgpureInsert 1.05

Thanks to Konstantin for sharing better code. Open Source rox!

  • fixed issue appeared when you use dokuwiki over https (SSL)
  • fixed issue with output of dia's SVGs
svgpureInsert 1.04
  • changed name to svgpureInsert not to collide with svg plugin
  • some other stuff done by: Goulven Guillard, thanks for sharing better code!:
    • corrected the remote installation
    • corrected preg_match regular expressions which didn't work fine
    • set $_GET results into variables
svg_pureInsert 1.03
  • some issues with “mm” and “px” size of svg
  • other issues with resizing
  • now supports remote installation
svg_pureInsert 1.02
  • svg_pureInstert do not disturb other media files (there was issue while using SVG and JPG images on the same page)
  • if no size of SVG file is given (e.g. } }), we use default (written into SVG) image size - "You want to set not numeric width or height..." error


== svg_pureInsert 1.01 ==
  * added namespace support, just forgot to test it before now: { {mcol:mcol_worm.svg?100 } } will point to proper directory (mcol/mcol_worm.svg)

====== Comments ======
Lechup
>any comments put here ;P

----

Err404:

your plugin is **conflict** with another svg plugin:
http://www.dokuwiki.org/plugin:svg

but i want use theses two plugin, one to insert **SVG file image** (your plugin), and second to insert **SVG code in source page** (another plugin).

I think is a conflict name.

I propose you to rename //svg// folder to //svgfile//

----

**Re: Error404**
Lechup
>thanks, there is new name, just uninstall old plugin and install new one please



----


**Media Support?**

To enable the “media” support //and not lose it on the next upgrade,// edit (or create) conf/mime.**local**.conf and add at the bottom entry: SVG image/svg+xml 


----

**Sadly, the plugin can not recognize chinese namespace, and can not find the svg file...**

----
thx for the plugin, but if I want to use the plugin with the standard advanced image syntax like:
  {{wiki:dokuwiki-128.png?linkonly

it's not work. It is possible to include this option in the plugin to create a svg-file link?

plugin/svg_pureinsert.1258149360.txt.gz · Last modified: 2009-11-13 22:56 by 88.66.17.29

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki