-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
72 lines (62 loc) · 3.04 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!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>OpenLike is a protocol for sharing the things you like on the web.</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body class="home">
<div class="container">
<div id="header" class="column first last span-20">
<h1 id="site-name" class="column first span-5 prepend-1 append-1"><a href="/">OpenLike</a></h1>
<div id="primary" class="column span-13 last">
<ul class="navigation">
<li id="nav-about"><a href="/about">About</a></li>
<li id="nav-documentation"><a href="/documentation">Documentation</a></li>
<li id="nav-blog"><a href="http://openlike.wordpress.com/">Blog</a></li>
<li id="nav-community"><a href="http://groups.google.com/group/openlike">Forum</a></li>
</ul>
</div>
<div id="site-description" class="column span-18 append-1 prepend-1 first last">
<h3>An <strong>open protocol</strong> to allow sharing the things people like in a <strong>simple</strong> and <strong>standard</strong> method between web applications.</h3>
</div>
</div>
<div id="main" class="column first last span-20">
<div id="client-side" class="column span-9 append-1 first">
<p class="intro">
For consumers...
</p>
<p>
OpenLike is a simple way to tell other sites about the things you like and dislike on the web. Instead of having all of your preferences stored by a single company, OpenLike gives you a way to send your data where you want it.
</p>
</div>
<div id="server-side" class="column span-9 last">
<p class="intro">
For web sites...
</p>
<p>
OpenLike lets your users promote the things they like on your site through multiple recommendation, fan and personalization networks without you having to worry about the details of each network.
</p>
</div>
<div id="embed" class="column span-18">
<script type="text/javascript" src="http://openlike.org/v1/openlike.js"></script>
<p>
Here's an example of what the OpenLike widget looks like by default
</p>
<p>
<script type="text/javascript">OPENLIKE.Widget()</script>
</p>
<p> And here's the code to add this to your site</p>
<p>
<script type="text/javascript" src="http://openlike.org/v1/openlike.js"></script><br>
<script type="text/javascript">OPENLIKE.Widget()</script>
</p>
<p> All code for this project is available at <a href="http://code.google.com/p/openlike/">http://code.google.com/p/openlike/</a>.</p>
</div>
</div>
<div id="footer" class="column span-18 prepend-1 append-1 first last">
OpenLike is an open project being developed by a <a href="http://groups.google.com/group/openlike">group of people</a>. Thanks to OAuth for the website design inspiration.
</div>
</body>
</html>