Gistub is a stand alone application for sharing snippet such as gist.github.com
.
If you're familiar with Rails apps, you can set up Gistub in several minutes.
Many companies and organizations use Gistub for sharing code snippets safely in house.
master
branch is always the lastest stable version.
git clone git://github.com/seratch/gistub.git -b master
cd gistub
bin/bundle install
bin/rake db:migrate
bin/rails s
Access http://localhost:3000/
through web browser.
Top page:
Rich Editor with Ace:
Specify settings in .bashrc
or others.
export GISTUB_APP_NAME="MyGistub"
export GISTUB_OPENID_IDENTIFIER=https://your_auth_server/openid/
export GISTUB_AUTO_LINK=true
export GISTUB_ALLOWS_ANONYMOUS=false
export GISTUB_SECRET_TOKEN=xxx...
export GISTUB_SECRET_KEY_BASE=yyy...
https://github.com/tototoshi/gistub-el
https://github.com/glidenote/nogistub.vim
(The MIT License)
Copyright (c) 2012 Kazuhiro Sera <seratch__at__gmail.com>