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
remotestorage/remotestorage.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!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> <pre><code>npm install -g [email protected]</code></pre> <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>
About
[DEPRECATED] Old RS website
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published