-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.26 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Earth Reader</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="canonical" href="http://earthreader.org/">
<link rel="blogroll" type="text/x-opml"
title="Feeds related to the Earth Reader project"
href="feeds.xml">
</head>
<body>
<h1>Earth Reader</h1>
<p>We are trying to make the RSS reader possible to run on various devices
and be synchronized without any particular centralized proprietary
services.</p>
<p>The project consists of several subprojects:</p>
<ul>
<li><a href="https://github.com/earthreader/web"><dfn>Earth Reader for
Web</dfn></a> is a web-based RSS reader powered by libearth.
<br/>You can try Earth Reader for Web demo at <a href="http://try.earthreader.org/">try.earthreader.org</a>.</li>
<li><a href="http://libearth.earthreader.org/"><dfn>Libearth</dfn></a>
is the shared common library for various Earth Reader apps.</li>
</ul>
<p>See also our <a href="http://blog.earthreader.org/">blog</a>,
<a href="https://twitter.com/earthreader">Twitter</a>, and
<a href="https://github.com/earthreader">GitHub account</a>.</p>
<script data-gittip-username="earthreader" src="//gttp.co/v1.js"></script>
</body>
</html>