Skip to content

Commit 2bc9139

Browse files
committed
README tweaks
1 parent 6850e94 commit 2bc9139

File tree

1 file changed

+37
-26
lines changed

1 file changed

+37
-26
lines changed

README.markdown

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,39 +14,41 @@ I mostly use it as a web frontend for `git`, `ls` and `vim`.
1414
If you want history, search, etc. you should look at other people's [forks][],
1515
especially [al3x][]'s one.
1616

17-
18-
## Install
17+
Install
18+
-------
1919

2020
The fellowing [gems][] are required to run git-wiki:
2121

2222
- [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][]
2626

2727
Run with `mkdir ~/wiki && ./run.ru -sthin -p4567` and point your
2828
browser at <http://0.0.0.0:4567/>. Enjoy!
2929

30-
## Licence
31-
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
32-
Version 2, December 2004
30+
See also
31+
--------
3332

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 &lt;textarea&gt; in lynx][tip]
34+
- [WiGit][] think git-wiki except implemented in PHP
35+
- [ikiwiki][] is a wiki compiler supporting git
3836

39-
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
40-
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4137

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
4849

49-
## Quotes
50+
Quotes
51+
------
5052

5153
<blockquote>
5254
<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>
8284
Git is the next Unix</a></cite></p>
8385
</blockquote>
8486

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

Comments
 (0)