CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 05 Aug 2025 00:33:24 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100214224827
location: https://web.archive.org/web/20100214224827/https://github.com/sinatra/sinatra.github.com
server-timing: captures_list;dur=0.456451, exclusion.robots;dur=0.020902, exclusion.robots.policy;dur=0.012866, esindex;dur=0.010333, cdx.remote;dur=51.749256, LoadShardBlock;dur=287.625810, PetaboxLoader3.datanode;dur=94.692250, PetaboxLoader3.resolve;dur=121.812111
x-app-server: wwwb-app201
x-ts: 302
x-tr: 364
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app201; 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, 05 Aug 2025 00:33:25 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 14 Feb 2010 22:48:27 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "59fcdd2f01555e2a060b8135bff7ce81"
x-archive-orig-x-runtime: 107ms
x-archive-orig-content-length: 40385
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: Sun, 14 Feb 2010 22:48:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 20 Aug 2009 18:29:36 GMT", ; rel="prev memento"; datetime="Thu, 20 Aug 2009 18:29:36 GMT", ; rel="memento"; datetime="Sun, 14 Feb 2010 22:48:27 GMT", ; rel="next memento"; datetime="Mon, 31 Jan 2011 18:22:15 GMT", ; rel="last memento"; datetime="Sun, 16 Mar 2025 07:53:34 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: TLA-20100214203841-01088-ia360908-c/TLA-20100214223449-00816-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.779485, exclusion.robots;dur=0.036827, exclusion.robots.policy;dur=0.022144, esindex;dur=0.012665, cdx.remote;dur=5.057234, LoadShardBlock;dur=352.470256, PetaboxLoader3.datanode;dur=104.791858, PetaboxLoader3.resolve;dur=614.907139, load_resource;dur=399.532420
x-app-server: wwwb-app201
x-ts: 200
x-tr: 859
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
sinatra's sinatra.github.com at master - GitHub
This service is courtesy of Pledgie.
sinatra / sinatra.github.com
- Source
- Commits
- Network (43)
- Issues (1)
- Downloads (0)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
“The best revenge is massive success.” — Read more
README
Sinatra Website / Documentation =============================== This repo contains the Sinatra website and documentation sources published at https://sinatra.github.com/. Working Locally --------------- Grab the sources from github: $ git clone git://github.com/sinatra/sinatra.github.com.git $ cd sinatra.github.com Install dependencies: $ gem install jekyll $ gem instal rdoc -v 2.3.0 Run the test server: $ rake server Changes are immediately available at: https://localhost:4000/ Contributing ------------ https://github.com/guides/fork-a-project-and-submit-your-modifications Creating Blog Posts ------------------- Blog posts are stored under the `_posts` directory. To create a new blog post and open your `$EDITOR`, use: thor blog:new 'Blog Post Title' This requires Thor: $ gem install thor Prebuilt Files -------------- You will need thor, rdoc, haml and mislav's hanna gem to rebuild static files and the API docs: $ gem install thor $ gem install rdoc -v 2.3.0 $ gem install haml -v 2.0.4 $ gem install mislav-hanna --source=https://gems.github.com/ The prebuilt file sources are maintained under the sinatra and sinatra-book projects. To pull in the latest versions and build them: rake pull build The generated files under the "_includes" and "api" directories need to be committed after building. To regenerate and add those files to your index for the next commit: rake regen