I tried to upload an SVG to Inkscape wiki but the format is not accepted (only png/jpg). I think it's a shame :) Can someone knowledgeable please fix this?
On Tue, 2006-10-31 at 11:17 -0500, bulia byak wrote:
I tried to upload an SVG to Inkscape wiki but the format is not accepted (only png/jpg). I think it's a shame :) Can someone knowledgeable please fix this?
Ok, I will fix it. One second...
Jon
On Tue, 2006-10-31 at 11:17 -0500, bulia byak wrote:
I tried to upload an SVG to Inkscape wiki but the format is not accepted (only png/jpg). I think it's a shame :) Can someone knowledgeable please fix this?
Bulia, I fixed this in our wiki/LocalSettings.php file on our server with this:
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'svg', 'svgz', 'pdf' );
Does this suffice?
Jon
On 10/31/06, Jon Phillips <jon@...235...> wrote:
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'svg', 'svgz', 'pdf' );
Does this suffice?
Perfect, thanks!
participants (2)
-
bulia byak
-
Jon Phillips