Skip to content

braidn/git-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-wiki
========

[git-wiki][] is a WikiWikiWeb implementation which uses [git](http://git.or.cz)
to keep pages' history and [Sinatra](http://sinatra.rubyforge.org) to serve them.

Features
--------
My intend is to keep it as simple as possible and as small as one file.
I won't add any more feature unless I really need it. For example, I decided to not
support page history and diff and to use plain old `git diff` instead.
If you want such features, you should look at other people's [forks][], 
especially [al3x][]'s which has amongs other things history support and 
[schacon][]'s which has tarball and branching support.

License
-------
git-wiki is released under the WTFPL. See the included LICENSE file for details.

Source
------
git-wiki's sources are avalaible on [GitHub][] or at <git://atonie.org/git-wiki.git>

[git-wiki]: http://atonie.org/2008/02/git-wiki
[GitHub]: http://github.com/sr/git-wiki
[forks]: http://github.com/sr/git-wiki/network
[al3x]: http://github.com/al3x/github
[WTFPL]: http://sam.zoy.org/wtfpl/ 
[Sinatra]: http://sinatra.rubyforge.org
[schacon]: http://github.com/schacon/git-wiki

About

A quick & dirty git-powered Sinatra wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%