Re: clojars.org image for latest version of a project

2013-10-11 Thread Adam Clements
I've submitted a pull request https://github.com/xsc/lein-ancient/pull/17to get the latest version vector from all repositories, clojars and maven-central included with none of the nasty scraping. If that gets accepted I'll push out the new version of my emacs plugin which lets you insert the deps

Re: clojars.org image for latest version of a project

2013-10-11 Thread Nelson Morris
I'm glad to see you've found a solution that works for you. I know of several people doing scraping of clojars to get info, and a real api is on my list to do when I find time. - Nelson Morris On Fri, Oct 11, 2013 at 7:45 AM, Adam Clements wrote: > That's great, gets exactly the information I

Re: clojars.org image for latest version of a project

2013-10-11 Thread Adam Clements
That's great, gets exactly the information I need from all the repositories. I'll go fix up my library to use this instead. Thanks for the tip off. Adam Clements +44 7947 724 795 -- This email and any files transmitted with it are confidential. If you are not the intended recipient, you are here

Re: clojars.org image for latest version of a project

2013-10-10 Thread Mark Mandel
Thanks for that recommendation! I was thinking about this exactly this issue. Mark On Fri, Oct 11, 2013 at 10:19 AM, Karsten Schmidt wrote: > On 11 October 2013 00:01, Adam Clements wrote: > > I find it ridiculously useful not having to go to my browser to look up > the > > latest version of

Re: clojars.org image for latest version of a project

2013-10-10 Thread Karsten Schmidt
On 11 October 2013 00:01, Adam Clements wrote: > I find it ridiculously useful not having to go to my browser to look up the > latest version of libraries I use all the time. Adam, you might want to check out this leiningen plugin then... https://github.com/xsc/lein-ancient K. -- -- You recei

Re: clojars.org image for latest version of a project

2013-10-10 Thread Adam Clements
Is there any chance we could get a route which simply returns this as plain text? I have an emacs plugin which looks up the latest version of an artifact on clojars (currently using some horrible regex) https://github.com/AdamClements/latest-clojure-libraries which would be much much nicer if it wa

Re: clojars.org image for latest version of a project

2013-10-07 Thread Sébastien Wagener
It's a bit unfortunate that you cannot copy&paste the coordinates (that's my main use of them). Sébastien 2013/10/7 Nelson Morris > There is a new route on clojars.org that will create an svg of the lein > coordinates for the latest version of a project. To use it add > /latest-version.svg to

clojars.org image for latest version of a project

2013-10-07 Thread Nelson Morris
There is a new route on clojars.org that will create an svg of the lein coordinates for the latest version of a project. To use it add /latest-version.svg to a project url. An example can be found at https://clojars.org/compojure/latest-version.svg. This may be useful for a project readme. Many th