Skip to content

Commit

Permalink
Added link tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Dec 10, 2008
1 parent 51bf8a4 commit 961f08b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions website/index.html
Expand Up @@ -30,8 +30,8 @@ <h2> &raquo;&nbsp;&nbsp;&nbsp;A Ruby Library for Amazon Simple Pay</h2>
<ul>
<li class="current_page_item"><a href="/">Home</a></li>
<li><a href="/rdoc/">RDoc</a></li>
<li><a href="http://rubyforge.org/projects/simplepay">on RubyForge</a></li>
<li class="last"><a href="http://github.com/nbibler/simplepay">on GitHub</a></li>
<li><a href="http://rubyforge.org/projects/simplepay" onClick="javascript: pageTracker._trackPageview('/outgoing/rubyforge.org/projects/simplepay');">on RubyForge</a></li>
<li class="last"><a href="http://github.com/nbibler/simplepay" onClick="javascript: pageTracker._trackPageview('/outgoing/github.com/nbibler/simplepay');">on GitHub</a></li>
</ul>
</div>
</div>
Expand All @@ -41,14 +41,14 @@ <h2> &raquo;&nbsp;&nbsp;&nbsp;A Ruby Library for Amazon Simple Pay</h2>
<div id="page">
<!-- start content -->
<div id="content">
<p><b>simplepay</b> is a <a href="http://ruby-lang.org/">Ruby</a> <a href="http://www.rubygems.org/">gem</a> which provides a programmatic interface to <a href="https://payments.amazon.com/">Amazon Simple Pay</a> for dynamic form generation and <abbr title="Instant Payment Notification">IPN</abbr> reception and content validation.</p>
<p><b>simplepay</b> is a <a href="http://ruby-lang.org/" onClick="javascript: pageTracker._trackPageview('/outgoing/ruby-lang.org');">Ruby</a> <a href="http://www.rubygems.org/" onClick="javascript: pageTracker._trackPageview('/outgoing/rubygems.org');">gem</a> which provides a programmatic interface to <a href="https://payments.amazon.com/">Amazon Simple Pay</a> for dynamic form generation and <abbr title="Instant Payment Notification">IPN</abbr> reception and content validation.</p>
<div class="post">
<h2 class="title">Released Version 0.1.0</h2>
<div class="meta">
<p class="byline">Posted by Nathaniel Bibler</p>
</div>
<div class="entry">
<p><a href="http://rubyforge.org/frs/?group_id=7387&amp;release_id=29031">Version 0.1.0</a> has been released and is now available. The initial public release, marked as in beta, has been released. This provides the basic framework for form generation for both the Amazon Simple Pay Standard and yet-to-be-release Amazon Simple Pay Subscription services.</p>
<p><a href="http://rubyforge.org/frs/?group_id=7387&amp;release_id=29031" onClick="javascript: pageTracker._trackPageview('/outgoing/rubyforge.org/projects/simplepay/download/0.1.0');">Version 0.1.0</a> has been released and is now available. The initial public release, marked as in beta, has been released. This provides the basic framework for form generation for both the Amazon Simple Pay Standard and yet-to-be-release Amazon Simple Pay Subscription services.</p>
<pre><code>sudo gem install simplepay</code></pre>
</div>
</div>
Expand All @@ -58,13 +58,13 @@ <h2 class="title">Released Version 0.1.0</h2>
<div id="sidebar">
<ul>
<li id="version">
<h2>Get Version <a href="http://rubyforge.org/projects/simplepay">0.1.0</a></h2>
<h2>Get Version <a href="http://rubyforge.org/projects/simplepay" onClick="javascript: pageTracker._trackPageview('/outgoing/rubyforge.org/projects/simplepay/get');">0.1.0</a></h2>
</li>
<li>
<h2>Links</h2>
<ul>
<li><a href="http://aws.amazon.com">Amazon Web Services</a></li>
<li><a href="https://payments.amazon.com/">Amazon Payments</a></li>
<li><a href="http://aws.amazon.com" onClick="javascript: pageTracker._trackPageview('/outgoing/aws.amazon.com');">Amazon Web Services</a></li>
<li><a href="https://payments.amazon.com/" onClick="javascript: pageTracker._trackPageview('/outgoing/payments.amazon.com');">Amazon Payments</a></li>
</ul>
</li>
</ul>
Expand All @@ -76,7 +76,7 @@ <h2>Links</h2>
<!-- end page -->
<!-- start footer -->
<div id="footer">
<p id="legal">&copy; 2008. All Rights Reserved. <a href="http://www.freecsstemplates.org/">Bestfriends</a> designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>, with minor alterations by <a href="http://www.nathanielbibler.com/">Nathaniel Bibler</a>.</p>
<p id="legal">&copy; 2008. All Rights Reserved. <a href="http://www.freecsstemplates.org/" onClick="javascript: pageTracker._trackPageview('/outgoing/freecsstemplates.org');">Bestfriends</a> designed by <a href="http://www.freecsstemplates.org/" onClick="javascript: pageTracker._trackPageview('/outgoing/freecsstemplates.org');">Free CSS Templates</a>, with minor alterations by <a href="http://www.nathanielbibler.com/" onClick="javascript: pageTracker._trackPageview('/outgoing/nathanielbibler.com');">Nathaniel Bibler</a>.</p>
</div>
<!-- end footer -->

Expand Down

0 comments on commit 961f08b

Please sign in to comment.