blob: 566f5f63e40eb67d8d70232ba1a5540560b09136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#author Christoph Senjak and Matthias Benkard
#date 2009-02-18 - <lisp>(format-time-string "%Y-%m-%d")</lisp>
#title CljSSSS^g Quick Start Guide
#desc The CljSSSS^g installation guide
; Time-stamp: <2009-02-19 17:35:37 mulk>
;
; C-c i t insert-time-stamp
; C-c C-t muse-project-publish-this-file
; C-c C-e muse-edit-link-at-point
; C-c C-i muse-insert-thing
; CljSSSS<literal><sup>g</sup></literal>
* Dependencies
The following dependencies need to be on your class path:
- Clojure
- Clojure Contrib
- Compojure along with all of its dependencies, including:
- Fact
- Jetty
- Rend
- The Apache Commons Logging API
- The Java Servlet API
- <verbatim>StringTemplate</verbatim> along with ANTLR
- ROME along with JDOM
- SQLiteJDBC
----
*<lisp>(format-time-string "%Y-%m-%d, %k:%M %Z")</lisp>*
; Local Variables:
; mode: muse
; End:
|