Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remotestorage/remotestorage.io
[DEPRECATED] Old RS website
https://github.com/remotestorage/remotestorage.io
Last synced: 5 days ago
JSON representation
[DEPRECATED] Old RS website
- Host: GitHub
- URL: https://github.com/remotestorage/remotestorage.io
- Owner: remotestorage
- Archived: true
- Created: 2012-09-14T12:58:48.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-08-31T11:29:45.000Z (about 3 years ago)
- Last Synced: 2024-08-01T12:19:15.966Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.37 MB
- Stars: 50
- Watchers: 17
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
Awesome Lists containing this project
- awesome-starred - remotestorage/remotestorage.io - [DEPRECATED] Old RS website (others)
README
remoteStorage – An open protocol for per-user storage
hljs.initHighlightingOnLoad();
remotestorage.io
Umbrella website for all things remoteStorage.
Setup / Installation
This website is using roots, a toolbox for static web sites
and apps. Getting started is easy as pie:npm install -g [email protected]
Then clone this repository,
cd
into it, and runroots watch
for
auto-compilation and live-reload of your browser window.
//- add other scripts through require.js, not here
!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");
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);
})();
}