Hi,
I was thinking how nice it would be if you could view the docs for a
given package at
clojars.org — similar to how Perl 5's
<
http://search.cpan.org/> works.
So, I wrote a short little script to grab a project from github,
Autodoc it, copy some files around, and then generate a little index
file linking to the generated docs.
It's located here: <
https://github.com/uvtc/petit-lorange> (screenshot included)
It's a bit crude, but seems to work fine.
Let me know what you think. :)
Thanks,
---John