mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Added note that I'm no longer actively maintaining Smeagol
This commit is contained in:
parent
01657ca9c7
commit
f6692f9c10
3 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -31,3 +31,5 @@ resources/public/content/uploads/
|
|||
resources/public/content/Populating a game world.md
|
||||
|
||||
*.iml
|
||||
|
||||
.portal/vs-code.edn
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
# Welcome to Smeagol!
|
||||
Smeagol is a hackable, extensible Wiki engine which is reasonably user-friendly. It uses [Markdown](http://daringfireball.net/projects/markdown/) as its text format, and [Git](http://git-scm.com/) to provide versioning and backup.
|
||||
|
||||
**NOTE** Smeagol is no longer actively maintained; I have moved on to using [Cryogen](http://cryogenweb.org/) as my preferred system for generating websites. There's a lot of good ideas in Smeagol, but doing markdown to HTML conversion every time a document is requested puts load on the server which isn't really merited. If anyone else would like to take on the project, they would be welcome to do so.
|
||||
|
||||
## Using Smeagol
|
||||
Read the [[User Documentation]] for an introduction to all Smeagol's features.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
:url "https://github.com/simon-brooke/smeagol"
|
||||
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
||||
:url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"}
|
||||
:dependencies [[clj-jgit "0.8.10"]
|
||||
:dependencies [[clj-jgit "1.0.2"]
|
||||
[clj-yaml "0.4.0"]
|
||||
[clojure.java-time "0.3.2"]
|
||||
[com.cemerick/url "0.1.1"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue