Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Mar 27 16:36:33 -0700 2008 | [sr] |
| |
.gitmodules | Fri Mar 28 12:15:48 -0700 2008 | [sr] |
| |
LICENSE | Wed Feb 27 09:35:08 -0800 2008 | [sr] |
| |
README.markdown | Sat Jun 07 13:22:52 -0700 2008 | [sr] |
| |
Rakefile | Sat Jun 07 13:22:47 -0700 2008 | [sr] |
| |
git-wiki.d.in | Fri Jun 06 10:14:47 -0700 2008 | [sr] |
| |
git-wiki.rb | Sat Jun 21 02:03:25 -0700 2008 | [sr] |
| |
public/ | Fri Mar 28 06:22:39 -0700 2008 | [sr] |
| |
vendor/ | Sun May 04 03:59:06 -0700 2008 | [sr] |
git-wiki: because who needs cool names when you use git?
git-wiki is a wiki that relies on git to keep pages' history and Sinatra to serve them.
I wrote git-wiki as a quick and dirty hack, mostly to play with Sinatra. It turned out that Sinatra is an awesome little web framework and that this hack isn't as useless as I first though since I now use it daily.
However, it is definitely not feature rich and will probably never be because
I mostly use it as a web frontend for git, ls and vim.
If you want history, search, etc. you should look at other people's forks, especially al3x's one.
Install
You need the fellowing gems:
- git (as in
gem install git) - BlueCloth
- rubypants
Run rake bootstrap && ruby git-wiki.rb and point your browser at . Enjoy!
You may also want to install it as a daemon. To do so, run rake daemonize (only tested on Ubuntu).
Quotes
[...] the first wiki engine I'd consider worth using for my own projects.
Oh, it looks like Git Wiki may be the starting point for what I need...
What makes git-wiki so cool is because it is backed by a git store, you can clone your wiki just like you could any other git repository. I’ve always wanted a wiki that I could a.) pull offline when I didn’t have access to the Internets and b.) edit (perhaps in bulk) in my favorite text editor. git-wiki allows both.
Numerous people have written diff and merge systems for wikis; TWiki even uses RCS. If they used git instead, the repository would be tiny, and you could make a personal copy of the entire wiki to take on the plane with you, then sync your changes back when you're done.
Licence
git-wiki is avalaible on GitHub as well as on git://atonie.org/git-wiki.git
under the WTFPL license terms. That license basically
allows you to do what the fuck you want with it, without any restriction.





