From 8cb51260fec0465aa9750671d2d6ba8cad639386 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 29 Mar 2026 16:03:39 +0100 Subject: [PATCH] Fixed the `master` branch to correct breakage due to non-backward-compatibility in cider. `develop` branch is still very broken at this time. --- project.clj | 4 ++-- resources/passwd | 2 +- resources/public/content/Introduction.md | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/project.clj b/project.clj index 8fd9f73..31fac6d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject smeagol "1.0.4" +(defproject smeagol "1.0.4a" :description "A simple Git-backed Wiki inspired by Gollum" :url "https://github.com/simon-brooke/smeagol" :license {:name "GNU General Public License,version 2.0 or (at your option) any later version" @@ -23,7 +23,7 @@ [me.raynes/fs "1.4.6"] [noir-exception "0.2.5"] [org.clojars.simon_brooke/internationalisation "1.0.3"] - [org.clojure/clojure "1.8.0"] + [org.clojure/clojure "1.10.0"] [org.clojure/core.memoize "0.5.9"] [org.clojure/data.json "0.2.6"] [org.clojure/tools.logging "0.4.0"] diff --git a/resources/passwd b/resources/passwd index 07bf1d9..3744ac1 100644 --- a/resources/passwd +++ b/resources/passwd @@ -1 +1 @@ -{:admin {:admin true, :email "info@weft.scot", :password "admin"}, :simon {:email "simon@journeyman.cc", :admin true, :password "$s0$f0801$sqhbxtzK6nx9RnVUhwtQlg==$dMIUbof8esjsGyiB+zb3gMH21L/WSCR+wD3vIag4EVc="}} \ No newline at end of file +{:admin {:admin true, :email "info@weft.scot", :password "admin"}} \ No newline at end of file diff --git a/resources/public/content/Introduction.md b/resources/public/content/Introduction.md index bb9a92e..711ddcc 100644 --- a/resources/public/content/Introduction.md +++ b/resources/public/content/Introduction.md @@ -18,7 +18,7 @@ Smeagol has built in internationalisation. Currently it has translation files fo ## Images You can (if you're logged in) upload files, including images, using the **Upload a file** link on the top menu bar. You can link to an uploaded image, or to other images already available on the web, like this: -![Smeagol](http://vignette3.wikia.nocookie.net/lotr/images/e/e1/Gollum_Render.png/revision/latest?cb=20141218075509) +![Smeagol](/img/smeagol.png) ## Running Smeagol You can run Smeagol from the [[Docker Image]]; alternatively you can run it from an executable jar file or as a war file in a servlet container. Read how about [[Configuring Smeagol]] and [[Deploying Smeagol]]. @@ -35,5 +35,3 @@ license, please contact me; I'm open to dual licensing it. ## Phoning home Smeagol does currently fetch one image from my home site. Read more about [[Phoning Home]], and how to prevent it (if you want to). -## Advertisement -If you like what you see here, I am available for work on open source Clojure projects.