Skip to content

Commit

Permalink
Added version 0.1.1 history and updated the website.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Dec 12, 2008
1 parent a46c97d commit b5ae3de
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
== 0.1.1 2008-12-11

* Added a NotificationHelper to aid with Amazon IPN validation.
* Updated the Rails helper and added more detailed documentation.

== 0.1.0 2008-12-05

* Initial release
Expand Down
12 changes: 11 additions & 1 deletion website/index.html
Expand Up @@ -42,6 +42,16 @@ <h2> &raquo;&nbsp;&nbsp;&nbsp;A Ruby Library for Amazon Simple Pay</h2>
<!-- start content -->
<div id="content">
<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.1</h2>
<div class="meta">
<p class="byline">Posted by Nathaniel Bibler</p>
</div>
<div class="entry">
<p><a href="http://rubyforge.org/projects/simplepay" onClick="javascript: pageTracker._trackPageview('/outgoing/rubyforge.org/projects/simplepay');">Version 0.1.1</a> has been released and is now available. This version adds more detailed documentation and an IPN notification helper to magically verify Amazon IPN posts to your server.</p>
<pre><code>sudo gem install simplepay</code></pre>
</div>
</div>
<div class="post">
<h2 class="title">Released Version 0.1.0</h2>
<div class="meta">
Expand All @@ -58,7 +68,7 @@ <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" onClick="javascript: pageTracker._trackPageview('/outgoing/rubyforge.org/projects/simplepay/get');">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.1</a></h2>
</li>
<li>
<h2>Links</h2>
Expand Down

0 comments on commit b5ae3de

Please sign in to comment.