Skip to content

Commit

Permalink
update website with git src
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 26, 2008
1 parent 18e258d commit d7fe30c
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 42 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
dist/*
website/dist/*
pkg/*
config/*.yml
2 changes: 0 additions & 2 deletions .gitigore

This file was deleted.

2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -18,7 +18,7 @@ the following snippet into your blog sidebar.
<script type="text/javascript" charset="utf-8">
GITHUB_USERNAME="drnic";
</script>
<script src="dist/github-badge-launcher.js" type="text/javascript"></script>
<script src="http://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js" type="text/javascript"></script>

Author
======
Expand Down
2 changes: 0 additions & 2 deletions config/website.yml.sample

This file was deleted.

37 changes: 19 additions & 18 deletions website/index.html
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
github_badges
GitHub Badge
</title>
<script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>

Expand All @@ -28,7 +28,7 @@
<body>
<div id="main">

<h1>github_badges</h1>
<h1>GitHub Badge</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/drnicjavascript/"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/drnicjavascript/" class="numbers">0.1.0</a>
Expand All @@ -43,28 +43,28 @@ <h1>github_badges</h1>
<h2>What</h2>


<p>This JavaScript project &#8230;</p>
<p>Want to show off your projects on github to world?
Then a sexy badge on your blog would be awesome.</p>


<h2>Downloading</h2>
<p>Its still under development, but above is a pseudo-live
demonstration of the badge.</p>


<p><a href="dist/github_badges.js">github_badges.js</a></p>
<h2>Installation</h2>


<h2>The basics</h2>


<h2>Demonstration of usage</h2>
<p><pre class='syntax'>&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
GITHUB_USERNAME=&quot;drnic&quot;;
&lt;/script&gt;
&lt;script src=&quot;http://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre></p>


<h2>Forum</h2>


<p><a href="http://groups.google.com/group/github_badges">http://groups.google.com/group/github_badges</a></p>


<p><span class="caps">TODO</span> &#8211; create Google Group &#8211; github_badges</p>
<p><a href="http://groups.google.com/group/github">http://groups.google.com/group/github</a></p>


<h2>How to submit patches</h2>
Expand All @@ -73,14 +73,15 @@ <h2>How to submit patches</h2>
<p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p>


<p>The trunk repository is <code>svn://rubyforge.org/var/svn/github_badges/trunk</code> for anonymous access.</p>

<p>You can fetch the source from:</p>

<p>OR</p>

<ul>
<li>github: <a href="http://github.com/drnic/github_badges/tree/master">http://github.com/drnic/github_badges/tree/master</a></li>
</ul>

<p>The source project is a <a href="http://git.or.cz/">Git</a> repository. See <span class="caps">TODO</span>&#8217;s <a href="http://github.com/your_username/github_badges/tree/master">master branch</a> for clone/checkout details.</p>

<pre>git clone git://github.com/drnic/github_badges.git</pre>

<h2>License</h2>

Expand All @@ -91,7 +92,7 @@ <h2>License</h2>
<h2>Contact</h2>


<p>Comments are welcome. Send an email to <a href="mailto"><span class="caps">TODO</span></a>: via the <a href="http://groups.google.com/group/github_badges">forum</a></p>
<p>Comments are welcome. Send an email to <a href="mailto"><span class="caps">TODO</span></a>: via the <a href="http://groups.google.com/group/github">github forum</a></p>
<p class="coda">
<a href="">TODO</a>, 26th April 2008<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
Expand Down
35 changes: 16 additions & 19 deletions website/index.txt
@@ -1,43 +1,40 @@
h1. github_badges
h1. GitHub Badge

h2. What

This JavaScript project ...
Want to show off your projects on github to world?
Then a sexy badge on your blog would be awesome.

h2. Downloading

<a href="dist/github_badges.js">github_badges.js</a>


h2. The basics


h2. Demonstration of usage
Its still under development, but above is a pseudo-live
demonstration of the badge.

h2. Installation

<pre syntax="html"><script type="text/javascript" charset="utf-8">
GITHUB_USERNAME="drnic";
</script>
<script src="http://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js" type="text/javascript"></script>
</pre>

h2. Forum

"http://groups.google.com/group/github_badges":http://groups.google.com/group/github_badges

TODO - create Google Group - github_badges
"http://groups.google.com/group/github":http://groups.google.com/group/github

h2. How to submit patches

Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above.

The trunk repository is <code>svn://rubyforge.org/var/svn/github_badges/trunk</code> for anonymous access.

OR
You can fetch the source from:

The source project is a "Git":http://git.or.cz/ repository. See TODO's "master branch":http://github.com/your_username/github_badges/tree/master for clone/checkout details.
* github: "http://github.com/drnic/github_badges/tree/master":http://github.com/drnic/github_badges/tree/master

<pre>git clone git://github.com/drnic/github_badges.git</pre>

h2. License

This code is free to use under the terms of the MIT license.

h2. Contact

Comments are welcome. Send an email to "TODO":mailto: via the "forum":http://groups.google.com/group/github_badges
Comments are welcome. Send an email to "TODO":mailto: via the "github forum":http://groups.google.com/group/github

0 comments on commit d7fe30c

Please sign in to comment.