This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 27d2d0cb83b22fbbd77c4c62336c0b53462b12d5
tree 6874de7b4cd7b9a4c9ef2d8a40e7cb300ccab2e5
parent dbeab986ef8ce597a808d90bb58754690e6af2cf
tree 6874de7b4cd7b9a4c9ef2d8a40e7cb300ccab2e5
parent dbeab986ef8ce597a808d90bb58754690e6af2cf
seinfeld /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | Sat Jul 26 08:50:10 -0700 2008 | |
| |
README | Sun Oct 05 21:01:14 -0700 2008 | |
| |
Rakefile | Sun Oct 05 14:03:32 -0700 2008 | |
| |
app/ | ||
| |
lib/ | ||
| |
spec/ | Mon Oct 06 11:27:14 -0700 2008 | |
| |
vendor/ | Sun Oct 05 19:14:27 -0700 2008 |
README
seinfeld calendar ================= http://lifehacker.com/software/motivation/jerry-seinfelds-productivity-secret-281626.php Track your OSS Productivity with Github. USAGE ===== # setup your DB (see deployment section) rake seinfeld:setup # adds github user rake seinfeld:add_user USER=technoweenie # updates progress from github # put in a nightly cron job rake seinfeld:update # let's start the show cd app ruby seinfeld_calendar.rb open http://localhost:4567/~technoweenie DEPLOYMENT ========== My app/config.rb looks like this: $: << File.join(File.dirname(__FILE__), '..', 'lib') require 'seinfeld/models' DataMapper.setup :default, 'mysql://rickybobby:shakeandbake@localhost/seinfeld' Seinfeld::User.github_login = 'rickybobby' Seinfeld::User.github_password = 'shakeandbake' My app/config.ru (for Passenger) looks like: require 'rubygems' require 'rack' require 'sinatra' Sinatra::Application.default_options.update( :run => false, :env => :production, :views => '/path/to/seinfeld/app/views', # sinatra looks in the wrong place :raise_errors => true ) require 'config' require 'seinfeld_calendar' run Sinatra.application TODO ==== configurable db support Gitorious support, etc OAUTH








