<div dir="ltr">If we go with the star-based option, I don't see a serious reason not to add other sites as well. Though, if our goal is to get a rating of sorts from it, we would need to have factors for each hosting site, to account for varying user bases.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 4, 2013 at 9:49 PM, Carter Schonwald <span dir="ltr"><<a href="mailto:carter.schonwald@gmail.com" target="_blank">carter.schonwald@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">would we also want to integrate bitbucket and darcsden analogues as well?</div><div class="gmail_extra">
<br><br><div class="gmail_quote"><div><div class="h5">On Tue, Nov 5, 2013 at 12:35 AM, Roman Cheplyaka <span dir="ltr"><<a href="mailto:roma@ro-che.info" target="_blank">roma@ro-che.info</a>></span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">* Simon Hengel <<a href="mailto:sol@typeful.net" target="_blank">sol@typeful.net</a>> [2013-11-04 23:45:36+0100]<br>

<div>> Or maybe just integrating GitHub stars is the way to go?  If this leads<br>
> to more stars for Haskell projects on GitHub, this would also help to<br>
> promote Haskell in the large open source community!<br>
<br>
</div>That's a great idea!<br>
<br>
The github url can be derived by checking the homepage url and the<br>
source repository location for the right pattern. (At least one of these<br>
should point to github.)<br>
<br>
Then we just need to send a GET request at<br>
<br>
  <a href="http://api.github.com/repos/:owner/:repo/stargazers" target="_blank">http://api.github.com/repos/:owner/:repo/stargazers</a><br>
<br>
and parse the JSON response.<br>
<br>
To avoid the delay while loading the page, I guess it's better to do<br>
this asynchronously on the client side.<br>
<br>
Anyone cares to write this piece of javascript?<br>
<span><font color="#888888"><br>
Roman<br>
</font></span><br></div></div><div class="im">_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></div></blockquote></div><br></div>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>