HTTP/2 302
server: nginx
date: Sat, 19 Jul 2025 06:40:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090120205048
location: https://web.archive.org/web/20090120205048/https://drnicjavascript.rubyforge.org/github_badge/
server-timing: captures_list;dur=0.641000, exclusion.robots;dur=0.025818, exclusion.robots.policy;dur=0.010153, esindex;dur=0.012815, cdx.remote;dur=6.625099, LoadShardBlock;dur=2860.108921, PetaboxLoader3.datanode;dur=2728.528282, PetaboxLoader3.resolve;dur=65.711701
x-app-server: wwwb-app219
x-ts: 302
x-tr: 2894
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 06:41:00 GMT
content-type: text/html
x-archive-orig-date: Tue, 20 Jan 2009 20:50:48 GMT
x-archive-orig-server: Apache
x-archive-orig-last-modified: Sun, 04 Jan 2009 03:59:19 GMT
x-archive-orig-etag: "1ce9b74-1498-45fa032d3f3c0"
x-archive-orig-accept-ranges: bytes
x-archive-orig-content-length: 5272
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 20 Jan 2009 20:50:48 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Fri, 02 May 2008 22:51:31 GMT",
; rel="prev memento"; datetime="Sun, 21 Dec 2008 12:27:43 GMT",
; rel="memento"; datetime="Tue, 20 Jan 2009 20:50:48 GMT",
; rel="next memento"; datetime="Fri, 20 Feb 2009 14:04:14 GMT",
; rel="last memento"; datetime="Sat, 31 May 2025 21:26:51 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: 51_7_20090120125834_crawl105-c/51_7_20090120203710_crawl101.arc.gz
server-timing: captures_list;dur=0.750741, exclusion.robots;dur=0.025276, exclusion.robots.policy;dur=0.012431, esindex;dur=0.014573, cdx.remote;dur=106.226623, LoadShardBlock;dur=250.932852, PetaboxLoader3.datanode;dur=286.034724, PetaboxLoader3.resolve;dur=109.059200, load_resource;dur=175.901644
x-app-server: wwwb-app219
x-ts: 200
x-tr: 572
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
GitHub Badge
GitHub Badge
What
Want to show off your projects on github to world?
Then a sexy badge on your blog would be awesome. Like the one above, but
for your github projects and forks. So, its awesomer.
Installation
Sample HTML to paste into your blog sidebar:
<div id="github-badge"></div>
<script type="text/javascript" charset="utf-8">
GITHUB_USERNAME="drnic";
</script>
<script src="https://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js" type="text/javascript"></script>
A full outline of available options:
<div id="github-badge"></div>
<script type="text/javascript" charset="utf-8">
GITHUB_USERNAME="drnic";
GITHUB_LIST_LENGTH=10;
GITHUB_HEAD="div"; // e.g. change to "h2" for wordpress sidebars
GITHUB_THEME="white"; // try 'black'
GITHUB_TITLE = "My projects"
GITHUB_SHOW_ALL = "Show all"
</script>
<script src="https://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js" type="text/javascript"></script>
Only GITHUB_USERNAME
is a required pre-set variable. The others above show the defaults, and can be changed by being specified.
Black background?
If your site has a black background the badge will automatically attempt to use the black_badge.css theme. If it doesn’t trigger for your site add the GITHUB_THEME='black'
code to the configuration above.
Existing installations/demonstrations
Forum
https://groups.google.com/group/github
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups , use the Google Group above.
You can fetch the source from:
git clone git://github.com/drnic/github_badges.git
License
This code is free to use under the terms of the MIT license.
Contact
Comments are welcome. Send an email to Dr Nic Williams via the github forum
Dr Nic Williams , 4th January 2009
Theme extended from Paul Battley