This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathREADME.html
75 lines (71 loc) · 3.55 KB
/
README.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
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="description" content="description of your site">
<meta name="author" content="author of the site">
<title>remoteStorage – An open protocol for per-user storage</title>
<link rel="stylesheet" href="/css/highlight/monokai.css">
<link rel="stylesheet" href="/css/screen.css">
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/favicon-touch.png"><script src="/js/vendor/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<div id="wrapper">
<header>
<div class="container">
<div class="logo">
<h1><a href="/">remoteStorage</a></h1>
</div>
<nav>
<ul>
<li class="get"><a href="https://wiki.remotestorage.io/Servers">Get Storage</a></li>
<li class="integrate"><a href="/integrate">Developers</a></li>
<li class="provide"><a href="/provide">Providers</a></li>
<li class="community"><a href="/community">Community</a></li>
<li class="guides"><a href="http://community.remotestorage.io">Forums</a></li>
<li class="spec"><a href="https://datatracker.ietf.org/doc/draft-dejong-remotestorage/">Spec</a></li>
</ul>
</nav>
</div>
</header>
<div id="wrapper-content"><h1 id="remotestorage-io">remotestorage.io</h1>
<p>Umbrella website for all things remoteStorage.</p>
<h3 id="setup-installation">Setup / Installation</h3>
<p>This website is using <a href="http://roots.cx/">roots</a>, a toolbox for static web sites
and apps. Getting started is easy as pie:</p>
<p>Then clone this repository, <code>cd</code> into it, and run <code>roots watch</code> for
auto-compilation and live-reload of your browser window.</p>
<!-- ugly hack:-->
<div class="space"> </div>
</div>
</div>
<footer>
<div class="container">
<p class="copyright">© 2015 <a href="https://github.com/remotestorage?tab=members">remoteStorage contributors</a>, <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY</a><span class="divider">·</span><a href="https://github.com/remotestorage/remotestorage.io">Fork this website</a></p>
<p class="actions"><a href="https://twitter.com/remotestorage_" data-dnt="true" data-show-count="false" data-lang="en" class="twitter-follow-button">Follow @remotestorage_</a></p>
</div>
</footer>
</body>
<script data-main="/js/main" src="/js/require.js">
//- add other scripts through require.js, not here
</script>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script>
if (window.location.href.match(/remotestorage\.io/)) {
var _paq = _paq || []; _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]);
(function() {
var u="https://analytics.5apps.com/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "5"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
}
</script>
</html>