website: point users to README file in updater repo

This commit is contained in:
overdodactyl 2018-09-26 18:21:45 -06:00
parent 06bbb8b27a
commit e5833cd1e9
5 changed files with 30 additions and 25 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -177,7 +177,7 @@ module.exports = reloadCSS;
module.hot.dispose(reloadCSS);
module.hot.accept(reloadCSS);
},{"./../fonts/ionicons.eot":56,"./../fonts/ionicons.woff":57,"./../fonts/ionicons.ttf":58,"./../fonts/ionicons.svg":59,"./../fonts/Lato-Light.eot":60,"./../fonts/Lato-Light.woff2":61,"./../fonts/Lato-Light.woff":62,"./../fonts/Lato-Light.ttf":63,"./../fonts/Lato-LightItalic.eot":64,"./../fonts/Lato-LightItalic.woff2":65,"./../fonts/Lato-LightItalic.woff":66,"./../fonts/Lato-LightItalic.ttf":67,"_css_loader":49}],39:[function(require,module,exports) {
},{"./../fonts/ionicons.eot":57,"./../fonts/ionicons.woff":58,"./../fonts/ionicons.ttf":59,"./../fonts/ionicons.svg":60,"./../fonts/Lato-Light.eot":61,"./../fonts/Lato-Light.woff2":62,"./../fonts/Lato-Light.woff":63,"./../fonts/Lato-Light.ttf":64,"./../fonts/Lato-LightItalic.eot":65,"./../fonts/Lato-LightItalic.woff2":66,"./../fonts/Lato-LightItalic.woff":67,"./../fonts/Lato-LightItalic.ttf":68,"_css_loader":49}],39:[function(require,module,exports) {
var reloadCSS = require('_css_loader');
module.hot.dispose(reloadCSS);
@ -189,13 +189,13 @@ module.exports = reloadCSS;
module.hot.dispose(reloadCSS);
module.hot.accept(reloadCSS);
},{"./../fonts/ionicons.eot":56,"./../fonts/ionicons.woff":57,"./../fonts/ionicons.ttf":58,"./../fonts/ionicons.svg":59,"_css_loader":49}],41:[function(require,module,exports) {
},{"./../fonts/ionicons.eot":57,"./../fonts/ionicons.woff":58,"./../fonts/ionicons.ttf":59,"./../fonts/ionicons.svg":60,"_css_loader":49}],41:[function(require,module,exports) {
var reloadCSS = require('_css_loader');
module.hot.dispose(reloadCSS);
module.hot.accept(reloadCSS);
},{"./../fonts/Lato-Light.eot":60,"./../fonts/Lato-Light.woff2":61,"./../fonts/Lato-Light.woff":62,"./../fonts/Lato-Light.ttf":63,"./../fonts/Lato-LightItalic.eot":64,"./../fonts/Lato-LightItalic.woff2":65,"./../fonts/Lato-LightItalic.woff":66,"./../fonts/Lato-LightItalic.ttf":67,"_css_loader":49}],42:[function(require,module,exports) {
},{"./../fonts/Lato-Light.eot":61,"./../fonts/Lato-Light.woff2":62,"./../fonts/Lato-Light.woff":63,"./../fonts/Lato-Light.ttf":64,"./../fonts/Lato-LightItalic.eot":65,"./../fonts/Lato-LightItalic.woff2":66,"./../fonts/Lato-LightItalic.woff":67,"./../fonts/Lato-LightItalic.ttf":68,"_css_loader":49}],42:[function(require,module,exports) {
var reloadCSS = require('_css_loader');
module.hot.dispose(reloadCSS);
@ -219,7 +219,7 @@ module.exports = reloadCSS;
module.hot.dispose(reloadCSS);
module.hot.accept(reloadCSS);
},{"../../vendors/css/combined.css":38,"./img/GcP71BP-min.png":68,"./img/testimonials_bg.jpg":69,"_css_loader":49}],46:[function(require,module,exports) {
},{"../../vendors/css/combined.css":38,"./img/GcP71BP-min.png":69,"./img/testimonials_bg.jpg":70,"_css_loader":49}],46:[function(require,module,exports) {
var reloadCSS = require('_css_loader');
module.hot.dispose(reloadCSS);
@ -231,7 +231,7 @@ module.exports = reloadCSS;
module.hot.dispose(reloadCSS);
module.hot.accept(reloadCSS);
},{"./vendors/css/animate.css":36,"./vendors/css/codemirror.css":37,"./vendors/css/combined.css":38,"./vendors/css/grid.css":39,"./vendors/css/ionicons.css":40,"./vendors/css/latofonts.css":41,"./vendors/css/magnific-popup.css":42,"./vendors/css/normalize.css":43,"./vendors/css/shadowfox.css":44,"./resources/css/style":45,"./resources/css/queries":46,"_css_loader":49}],112:[function(require,module,exports) {
},{"./vendors/css/animate.css":36,"./vendors/css/codemirror.css":37,"./vendors/css/combined.css":38,"./vendors/css/grid.css":39,"./vendors/css/ionicons.css":40,"./vendors/css/latofonts.css":41,"./vendors/css/magnific-popup.css":42,"./vendors/css/normalize.css":43,"./vendors/css/shadowfox.css":44,"./resources/css/style":45,"./resources/css/queries":46,"_css_loader":49}],73:[function(require,module,exports) {
var global = arguments[3];
var OVERLAY_ID = '__parcel__error__overlay__';
@ -260,7 +260,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = '' || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + '54296' + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + '61508' + '/');
ws.onmessage = function (event) {
var data = JSON.parse(event.data);
@ -401,7 +401,7 @@ function hmrAccept(bundle, id) {
return hmrAccept(global.parcelRequire, id);
});
}
},{}],113:[function(require,module,exports) {
},{}],75:[function(require,module,exports) {
var getBundleURL = require('./bundle-url').getBundleURL;
function loadBundlesLazy(bundles) {
@ -483,5 +483,5 @@ LazyPromise.prototype.catch = function (onError) {
return this.promise.catch(onError);
};
},{"./bundle-url":71}],0:[function(require,module,exports) {
var b=require(113);b.load([["ionicons.7ea6beda.eot",56],["ionicons.e9599233.woff",57],["ionicons.8e595e5d.ttf",58],["ionicons.5c32eb05.svg",59],["Lato-Light.3acc152e.eot",60],["Lato-Light.0cf75d24.woff2",61],["Lato-Light.c00f9bd1.woff",62],["Lato-Light.14471854.ttf",63],["Lato-LightItalic.cace5c53.eot",64],["Lato-LightItalic.b3fd8a03.woff2",65],["Lato-LightItalic.e57e9f3b.woff",66],["Lato-LightItalic.f94aeb72.ttf",67],["GcP71BP-min.21c94d22.png",68],["testimonials_bg.24ccf0e1.jpg",69]]);
},{}]},{},[112,0], null)
var b=require(75);b.load([["ionicons.7ea6beda.eot",57],["ionicons.e9599233.woff",58],["ionicons.8e595e5d.ttf",59],["ionicons.5c32eb05.svg",60],["Lato-Light.3acc152e.eot",61],["Lato-Light.0cf75d24.woff2",62],["Lato-Light.c00f9bd1.woff",63],["Lato-Light.14471854.ttf",64],["Lato-LightItalic.cace5c53.eot",65],["Lato-LightItalic.b3fd8a03.woff2",66],["Lato-LightItalic.e57e9f3b.woff",67],["Lato-LightItalic.f94aeb72.ttf",68],["GcP71BP-min.21c94d22.png",69],["testimonials_bg.24ccf0e1.jpg",70]]);
},{}]},{},[73,0], null)

View File

@ -285,7 +285,7 @@ process.chdir = function (dir) {
process.umask = function () {
return 0;
};
},{}],53:[function(require,module,exports) {
},{}],52:[function(require,module,exports) {
var global = arguments[3];
var process = require("process");
var define;
@ -12017,7 +12017,7 @@ https://github.com/imakewebthings/waypoints/blob/master/licenses.txt
}
));
},{}],50:[function(require,module,exports) {
},{}],55:[function(require,module,exports) {
var define;
var global = arguments[3];
// CodeMirror, copyright (c) by Marijn Haverbeke and others
@ -21698,7 +21698,7 @@ return CodeMirror$1;
})));
},{}],55:[function(require,module,exports) {
},{}],56:[function(require,module,exports) {
var define;
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
@ -22533,7 +22533,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
});
},{"../../lib/codemirror":50}],52:[function(require,module,exports) {
},{"../../lib/codemirror":55}],50:[function(require,module,exports) {
var define;
/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
@ -24327,7 +24327,7 @@ var define;
/*>>retina*/
_checkInstance();
});
},{"jquery":53}],70:[function(require,module,exports) {
},{"jquery":52}],53:[function(require,module,exports) {
/**
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
@ -24991,7 +24991,7 @@ for (i = 0; i < coll.length; i++) {
}
});
}
},{"jquery":53,"waypoints/lib/jquery.waypoints":54,"lazysizes":51,"codemirror":50,"codemirror/mode/css/css":55,"magnific-popup":52,"html5shiv":70}],73:[function(require,module,exports) {
},{"jquery":52,"waypoints/lib/jquery.waypoints":54,"lazysizes":51,"codemirror":55,"codemirror/mode/css/css":56,"magnific-popup":50,"html5shiv":53}],73:[function(require,module,exports) {
var global = arguments[3];
var OVERLAY_ID = '__parcel__error__overlay__';
@ -25020,7 +25020,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = '' || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + '54296' + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + '61508' + '/');
ws.onmessage = function (event) {
var data = JSON.parse(event.data);

View File

@ -174,6 +174,11 @@
<!-- CURR_VER: 1.7.5 -->
<div class="row">
<h2>Download Today</h2>
<p class="long-copy">
A cross-platform installer/uninstaller/updater is maintained in the <a href="https://github.com/SrKomodo/shadowfox-updater">shadowfox-updater</a> repository. <br><br>
Latest versions can be obtained via the links below, through the <a href="https://github.com/SrKomodo/shadowfox-updater/releases">releases page</a>, <code>Homebrew</code>, or <code>AUR</code>. Please see the <a href="https://github.com/SrKomodo/shadowfox-updater/blob/master/README.md">README</a> file for details on how to use the updater (GUI and CLI options available) and solutions to common problems.<br><br>
</p>
</div>
<div class="row">
<div class="col span-1-of-3">