Skip to content

Commit

Permalink
revision 47595cd
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Oct 4, 2012
1 parent 2e7bac5 commit 6856fdf
Show file tree
Hide file tree
Showing 2 changed files with 1,007 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Expand Up @@ -28,7 +28,7 @@ <h1>paia</h1>
<div class="downloads">
<span>Specification:</span>
<ul>
<li><a href="paia-840b77c.html" class="button">current draft</a></li>
<li><a href="paia-47595cd.html" class="button">current draft</a></li>
</ul>
</div>
</div><!-- end banner -->
Expand All @@ -40,7 +40,7 @@ <h1>paia</h1>
<section>
<p>The <strong>Patrons Account Information API (PAIA)</strong> is a HTTP based programming
interface to access library patron information, such as loans, reservations,
and fees. The <a href="paia-840b77c.html">preliminary specification</a> is managed in
and fees. The <a href="paia-47595cd.html">preliminary specification</a> is managed in
<a href="http://github.com/gbv/paia">a public git repository</a>.
The master file <a href="https://github.com/gbv/paia/blob/master/paia.md"><code>paia.md</code></a>is written in <a href="http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html">Pandoc’s Markdown</a>.</p>

Expand All @@ -57,10 +57,10 @@ <h2>Recent changes</h2>

<ul>
<!-- BEGIN CHANGES -->
<li><a href=paia-840b77c.html><tt>2012-09-04 13:32:48 +0200</tt></a>: <a href="https://github.com/gbv/paia/commit/840b77c46f6400da9c1c768e6e796bc86e0afe14"><em>document as data type and solved issue #2</em></a></li>
<li><a href=paia-5c2005c.html><tt>2012-05-29 10:49:27 +0200</tt></a>: <a href="https://github.com/gbv/paia/commit/5c2005c8eefb8afdadffbf38358a1a3b7b9680be"><em>added security considerations</em></a></li>
<li><a href=paia-868166f.html><tt>2012-05-28 09:20:39 +0200</tt></a>: <a href="https://github.com/gbv/paia/commit/868166f699ba58db97d8088818528d635205ed78"><em>more on error codes</em></a></li>
<li><a href=paia-5145e3a.html><tt>2012-05-23 15:15:33 +0200</tt></a>: <a href="https://github.com/gbv/paia/commit/5145e3ae6e7a95d2327dcc59e5abd1a8684cc236"><em>included all parameters and fields</em></a></li><li><a href=paia-840b77c.html><tt>2012-05-23 15:15:33 +0200</tt></a> <a href="https://github.com/gbv/paia/commit/5145e3ae6e7a95d2327dcc59e5abd1a8684cc236"><em>included all parameters and fields</em></a></li><!-- END CHANGES -->
<li><a href=paia-47595cd.html><tt>2012-10-04 11:44:57 +0200</tt></a>: <a href="https://github.com/gbv/paia/commit/47595cdb9a153074f829244c9d25a5cd6c72b83a"><em>simplified request format (solved issue #1 and part of #3)</em></a></li>
<li><a href=paia-4410969.html><tt>2012-10-04 10:42:15 +0200</tt></a>: <a href="https://github.com/gbv/paia/commit/441096952146ff49c3c7930adc947972e8b90325"><em>more about error responses</em></a></li>
<li><a href=paia-77277cf.html><tt>2012-10-04 09:03:19 +0200</tt></a>: <a href="https://github.com/gbv/paia/commit/77277cf454a2736981cae94f34ea6c32b6742ee8"><em>renamed PAIA auth methods (issue paia.md)</em></a></li>
<li><a href=paia-840b77c.html><tt>2012-09-04 13:32:48 +0200</tt></a>: <a href="https://github.com/gbv/paia/commit/840b77c46f6400da9c1c768e6e796bc86e0afe14"><em>document as data type and solved issue #2</em></a></li><li><a href=paia-47595cd.html><tt>2012-05-23 15:15:33 +0200</tt></a>: <a href="https://github.com/gbv/paia/commit/5145e3ae6e7a95d2327dcc59e5abd1a8684cc236"><em>included all parameters and fields</em></a></li><li><a href=paia-47595cd.html><tt>2012-05-23 15:15:33 +0200</tt></a> <a href="https://github.com/gbv/paia/commit/5145e3ae6e7a95d2327dcc59e5abd1a8684cc236"><em>included all parameters and fields</em></a></li><!-- END CHANGES -->
</ul>

<p>See <a href="https://github.com/gbv/paia/commits/master">this log</a> for all repository updates and
Expand Down

0 comments on commit 6856fdf

Please sign in to comment.