--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey guys,
If you're like me while using clojure.repl/doc works for the most part
there are just times that you need to send someone a link to the
official docs and navigating the docstrings in the core Clojure
repository is a pain.
After several months of being frustrated that clojuredocs is out of
date, I finally sat down and built an alternative which I'm pleased to
present here: http://www.arrdem.com/grimoire/
Grimoire is still alpha and subject to change, especially with regards
to the example contribution process which needs streamlining beyond the
current "click a link, edit on github and submit a PR".
I'd like to give a shout out to César for porting clojure.repl/source
into the doc generation script and to Nicola for his random usability
criticisms.
Reid McKenzie
--
--
If we think that Grimoire should be the official ClojureDocs replacement, why don't we do that? Could we just host Grimoire under the clojuredocs.org domain, perhaps structuring the URLs to match?
1) doesn't make a whole lot of sense. I'm an adherent to the "simplest thing that could possibly work" philosophy, and as a result Grimoire is entirely static HTML. Search and symbol quick access could be implemented by adding some javascript, but that's a low priority item at the moment as there are still basic usability and layout concerns being addressed. Feel free to open an improvement issue on Github (http://github.com/arrdem/grimoire/). Down the road it may be worth questioning this static HTML approach as there are a number of tricks one could play such as ranking symbols by the frequency with which their documentation is visited which are impossible in pure static HTML.
2) this probably does make sense. I think it's worth doing some more general study of how people discover Clojure functions, but the categorized quick reference provided by the various cheat sheets is an index I'd love to have in Grimoire, perhaps even as part of the homepage?
3) http://grimoire.arrdem.com/ exists, however it's pretty broken and there's some configuration changes that need to happen (and which will break http://arrdem.com/grimoire) in order for it to work. I'm open for suggestions WRT having a dedicated domain, however remember I'm a GSoC student on a shoestring budget building this in my free time :P. I'm open to comment as to which URL you find more generally useful.
I'd also love to see a custom domain for this as well. I'm happy to pay for it if no one else will. How about clj-docs.org or clj-doc.org (which are available)? I do see clojuredoc.org is available but could easily be confused with clojuredocs.org