On Fri, Aug 7, 2009 at 1:41 PM, Tom Faulhaber<tomfaulha...@gmail.com> 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.), so the current system wouldn't > post back to clojure.org very efficiently. But I could throw something > onto the github pages for clojure, for instance. >
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/usage see index.html section). And I personally like to have offline docs. I figure that this is a side effect of not ever-present internet connections. Your work style actually changes quite drastic if you know that you'll be offline if it happens to be a rainy day ;) DVCS, local VMs (as opposed to remote servers for testing), offline docs etc. become all of a sudden extremely attractive. Cheers, Daniel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---