CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 02:03:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100511084052
location: https://web.archive.org/web/20100511084052/https://github.com/adamhjk/github-commit-email
server-timing: captures_list;dur=0.945786, exclusion.robots;dur=0.033543, exclusion.robots.policy;dur=0.013612, esindex;dur=0.017237, cdx.remote;dur=719.843851, LoadShardBlock;dur=2444.569964, PetaboxLoader3.datanode;dur=1214.269038, PetaboxLoader3.resolve;dur=726.870900
x-app-server: wwwb-app224
x-ts: 302
x-tr: 3242
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 26 Aug 2025 02:03:42 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 11 May 2010 08:40:51 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "af0acbee886a3b2843913100f6bd64c2"
x-archive-orig-x-runtime: 119ms
x-archive-orig-content-length: 19108
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 11 May 2010 08:40:52 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 11 May 2010 08:40:52 GMT", ; rel="memento"; datetime="Tue, 11 May 2010 08:40:52 GMT", ; rel="next memento"; datetime="Fri, 25 Jun 2010 02:53:33 GMT", ; rel="last memento"; datetime="Mon, 30 Nov 2020 16:08:19 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100511060107_crawl101-c/52_15_20100511083941_crawl101.arc.gz
server-timing: captures_list;dur=0.803700, exclusion.robots;dur=0.029543, exclusion.robots.policy;dur=0.012951, esindex;dur=0.016648, cdx.remote;dur=31.238088, LoadShardBlock;dur=301.305361, PetaboxLoader3.datanode;dur=151.345676, PetaboxLoader3.resolve;dur=262.062417, load_resource;dur=228.834294
x-app-server: wwwb-app224
x-ts: 200
x-tr: 642
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
adamhjk's github-commit-email at master - GitHub
adamhjk / github-commit-email
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
LICENSE | Fri May 23 14:04:47 -0700 2008 | Initial commit [adamhjk] |
![]() |
README.txt | Fri May 23 14:04:47 -0700 2008 | Initial commit [adamhjk] |
![]() |
github-commit-email.rb | Sat May 24 15:22:20 -0700 2008 | Getting rid of my email address [adamhjk] |
README.txt
Github Commit Emails ==================== This is a Merb "very-flat" application. You need to first do: $ gem install merb-core merb-mailer json In order to get Merb installed. Once that's done, you can fire up your new github commit email bot with: merb -I github-commit-email.rb Before you start sending things through it, I recommend you pop open the source and edit the variables at the top. Specifically: c[:project] = "Example", c[:mailto] = "<adam@example.com>", c[:mailfrom] = "Commit Bot <noreply@example.com>", Merb::Mailer.config = { :host => 'localhost', :port => '25', :domain => "commitbot" # the HELO domain provided by the client to the server } You'll want to set all of those to reasonable settings. Good luck! Adam