Re: Current API doc (for HEAD)

2009-08-08 Thread Tom Faulhaber
On Aug 7, 1:43 am, Daniel wrote: > IIRC you can use plain HTML on the github pages. They are only > processed by Jekyll, if you have the YAML front-matter in the file > (http://wiki.github.com/mojombo/jekyll/usagesee index.html section). Yup, I'm skipping the Jekyll and doing vanilla HTML + CSS

Re: Current API doc (for HEAD)

2009-08-08 Thread Tom Faulhaber
> Great! - I need to think about this, and will follow up after I get > back from vacation. > Cool. No hurry, I have plenty of other stuff to clean up in autodoc and work to do to make it non-contrib specific. Have a great vacation! Tom --~--~-~--~~~---~--~~ You

Re: Current API doc (for HEAD)

2009-08-08 Thread Rich Hickey
On Fri, Aug 7, 2009 at 2:41 AM, Tom Faulhaber wrote: > >> Tom, are you amenable? > > Yup, happy to. Where should it go? > > I'm generating real html now, not wiki-text (for a bunch of reasons, > among them the ability to download a tree and use your browser > offline, old version support, etc.), s

Re: Current API doc (for HEAD)

2009-08-07 Thread Daniel
On Fri, Aug 7, 2009 at 1:41 PM, Tom Faulhaber wrote: > >> Tom, are you amenable? > > Yup, happy to. Where should it go? > > I'm generating real html now, not wiki-text (for a bunch of reasons, > among them the ability to download a tree and use your browser > offline, old version support, etc.), s

Re: Current API doc (for HEAD)

2009-08-06 Thread Tom Faulhaber
> Tom, are you amenable? Yup, happy to. Where should it go? I'm generating real html now, not wiki-text (for a bunch of reasons, among them the ability to download a tree and use your browser offline, old version support, etc.), so the current system wouldn't post back to clojure.org very effici

Re: Current API doc (for HEAD)

2009-08-06 Thread Rich Hickey
On Thu, Aug 6, 2009 at 2:07 AM, Howard Lewis Ship wrote: > > Is there a URL for the current API doc?  I'm thinking of moving some > of my code up to HEAD for clojure & clojure-contrib and I need to > adapt to things like the test package moving to clojure. > > -- There isn't yet. The API docs are

Current API doc (for HEAD)

2009-08-05 Thread Howard Lewis Ship
Is there a URL for the current API doc? I'm thinking of moving some of my code up to HEAD for clojure & clojure-contrib and I need to adapt to things like the test package moving to clojure. -- Howard M. Lewis Ship Creator of Apache Tapestry Director of Open Source Technology at Formos --~--~