CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 19 Jul 2025 19:28:22 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090131221333
location: https://web.archive.org/web/20090131221333/https://github.com/guides/rebase-howto.atom
server-timing: captures_list;dur=0.532890, exclusion.robots;dur=0.021953, exclusion.robots.policy;dur=0.010593, esindex;dur=0.011215, cdx.remote;dur=18.642716, LoadShardBlock;dur=545.468310, PetaboxLoader3.datanode;dur=130.696077, PetaboxLoader3.resolve;dur=338.137114
x-app-server: wwwb-app219
x-ts: 302
x-tr: 593
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app219; 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: Sat, 19 Jul 2025 19:28:23 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 3011
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 31 Jan 2009 22:13:33 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 87ms
x-archive-orig-etag: "e91e1177ac876eafd6fe1f911baf0270"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 3011
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 31 Jan 2009 22:13:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 31 Jan 2009 22:13:33 GMT", ; rel="memento"; datetime="Sat, 31 Jan 2009 22:13:33 GMT", ; rel="last memento"; datetime="Sat, 31 Jan 2009 22:13:33 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_8_20090131194059_crawl103-c/52_8_20090131221201_crawl101.arc.gz
server-timing: captures_list;dur=4.964380, exclusion.robots;dur=0.031181, exclusion.robots.policy;dur=0.014577, esindex;dur=0.015913, cdx.remote;dur=123.782065, LoadShardBlock;dur=181.996565, PetaboxLoader3.datanode;dur=168.323567, load_resource;dur=296.368796, PetaboxLoader3.resolve;dur=182.540508
x-app-server: wwwb-app219
x-ts: 200
x-tr: 634
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=()
accept-ranges: bytes
tag:github.com,2008:/guides/rebase-howto
GitHub Guides - Rebase HOWTO
2008-12-30T04:52:49-08:00
tag:github.com,2008:Guide/83
2008-12-30T04:52:49-08:00
2008-12-30T04:52:49-08:00
Rebase HOWTO - version 1
Tue Dec 30 04:52:49 -0800 2008
<p>This page goes over some of the guidelines that are used to determine who and what gets featured on the GitHub Rebase column. If you’re wondering how to get noticed, look no further! Also be aware that language diversity is encouraged throughout the column, so don’t be afraid if your project isn’t in Ruby or one of the other major languages in use.</p>
<h2>How to be the featured project</h2>
<ul>
<li>Host your project here on GitHub (Obvious, but should be stated!)</li>
<li>Somewhat mature codebase, it’s being used by others than the author. Out of alpha at least.</li>
<li>Decent documentation, be it wikis, code docs, a GitHub page, or perhaps a separate project website</li>
<li>Purpose of the project is clearly defined and easy to find</li>
<li>Be something fun and useful to others!</li>
</ul>
<h2>How to be a notably new project</h2>
<ul>
<li>Project should have been created in the last week or two from when the column is written (usually on Sundays)</li>
<li><span class="caps">README</span> is filled out, or some blog post/page is available to determine goals of the project</li>
<li>Build something fun and useful to others!</li>
</ul>
<h2>How to be a hardcore forker</h2>
<ul>
<li>Be awesome (i.e., code/hack/maintain/write docs for something neat)</li>
<li>Encourage collaboration and cooperation in your GitHub projects</li>
<li>Having some proven projects under your belt helps, but is not necessary</li>
<li>Show that transparency in development leads to improvement (instead of hiding it)</li>
</ul>
<h2>How to make the graphs</h2>
<p>Some magic from gchart-rb and ripping the feed from https://github.com/timeline creates the graphs. Check out the <a href="https://github.com/qrush/rebase">Rebase</a> project if you want to know more.</p>
qrush