Skip to content

tijn/git-wiki

 
 

Repository files navigation

git-wiki

A wiki engine that uses a Git repository as its data store.

Requirements

  • rubygems
  • sinatra
  • grit
  • bluecloth
  • rubypants

What is different in this fork?

  • more likely to be a bit minimalistic or 'pure' than chock-full of features (no bloat)
  • html5, no time spent on supporting old browsers
  • case-insensitive searching. This makes a lot of sense for a wiki, doesn't it?
  • minimal design
  • gravatars in page history
  • the top bar is partly a self-hosted wiki page
  • attachments might not work :-/
  • improved recognition for urls
  • usable on mobile browsers (iphone/android)
  • use updated or different gems for more extensive markdown-support. (a.o. tables)
  • no javascript used at this time. (might change in the future)

TODO

  • Open Iconic

About

A wiki engine that uses a Git repository as its data store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.8%
  • Ruby 34.1%
  • HTML 20.9%
  • JavaScript 2.2%