Re: [Haskell-cafe] [Haskell] ANN: adobe-swatch-exchange-0.1.0.0

2013-04-04 Thread Brent Yorgey
(Redirecting follow-up to haskell-cafe)

Very cool!  I have been hoping someone will find a way to integrate
kuler.adobe.com with diagrams, and this will help a lot. =)

  https://github.com/diagrams/diagrams-lib/issues/77

-Brent

On Wed, Apr 03, 2013 at 06:49:34PM -0500, Jeremy Shaw wrote:
 I am pleased to annouce the release of adobe-swatch-exchange 0.1.0.0.
 
 My primary motivation in writing this is to make it easier to download
 color swatches from http://kuler.adobe.com/ and test them on my site.
 Though, perhaps there is already a great way of doing this and I
 didn't look hard enough.
 
 But, the end result is we can now read and write .ASE files in Haskell
 and convert them to .css. So that probably opens up some new
 possibilities.
 
 I have provided both a library and an executable.
 
 I have also used this as a way to test the waters with github,
 
 https://github.com/stepcut/ase2css
 
 I heard putting things on github will get me all sorts of
 contributors. I suggest someone start with haddock comments. ;)
 
 Cheers!
 - jeremy
 
 ___
 Haskell mailing list
 hask...@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] [Haskell] ANN: adobe-swatch-exchange-0.1.0.0

2013-04-04 Thread Jeremy Shaw
On Thu, Apr 4, 2013 at 1:46 PM, Brent Yorgey byor...@seas.upenn.edu wrote:
 (Redirecting follow-up to haskell-cafe)

 Very cool!  I have been hoping someone will find a way to integrate
 kuler.adobe.com with diagrams, and this will help a lot. =)

   https://github.com/diagrams/diagrams-lib/issues/77

Nice! One thing I would love to see added is a way to directly fetch
the .ase files from kuler. Unfortunately, I think you have to be
logged in in order to get the download option. But, we should be able
to do that using one of the HTTP client libraries -- it will just
require a bit of extra code to do the authentication steps.

 - jeremy

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe