public
Description: Wrapper for Google Reader's undocumented and possibly "unstable" API. By unstable, I mean if they haven't documented it, then they could change it at anytime without notice.
Homepage: http://googlereader.rubyforge.org/
Clone URL: git://github.com/jnunemaker/googlereader.git
jnunemaker (author)
Wed Dec 26 12:34:00 -0800 2007
commit  eb46de1092740ee19265f47d209c20ace4bd19e5
tree    baa98160aaa9b4f2c2d6e4887bb8db703e398b21
parent  9aefb0f2dcc6527f61f682058cacd815ee5f26ac
googlereader / website / index.html
100644 45 lines (32 sloc) 1.545 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Google Reader by John Nunemaker</title>
<link rel="stylesheet" href="css/common.css" type="text/css" />
</head>
<body>
 
<div id="wrapper">
<div id="header">
<h1>Google Reader</h1>
<p>Wrapper for Google Reader's API.</p>
 
<ul id="nav">
<li><a href="rdoc/">Docs</a></li>
<li><a href="http://rubyforge.org/projects/googlereader/">Rubyforge Page</a></li>
</ul>
</div>
 
<div id="content">
<p>Wrapper for Google Reader's undocumented and possibly "unstable" API. By unstable, I mean if they haven't documented it, then they could change it at anytime without notice.</p>
 
<h2>Installation</h2>
 
<pre><code>sudo gem install googlereader</code></pre>
 
<h2>Usage</h2>
 
<p>I wouldn't highly recommend using this for anything other than fun. The GReader API could change at anytime. So there could be breakages without notice. If you feel like helping, feel free to submit patches. The code is documented so feel free to peruse that.</p>
 
</div>
 
<div id="footer">
<p>Created by <a href="http://addictedtonew.com/about/">John Nunemaker</a></p>
</div>
 
</div>
 
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-85301-16"; urchinTracker();</script>
 
</body>
</html>