Download SVG EDIT for using it in mediawiki

Private

I am running Ubuntu 12.04 Server with mediawiki 1.21 (newest stable) version on it. Now I need this extension svgedit extension , I configurated my LocalSettings.php and put all required files in the dir extension/SVGEdit . Now I am stuck at this point : Configuration , I want to host the SVG-Editor on my own server and now I need the programm, but I can't find the needed one. Do I understand it correctly, that I have to install the SVGEdit then in extensions/SVGEdit/svg-edit?

Any help is upvoted immediately! Thanks in advance.

Stef K
  1. Download SVGedit and place it (unziped) in extensions/SVGEdit/svg-edit

  2. Open LocalSettings.php (with some terminal editor such as vim or nano) and add or change the following:

    i. require_once("$IP/extensions/SVGEdit/SVGEdit.php");

    ii. $wgFileExtensions[] = 'svg';

    iii. $wgAllowTitlesInSVG = true;

    iv. $wgSVGConverter = 'ImageMagick';

  3. In terminal issue the following to install ImageMagick:

    sudo apt-get update sudo apt-get install imagemagick

  4. Finally try first without setting the $wgSVGEditEditor setting

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Edit SVG font using Inkscape

From Dev

Displaying edit count on MediaWiki

From Dev

MediaWiki SVG thumbnailing

From Dev

MediaWiki SVG thumbnailing

From Dev

Unable to edit SVG using Batik in Java?

From Dev

How to generate svg in folder and force download as svg file using php?

From Dev

How to edit the internal webpage of router using Upload/Download?

From Dev

Edit existing pdf and send for download using iTextSharp and MVC

From Dev

Is it possible to edit an svg:image styles in the browser? (using D3)

From Dev

Is it possible to edit an svg:image styles in the browser? (using D3)

From Dev

How to edit the license line in a MediaWiki template

From Dev

Tuleap and Mediawiki - Unable to create or edit pages

From Dev

Creating and using MediaWiki templates?

From Dev

MediaWiki API: Download smaller versions of images

From Dev

MediaWiki API: Download smaller versions of images

From Dev

Javascript edit SVG

From Dev

Edit svg or psd with java

From Dev

Edit svg or psd with java

From Dev

How edit this SVG?

From Dev

Using external reference list in MediaWiki

From Java

Using MediaWiki ClientLogin For Sign In Verification

From Dev

Download SVG as a PNG image

From Dev

AngularJS download SVG as JPG

From Dev

Download SVG as a PNG image

From Dev

How can i edit pdf and put it inside zip during stream then download using IText and java?

From Dev

Download Image Edit image then Cache

From Dev

Get Wikipedia math expressions using MediaWiki API

From Dev

Using MediaWiki api to search for events on a specific date

From Dev

Getting talk page title using mediawiki API