mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Well, that's Git integration working. Not complete; it ought to be possible
to view the log of the current page, and previous versions - but it's a start.
This commit is contained in:
parent
d99ee25806
commit
b25412991b
7 changed files with 60 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(defproject smeagol "0.1.0-SNAPSHOT"
|
||||
(defproject smeagol "0.2.0-SNAPSHOT"
|
||||
:description "A simple Git-backed Wiki inspired by Gollum"
|
||||
:url "http://example.com/FIXME"
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
[selmer "0.7.2"]
|
||||
[com.taoensso/timbre "3.3.1"]
|
||||
[com.taoensso/tower "3.0.2"]
|
||||
[markdown-clj "0.9.55"
|
||||
:exclusions [com.keminglabs/cljx]]
|
||||
[markdown-clj "0.9.55" :exclusions [com.keminglabs/cljx]]
|
||||
[clj-jgit "0.8.1"]
|
||||
[environ "1.0.0"]
|
||||
[im.chit/cronj "1.4.2"]
|
||||
[noir-exception "0.2.2"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue