> Looks great! A couple comments.

Thanks!

> * Adding "by unknown author" to namespaces that have no author metadata
>   seems a bit superfluous.

Yeah, that's on my list to clean up. I did that in the old days to
shame the contrib authors into adding the metadata (and remind me to
bug them), but clearly for lots of projects it makes no sense.

In the meantime, it's not too hard to do by hand. Once you've got it
set up, all you have to do is do a "git commit" in the autodoc
directory after running autodoc. See the documentation for full info
on getting it set up.

> * Have you thought about a task to automatically upload the HTML files
>   to github? I haven't used Github Pages; is this something that could
>   be done using jcsh, or would it require shelling out to scp?

Yup, and it's on its way. I was thinking I'd use ant. It's just
executing some git stuff and I already have the ant code for it. I was
thinking I'd lancet-ify it and enable a call out. The service version
of autodoc is a mix of ant calling autodoc calling ant - real set your
hair on fire kind of stuff. I'm slowly trying to rationalize it down
to "pure" clojure.

> * It would be great to be able to provide a logo image that would be
>   included as in Incanter's docs.

It's possible. I need to add doc for how to do it.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to