[Clipart] clipart Digest, Vol 82, Issue 20
Wayne Connolly
wayne.connolly at measanctum.com
Tue Feb 1 16:48:16 PST 2011
Great - I will add a rest class and interface to openclipart and make
it consumable.
Ive been on irc for a day now and no one is answering - so i cant wait
so went to http://www.openclipart.org/wiki/Website_Development and cant
get the repo now as i need a ssh account - can you please set me up one?
On 1/02/2011 7:00 AM, clipart-request at lists.freedesktop.org wrote:
> Send clipart mailing list submissions to
> clipart at lists.freedesktop.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.freedesktop.org/mailman/listinfo/clipart
> or, via email, send a message with subject or body 'help' to
> clipart-request at lists.freedesktop.org
>
> You can reach the person managing the list at
> clipart-owner at lists.freedesktop.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of clipart digest..."
>
>
> Today's Topics:
>
> 1. RSS Results and crossdomain.xml (Wayne Connolly)
> 2. Re: RSS Results and crossdomain.xml (jon at rejon.org)
> 3. Re: Important : Emailing capability and comments. (jon at rejon.org)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 31 Jan 2011 13:23:37 +1100
> From: Wayne Connolly<wayne.connolly at measanctum.com>
> Subject: [Clipart] RSS Results and crossdomain.xml
> To: clipart at lists.freedesktop.org
> Message-ID:<4D461D29.5010300 at measanctum.com>
> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
> Hi guys -
>
> We have a cms that we are adding open clipart searching to however we
> need to be able to find the height of a image like this
> http://www.openclipart.org/image/250px/svg_to_png/warszawianka_weather-storm.png
>
> Currently the rss results for a search dont give us that. (we actually
> do a string replace on the URL to get the PNG version of the SVG which
> is not very optimal but gets the job done).
>
> +++++++++++++
>
> {
> "title":"tango weather storm",
> "link":"http:\/\/www.openclipart.org<http://www.openclipart.org>\/detail\/30163",
> "pubDate":"2010-03-08 06:59:39",
> "description":" Weather icon from Tango Project: http:\/\/tango.freedesktop.org\/Tango_Desktop_Project\n<br><br>\nTango Project icons are Public Domain. ",
> "enclosure":
> {
> "@attributes":
> {
> "url":"http:\/\/www.openclipart.org<http://www.openclipart.org>\/people\/warszawianka\/weather-storm.svg",
> "type":"octect\/stream"
> }
> },
> "guid":"http:\/\/www.openclipart.org<http://www.openclipart.org>\/detail\/30163"
> },
>
>
> +++++++++++++
>
> Also we need a crossdomain.xml file at the root of open clip art. This
> allows Adobe Flash apps to access files on the server - currently we get
> the below error.
>
> Warning: Failed to load policy file from
> http://www.openclipart.org/crossdomain.xml
>
> Add this to a file at your root(from
> http://resources.esri.com/help/9.3/arcgisserver/apis/flex/help/index.html#references/using_crossdomain_xml.htm#).
>
> <?xml version="1.0"?>
> <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
> <cross-domain-policy>
> <site-control permitted-cross-domain-policies="all"/>
> <allow-access-from domain="*"/>
> </cross-domain-policy>
>
> Thanks,
> Wayne
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:<http://lists.freedesktop.org/archives/clipart/attachments/20110131/70cf9977/attachment-0001.htm>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 31 Jan 2011 14:08:07 +0100
> From: "jon at rejon.org"<jon at rejon.org>
> Subject: Re: [Clipart] RSS Results and crossdomain.xml
> To: wayne.connolly at measanctum.com
> Cc: clipart at lists.freedesktop.org
> Message-ID:
> <AANLkTi=1zLQ4hPi8U9NeHJaW-n-ZGgY1B_s5MK+k+RGe at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi!
>
> On Mon, Jan 31, 2011 at 3:23 AM, Wayne Connolly
> <wayne.connolly at measanctum.com> wrote:
>> Hi guys -
>>
>> We have a cms that we are adding open clipart searching to however we need
>> to be able to find the height of a image like this
>> http://www.openclipart.org/image/250px/svg_to_png/warszawianka_weather-storm.png
>>
>> Currently the rss results for a search dont give us that. (we actually do a
>> string replace on the URL to get the PNG version of the SVG which is not
>> very optimal but gets the job done).
>>
>> +++++++++++++
>>
>> {
>> "title":"tango weather storm",
>> "link":"http:\/\/www.openclipart.org\/detail\/30163",
>> "pubDate":"2010-03-08 06:59:39",
>> "description":" Weather icon from Tango Project:
>> http:\/\/tango.freedesktop.org\/Tango_Desktop_Project\n<br><br>\nTango
>> Project icons are Public Domain. ",
>> "enclosure":
>> {
>> "@attributes":
>> {
>>
>> "url":"http:\/\/www.openclipart.org\/people\/warszawianka\/weather-storm.svg",
>> "type":"octect\/stream"
>> }
>> },
>> "guid":"http:\/\/www.openclipart.org\/detail\/30163"
>> },
> Please file here....and if you really want to help make this happen
> faster, you can get more into hacking on the site. We are at
> #openclipart on irc.freenode.net
>
>> +++++++++++++
>>
>> Also we need a crossdomain.xml file at the root of open clip art. This
>> allows Adobe Flash apps to access files on the server - currently we get the
>> below error.
>>
>> Warning: Failed to load policy file from
>> http://www.openclipart.org/crossdomain.xml
>>
>> Add this to a file at your root(from
>> http://resources.esri.com/help/9.3/arcgisserver/apis/flex/help/index.html#references/using_crossdomain_xml.htm#).
>>
>> <?xml version="1.0"?>
>> <!DOCTYPE cross-domain-policy SYSTEM
>> "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
>> <cross-domain-policy>
>> <site-control permitted-cross-domain-policies="all"/>
>> <allow-access-from domain="*"/>
>> </cross-domain-policy>
> I added:
>
> http://openclipart.org/crossdomain.xml
>
> please keep us posted on how you will use the site.
>
> cheers
>
> Jon
>
>
--
Kind Regards,
Wayne Connolly
MeaSanctum Pty Ltd
Ph: 03 9018 2675<-Vic dial 03 also
Mobile: 0417 119 337
PennytelVoip: 8889242142
Skype: wayne-connolly
More information about the clipart
mailing list