slagyr / gaeshi

Google App Engine library for Clojure
MIT License
38 stars 4 forks source link

Documentation #9

Closed argestes closed 11 years ago

argestes commented 11 years ago

Hello, it's me again. Sorry if I'm bothering you. Will be any documentation in future? Because I'm trying to use this project but lack of documentation is forcing me to quit.

slagyr commented 11 years ago

It's not a bother at all.

There is quite a bit of documentation at http://joodoweb.com. Gaeshi is build on top of Joodo. There's also documentation on the datastore library at https://github.com/8thlight/hyperion. Hyperion was born from Gaeshi's datastore module and in the next release Gaeshi will depend on Hyperion.

You'll find documentation in doc strings in the code as well. But your point is valid. Gaeshi is lacking unified/comprehensive documentation. Ultimately you'll may have to look at the source code.

I wish I had an open source project that uses Gaeshi so that you could use it as a reference, but they're all proprietary.

Micah

On Oct 19, 2012, at 10:29 AM, yigitunlu notifications@github.com wrote:

Hello, it's me again. Sorry if I'm bothering you. Will be any documentation in future? Because I'm trying to use this project but lack of documentation is forcing me to quit.

— Reply to this email directly or view it on GitHub.

argestes commented 11 years ago

Are there any open source projects which uses Joodo?

slagyr commented 11 years ago

https://github.com/slagyr/joodoweb https://github.com/slagyr/specljweb https://github.com/functional-koans/clojure-koans-web https://github.com/slagyr/hunt_the_wumpus

On Oct 19, 2012, at 3:27 PM, yigitunlu notifications@github.com wrote:

Are there any open source projects which uses Joodo?

— Reply to this email directly or view it on GitHub.

argestes commented 11 years ago

Thanks