Skip to content

wfailla/olelo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 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

Wiki with git backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.3%
  • Ruby 32.7%
  • CSS 4.8%
  • Perl 2.1%
  • XSLT 2.0%
  • HTML 1.1%