relevance / runcoderun-badges forked from drnic/github-badges
- Source
- Commits
- Network (8)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tag:
REL-1.2.0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
License.txt | Fri Apr 25 19:25:25 -0700 2008 | |
| |
README.markdown | ||
| |
Rakefile | Mon May 05 21:33:01 -0700 2008 | |
| |
config/ | Sat Apr 26 03:38:37 -0700 2008 | |
| |
lib/ | Fri Apr 25 19:25:25 -0700 2008 | |
| |
script/ | Sat Apr 26 02:58:06 -0700 2008 | |
| |
src/ | ||
| |
tasks/ | Sat Apr 26 02:58:06 -0700 2008 | |
| |
test/ | ||
| |
website/ |
README.markdown
Github Badges
Want to show off your projects on github to world? Then a sexy badge on your blog would be awesome.
Its still under development, but here is a screenshot of the unit tests + the sample badge below.
Live Demo
See the project website: http://drnicjavascript.rubyforge.org/github_badge
Usage
It is expected that to use the widget, you will copy + paste + modify the following snippet into your blog sidebar.
<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
</script>
<script src="http://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js" type="text/javascript"></script>
Website
http://drnicjavascript.rubyforge.org/github_badge
Author
Dr Nic Williams, drnicwilliams@gmail.com


