initial commit
commit4db2d4f19f95b0b5bb7ba9dcdc7ea72c65760223
authorEric Wong <normalperson@yhbt.net>
Wed, 11 Nov 2009 00:03:17 +0000 (10 16:03 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 11 Nov 2009 00:22:36 +0000 (10 16:22 -0800)
tree67572b94f4548f505383a204bed5dc5035eff387
initial commit
48 files changed:
.document [new file with mode: 0644]
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
GIT-VERSION-GEN [new file with mode: 0755]
GNUmakefile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
bin/upr-drb [new file with mode: 0755]
examples/rails_app-2.3.4/Rakefile [new file with mode: 0644]
examples/rails_app-2.3.4/app/controllers/application_controller.rb [new file with mode: 0644]
examples/rails_app-2.3.4/app/controllers/files_controller.rb [new file with mode: 0644]
examples/rails_app-2.3.4/app/helpers/application_helper.rb [new file with mode: 0644]
examples/rails_app-2.3.4/app/models/upr_status.rb [new file with mode: 0644]
examples/rails_app-2.3.4/app/views/files/index.html.erb [new file with mode: 0644]
examples/rails_app-2.3.4/config.ru [new file with mode: 0644]
examples/rails_app-2.3.4/config/boot.rb [new file with mode: 0644]
examples/rails_app-2.3.4/config/database.yml [new file with mode: 0644]
examples/rails_app-2.3.4/config/environment.rb [new file with mode: 0644]
examples/rails_app-2.3.4/config/environments/development.rb [new file with mode: 0644]
examples/rails_app-2.3.4/config/environments/production.rb [new file with mode: 0644]
examples/rails_app-2.3.4/config/environments/test.rb [new file with mode: 0644]
examples/rails_app-2.3.4/config/initializers/new_rails_defaults.rb [new file with mode: 0644]
examples/rails_app-2.3.4/config/routes.rb [new file with mode: 0644]
examples/rails_app-2.3.4/db/.gitignore [new file with mode: 0644]
examples/rails_app-2.3.4/db/migrate/19700000000000_add_upr_status.rb [new file with mode: 0644]
examples/rails_app-2.3.4/db/seeds.rb [new file with mode: 0644]
examples/rails_app-2.3.4/lib/tasks/upr_status.rake [new file with mode: 0644]
examples/rails_app-2.3.4/log/.gitignore [new file with mode: 0644]
examples/rails_app-2.3.4/public/404.html [new file with mode: 0644]
examples/rails_app-2.3.4/public/422.html [new file with mode: 0644]
examples/rails_app-2.3.4/public/500.html [new file with mode: 0644]
examples/rails_app-2.3.4/public/favicon.ico [new file with mode: 0644]
examples/rails_app-2.3.4/public/javascripts/application.js [new file with mode: 0644]
examples/rails_app-2.3.4/public/javascripts/controls.js [new file with mode: 0644]
examples/rails_app-2.3.4/public/javascripts/dragdrop.js [new file with mode: 0644]
examples/rails_app-2.3.4/public/javascripts/effects.js [new file with mode: 0644]
examples/rails_app-2.3.4/public/javascripts/prototype.js [new file with mode: 0644]
examples/rails_app-2.3.4/public/javascripts/upr.js [new file with mode: 0644]
examples/rails_app-2.3.4/public/robots.txt [new file with mode: 0644]
examples/rails_app-2.3.4/rainbows_config.rb [new file with mode: 0644]
examples/rails_app-2.3.4/test/test_helper.rb [new file with mode: 0644]
lib/upr.rb [new file with mode: 0644]
lib/upr/input_wrapper.rb [new file with mode: 0644]
lib/upr/monitor.rb [new file with mode: 0644]
local.mk.sample [new file with mode: 0644]
setup.rb [new file with mode: 0644]
upr.gemspec [new file with mode: 0644]