@@ -14,39 +14,41 @@ I mostly use it as a web frontend for `git`, `ls` and `vim`.
14
14
If you want history, search, etc. you should look at other people's [ forks] [ ] ,
15
15
especially [ al3x] [ ] 's one.
16
16
17
-
18
- ## Install
17
+ Install
18
+ -------
19
19
20
20
The fellowing [ gems] [ ] are required to run git-wiki:
21
21
22
22
- [ Sinatra] [ ]
23
- - [ mojombo-grit] ( http://github.com/mojombo/grit )
24
- - [ HAML] ( http://haml.hamptoncatlin.com )
25
- - [ RDiscount] ( http://github.com/rtomayko/rdiscount )
23
+ - [ mojombo-grit] [ ]
24
+ - [ HAML] [ ]
25
+ - [ RDiscount] [ ]
26
26
27
27
Run with ` mkdir ~/wiki && ./run.ru -sthin -p4567 ` and point your
28
28
browser at < http://0.0.0.0:4567/ > . Enjoy!
29
29
30
- ## Licence
31
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
32
- Version 2, December 2004
30
+ See also
31
+ --------
33
32
34
- Copyright (C) 2008 Simon Rozet <simon@rozet.name>
35
- Everyone is permitted to copy and distribute verbatim or modified
36
- copies of this license document, and changing it is allowed as long
37
- as the name is changed.
33
+ - [ How to use vim to edit < ; textarea> ; in lynx] [ tip ]
34
+ - [ WiGit] [ ] think git-wiki except implemented in PHP
35
+ - [ ikiwiki] [ ] is a wiki compiler supporting git
38
36
39
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
40
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
41
37
42
- 0. You just DO WHAT THE FUCK YOU WANT TO.
43
-
44
- ## See also
45
-
46
- - [ WiGit] ( http://el-tramo.be/software/wigit ) – git-wiki in PHP
47
- - [ ikiwiki] ( http://ikiwiki.info/ ) – a wiki compiler supporting git
38
+ [ Sinatra ] : http://www.sinatrarb.com
39
+ [ GitHub ] : http://github.com/sr/git-wiki
40
+ [ forks ] : http://github.com/sr/git-wiki/network
41
+ [ al3x ] : http://github.com/al3x/gitwiki
42
+ [ gems ] : http://www.rubygems.org/
43
+ [ mojombo-grit ] : http://github.com/mojombo/grit
44
+ [ HAML ] : http://haml.hamptoncatlin.com
45
+ [ RDiscount ] : http://github.com/rtomayko/rdiscount
46
+ [ tip ] : http://wiki.infogami.com/using_lynx_&_vim_with_infogami
47
+ [ WiGit ] : http://el-tramo.be/software/wigit
48
+ [ ikiwiki ] : http://ikiwiki.info
48
49
49
- ## Quotes
50
+ Quotes
51
+ ------
50
52
51
53
<blockquote >
52
54
<p >[...] the first wiki engine I'd consider worth using for my own projects.</p >
@@ -82,8 +84,17 @@ then sync your changes back when you're done.</p>
82
84
Git is the next Unix</a ></cite ></p >
83
85
</blockquote >
84
86
85
- [ Sinatra ] : http://www.sinatrarb.com
86
- [ GitHub ] : http://github.com/sr/git-wiki
87
- [ forks ] : http://github.com/sr/git-wiki/network
88
- [ al3x ] : http://github.com/al3x/gitwiki
89
- [ gems ] : http://www.rubygems.org/
87
+ Licence
88
+ -------
89
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
90
+ Version 2, December 2004
91
+
92
+ Copyright (C) 2008 Simon Rozet <simon@rozet.name>
93
+ Everyone is permitted to copy and distribute verbatim or modified
94
+ copies of this license document, and changing it is allowed as long
95
+ as the name is changed.
96
+
97
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
98
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
99
+
100
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
0 commit comments