Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A past uncommitted change
  • Loading branch information
pdweinstein committed Aug 23, 2018
1 parent f7d7e22 commit 8eae60b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.php
Expand Up @@ -3,6 +3,7 @@
include_once( 'config.php' );
include_once( 'view/server/php/class.template.php' );
include_once( 'model/server/php/class.outside.php' );
include_once( 'model/server/php/b-sig.php' );
include_once( 'model/server/php/goodReads.php' );
include_once( 'model/server/php/twitter-api-php/TwitterAPIExchange.php' );
include_once( 'model/server/php/phpFlickr.php' );
Expand All @@ -11,6 +12,8 @@
$memcache = new Memcache;
}

$seti = new RPC;

$goodReads = new goodReads( $goodreads_token, $goodreads_user_id, $goodreadsOptions, true);
$books = $goodReads->getShelf();

Expand Down Expand Up @@ -52,6 +55,12 @@
<p>Meanwhile, elsewhere on the web…</p>
<p><ul>
<li><a href=\"http://pdw.weinstein.org/about/index.html\" alt\"Personal Blog\">Blog</a></li>
<li><a href=\"\">Boinc<ul><li>
");

echo $seti->getResults();

$template->outputHTML("
<li><a href=\"https://www.github.com/pdweinstein\" alt\"GitHub\">GitHub</a><ul><li>Last commit was
");

Expand Down

0 comments on commit 8eae60b

Please sign in to comment.