-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,
I'm pleased to announce three different projects, all related to the
rewrite of ClojureDocs.

- ---
 First, the lein-clojuredocs[1] leiningen plugin, which goes through
your project's source code and produces a gzipped json file containing
all the metadata about your project. This gzipped json file is
intended to be uploaded to the new ClojureDocs in the future, see the
github page[1] for usage, or add this to your ~/.lein/profiles.clj:

{:user {:plugins [[lein-clojuredocs "1.0.2"]}}


- ---
 Second, the cadastre[2] library, which is the actual metadata
extraction library that lein-clojuredocs uses, provided as a separate
library for any other personal use. It also provides a mechanism for
extracting metadata from the Clojure project itself. It can be used
from Clojars by specifying (in your project.clj):

[cadastre "0.1.1"]


- ---
 Finally, I'd also like to formally announce Eisago[3], which is the
beginnings of an import mechanism, storage layer and API intended to
replace ClojureDocs once completely finished. It includes the `lein
eisago` plugin to import files generated by lein-clojuredocs into the
database, a laeggen-based API, a migration tool to import existing
clojuredocs examples, and a library to integrate with ElasticSearch
(which is used as a database and search engine). If you are at all
interested in ClojureDocs, I encourage you to check it out and try
running it yourself, and provide feedback to make the project better.
It is my intention to replace the http://clojuredocs.org site once the
website portion has been completed.

Eisago is not provided as a clojars artifact (since it's not a
library), please clone the git repo to run it and provide feedback.


- ---
 It is my hope with these 3 projects, the rewrite of ClojureDocs can
proceed with more community interaction and better feedback. Please
try all the projects with your libraries and projects and feel free to
open github issues or send me an email with any issues you find.


thanks,
Lee Hinman
@thnetos


[1]: https://github.com/dakrone/lein-clojuredocs
[2]: https://github.com/dakrone/cadastre
[3]: https://github.com/dakrone/eisago
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (Darwin)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQpmKeAAoJEJ1kZdQ6zsrgcowQALN/O1DfkTjV0P7KB2zGhLy+
V+3GaPxLLdZCjCjIyq2FF/0wRWtVOV/ET+FSRgi2Yke4F9uUAbANVG4qZDHMF+G/
YHj3MXWcXJ8nrU1DxkiDYBrasQbZG4cZTmri5/eJDYphlW/oOUHctgeq/1IoxUpc
O0tIBavBrhVtB9Qo676q61b6f26BKmuZu3s/NGbcFO2JP1joGXXitPN7AsEuJcT3
lyMOpYO/vXUO61Hnh5FapNd+Do0ZiyikQ4ogMfWKIAUbq6HupJiwPa/jLIwgJnjn
da72VDOTA4CNm6Uhbv81OGZVMiBwQVhsPSAWxAgF1XTU9m3YzsreJvPAa42afU29
hIz2jybAyuGNPTdav900ee++TOBWI5zDDFPp2AnxYQjx7G4g3r4Ce5VYdC44L+A5
Xfwo9tvkgewHOXowwBxKzCpNHjGhifbAKlN/lTp4sr5dWop8l4Obcx0es45UcxLw
rqIRi16So80FNadeTVE5s6vutzRNbDmiHiGyN/Pz3bsopCiXDJ2f3Q+M3DgSxkfm
lsyW9Yj9cCUm9D4tNdZJ6iZBAUFNEj92bRnl51YV6B+SU1YQkhn12KfVyaZzw5xp
RS0/Hm6OfTNNQu8rm/LaPfChu+aSj+jka99Gubix3v29bjgtJEurGygZBhbsXw+k
UngoYUEk5lz8CqKFLad1
=r6op
-----END PGP SIGNATURE-----

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

Reply via email to