I'm using ImageMagick to render SVG images on my wiki but some of the 
thumbnails have problems with them.  For exampled this SVG image has some 
pixels in the upper left hand corner that shouldn't be there: 
http://thecatholicguide.com/wiki/File:Arms_of_Basilica.svg

My wiki is hosted so my only image converting option is ImageMagick.  Is there 
anything I can do to get better thumbnails?

Thanks,
Caitlin

________________________________
Caitlin Dempsey
Editor, GIS Lounge
edi...@gislounge.com
http:.gislounge.com

Twitter: http://twitter.com/geospatialnews
Facebook: http://www.facebook.com/gislounge






On Oct 27, 2010, at 5:00 AM, mediawiki-l-requ...@lists.wikimedia.org wrote:

> Send MediaWiki-l mailing list submissions to
>       mediawiki-l@lists.wikimedia.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> or, via email, send a message with subject or body 'help' to
>       mediawiki-l-requ...@lists.wikimedia.org
> 
> You can reach the person managing the list at
>       mediawiki-l-ow...@lists.wikimedia.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of MediaWiki-l digest..."
> 
> 
> Today's Topics:
> 
>   1. Accessing User's standard.js file? (Tech Geek)
>   2. SMWCon 2011 spring pre-conference survey (Jesse Wang)
>   3. Re: Accessing User's standard.js file? (Platonides)
>   4. wiki.xml to wiki.txt (Jerry Van Suchtelen)
>   5. Re: Accessing User's standard.js file? (Tech Geek)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 26 Oct 2010 13:15:33 -0700
> From: Tech Geek <techgeek12...@gmail.com>
> Subject: [Mediawiki-l] Accessing User's standard.js file?
> To: MediaWiki announcements and site admin list
>       <mediawiki-l@lists.wikimedia.org>
> Message-ID:
>       <aanlkti=1t1lxiaweotcogqxoqev9vnegotzxibev9...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> I am trying to configure the "External Edit" feature in MediaWiki from [1].
> One of the things mentioned (recommended) in there is to put the following
> piece of code in User's .js file:
> 
> addOnloadHook(function() {
>    var editTab = document.getElementById("ca-edit");
>    if (!editTab) return;
>    var editURL = editTab.getElementsByTagName("a")[0].href;
>    addPortletLink("p-cactions", editURL + "&externaledit=true", "EE",
> "ca-exted", "External editor", "");
> });
> 
> I  am assuming that I might have to put this code in User's standard.js file
> [2].
> 
> How do I access my personal standard.js file?
> 
> My User page is accessible as follow:
> http://myserver/wiki/index.php/User:TechGeek
> 
> Thanks
> 
> [1] http://www.mediawiki.org/wiki/Manual:External_editors
> 
> [2]
> http://www.mediawiki.org/wiki/Manual:Interface/JavaScript#Personal_scripts
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 26 Oct 2010 13:34:24 -0700
> From: Jesse Wang <wjxh...@gmail.com>
> Subject: [Mediawiki-l] SMWCon 2011 spring pre-conference survey
> To: semediawiki-devel <semediawiki-de...@lists.sourceforge.net>,
>       mediawiki-l <mediawiki-l@lists.wikimedia.org>
> Message-ID:
>       <aanlktinsk_rr5zwxejqaxnxr1v1zkvag5t=_ut+ou...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Dear all,
> 
> If you are interested in social semantic web or MediaWiki development,
> especially Semantic MediaWiki related stuff, you may be interested in
> attending SMWCon 2011 Spring, please take several minutes to finish this
> _pre-conference_ survey to help us make it better for you, of you, and by
> you.
> 
> (sorry for the multiple post if you have seen it already)
> 
> All 13 questions are choices and mostly yes/no answers, only 3 questions are
> required to complete the survey.
> 
> Please click the link below to begin the survey.
> http://www.zoomerang.com/Survey/WEB22BDFEKJWSB
> 
> Thanks,
> Jesse
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Tue, 26 Oct 2010 23:01:43 +0200
> From: Platonides <platoni...@gmail.com>
> Subject: Re: [Mediawiki-l] Accessing User's standard.js file?
> To: mediawiki-l@lists.wikimedia.org
> Message-ID: <ia7fgp$nb...@dough.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Tech Geek wrote:
>> I am trying to configure the "External Edit" feature in MediaWiki from [1].
>> One of the things mentioned (recommended) in there is to put the following
>> piece of code in User's .js file:
>> 
>> addOnloadHook(function() {
>>    var editTab = document.getElementById("ca-edit");
>>    if (!editTab) return;
>>    var editURL = editTab.getElementsByTagName("a")[0].href;
>>    addPortletLink("p-cactions", editURL + "&externaledit=true", "EE",
>> "ca-exted", "External editor", "");
>> });
>> 
>> I  am assuming that I might have to put this code in User's standard.js file
>> [2].
>> 
>> How do I access my personal standard.js file?
>> 
>> My User page is accessible as follow:
>> http://myserver/wiki/index.php/User:TechGeek
>> 
>> Thanks
>> 
>> [1] http://www.mediawiki.org/wiki/Manual:External_editors
>> 
>> [2]
>> http://www.mediawiki.org/wiki/Manual:Interface/JavaScript#Personal_scripts
> 
> If you are using monobook skin that would be
> http://myserver/wiki/index.php/User:TechGeek/monobook.js
> If you are using vector skin,
> http://myserver/wiki/index.php/User:TechGeek/vector.js
> and so on.
> There will be a common.js but that's not on a release yet.
> 
> Note that you can also choose "Use external editor" in your preferences
> (but if it's not configured it will look like a download!).
> 
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Tue, 26 Oct 2010 17:40:00 -0400
> From: Jerry Van Suchtelen <worldgate...@gmail.com>
> Subject: [Mediawiki-l] wiki.xml to wiki.txt
> To: MediaWiki announcements and site admin list
>       <MediaWiki-l@lists.wikimedia.org>
> Message-ID:
>       <aanlktikc67btiy5je8mzf09dvht2qxsuhbjhhso25...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Is there a way to take a wiki.xml dump and export it to the individual
> pages (retaining wiki formatting) so that each article is its own .txt
> file?
> 
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Tue, 26 Oct 2010 16:55:00 -0700
> From: Tech Geek <techgeek12...@gmail.com>
> Subject: Re: [Mediawiki-l] Accessing User's standard.js file?
> To: MediaWiki announcements and site admin list
>       <mediawiki-l@lists.wikimedia.org>
> Message-ID:
>       <aanlkti=mmfxj5ossbwcti3mzjvlowl6mqoniogfiu...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Thanks. I was able to put the code in but did not help much. For example, I
> uploaded a file called Test.xls on my Wiki:
> http://wiki.koolsolutions.com/index.php?title=File:TestFile.xls
> 
> But when I click on the link "Edit this file using an external application",
> all I get is a Firefox Download box (I am using Windows Machine) for
> index.php instead. How I can edit this excel file in place using MS Excel
> which is installed on my system.
> 
> 
> ------------------------------
> 
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> 
> 
> End of MediaWiki-l Digest, Vol 85, Issue 44
> *******************************************
> 


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to