Re: Announcing Smeagol, a very simple wiki engine inspired by Gollum

2014-11-13 Thread Simon Brooke
And... while it still works on my development machine, there's a bug if you 
check it out from gihub and try to build it. It fails with

#CompilerException java.lang.IllegalAccessError: lu does not exist, 
compiling:(ring/middleware/format_response.clj:1:1)


I know about this issue and am trying to fix it, but so far no joy. Any 
help or advice most welcome!

On Tuesday, 11 November 2014 21:55:00 UTC, Simon Brooke wrote:

 And now the Git integration does exist and does work. Clojure is such a 
 joy - a complete functional Wiki engine in less than eight hours actual 
 coding! Obviously it's alpha quality, and could definitely be improved, but 
 it works now.

 On Tuesday, 11 November 2014 18:00:18 UTC, Simon Brooke wrote:

 For a project recently I needed a wiki engine which was simple and easily 
 backed up, but which had authentication. I very much liked Gollum 
 https://github.com/gollum/gollum/wiki, but it does not have 
 authentication, and I thought it would be simpler for me to write a wiki 
 engine from scratch in Clojure than to modify Gollum. So here is Smeagol 
 https://github.com/simon-brooke/smeagol.

 It works now, but the security is pretty crude at this stage and the Git 
 integration which I plan does not yet exist. Feel free to fork or adapt, or 
 just use; any fixes or feedback welcome.



-- 
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
--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Announcing Smeagol, a very simple wiki engine inspired by Gollum

2014-11-11 Thread Simon Brooke
For a project recently I needed a wiki engine which was simple and easily 
backed up, but which had authentication. I very much liked Gollum 
https://github.com/gollum/gollum/wiki, but it does not have 
authentication, and I thought it would be simpler for me to write a wiki 
engine from scratch in Clojure than to modify Gollum. So here is Smeagol 
https://github.com/simon-brooke/smeagol.

It works now, but the security is pretty crude at this stage and the Git 
integration which I plan does not yet exist. Feel free to fork or adapt, or 
just use; any fixes or feedback welcome.

-- 
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
--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Announcing Smeagol, a very simple wiki engine inspired by Gollum

2014-11-11 Thread Simon Brooke
And now the Git integration does exist and does work. Clojure is such a joy 
- a complete functional Wiki engine in less than eight hours actual coding! 
Obviously it's alpha quality, and could definitely be improved, but it 
works now.

On Tuesday, 11 November 2014 18:00:18 UTC, Simon Brooke wrote:

 For a project recently I needed a wiki engine which was simple and easily 
 backed up, but which had authentication. I very much liked Gollum 
 https://github.com/gollum/gollum/wiki, but it does not have 
 authentication, and I thought it would be simpler for me to write a wiki 
 engine from scratch in Clojure than to modify Gollum. So here is Smeagol 
 https://github.com/simon-brooke/smeagol.

 It works now, but the security is pretty crude at this stage and the Git 
 integration which I plan does not yet exist. Feel free to fork or adapt, or 
 just use; any fixes or feedback welcome.


-- 
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
--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.