From 0eaeab32eb353d10b24ce7e2bb9095e0dd3a8959 Mon Sep 17 00:00:00 2001 From: Martii Date: Thu, 31 Mar 2016 06:49:45 -0600 Subject: [PATCH] Add Fair Use Icon refs for browsers mentioned Applies to #202 and a few other doc releated --- views/includes/documents/Chrome.md | 3 +++ views/includes/documents/Chromium.md | 3 +++ views/includes/documents/Firefox.md | 3 +++ views/includes/documents/Opera.md | 5 ++++- views/includes/documents/Pale-Moon.md | 3 +++ views/includes/documents/SeaMonkey.md | 3 +++ 6 files changed, 19 insertions(+), 1 deletion(-) diff --git a/views/includes/documents/Chrome.md b/views/includes/documents/Chrome.md index 46f5a40b5..c5c6376ee 100644 --- a/views/includes/documents/Chrome.md +++ b/views/includes/documents/Chrome.md @@ -1,5 +1,7 @@ ## Chrome +![Chrome icon][chromeIcon] + Chrome is a free web browser developed by Google. Most of its code draws from the open-source [Chromium][] project. Chrome's selling points are security, speed, simplicity and stability. The desktop version runs on Windows, Linux and OS X, and there are mobile versions for Android and iOS. To run userscripts on Chrome, you normally need a manager extension such as Tampermonkey. @@ -11,6 +13,7 @@ To run userscripts on Chrome, you normally need a manager extension such as Tamp [githubFavicon]: https://assets-cdn.github.com/favicon.ico [oujsFavicon]: https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png +[chromeIcon]: https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/chrome_icon.png "Chrome" [chromeBrowser]: https://www.google.com/chrome/browser/ [wikipediaChrome]: https://www.wikipedia.org/wiki/Google_Chrome [chromeSupport]: https://support.google.com/chrome/ diff --git a/views/includes/documents/Chromium.md b/views/includes/documents/Chromium.md index bfad6ce5a..9ddb1e683 100644 --- a/views/includes/documents/Chromium.md +++ b/views/includes/documents/Chromium.md @@ -1,5 +1,7 @@ ## Chromium +![Chromium icon][chromiumIcon] + Chromium is a free open-source web browser. Chromium's selling points are security, speed, simplicity and stability. The desktop version runs on Windows, Linux and OS X, and there are mobile versions for Android and iOS. To run userscripts on Chromium, you normally need a manager extension such as Tampermonkey. @@ -12,6 +14,7 @@ To run userscripts on Chromium, you normally need a manager extension such as Ta [githubFavicon]: https://assets-cdn.github.com/favicon.ico [oujsFavicon]: https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png +[chromiumIcon]: https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/chromium_icon.png "Chromium" [chromiumBrowser]: http://dev.chromium.org/Home [wikipediaChromium]: https://www.wikipedia.org/wiki/Chromium_%28web_browser%29 [chromiumSupport]: https://bugs.chromium.org/p/chromium/issues/list diff --git a/views/includes/documents/Firefox.md b/views/includes/documents/Firefox.md index 0afa7f3d7..7954ae45b 100644 --- a/views/includes/documents/Firefox.md +++ b/views/includes/documents/Firefox.md @@ -1,5 +1,7 @@ ## Firefox +![Firefox icon][firefoxIcon] + Firefox is the browser portion of SeaMonkey as a free, open source web browser developed by the Mozilla community. It is actively developed and uses open standards *(so it's easier for programmers to work with it)*. This means that there are scripts and add-ons available for Firefox, and few compatibility issues with websites. Firefox is available for Windows, Mac OS X and Linux. There is also a [mobile version][firefoxBrowserForAndroid] that runs on Android. SeaMonkey and Firefox were the first web browsers to support userscripts, thanks to the development of the Greasemonkey extension. For this reason, most userscripts can be run on Firefox, using Greasemonkey or other userscript managers, and you may often hear userscripts referred to as "Greasemonkey scripts". @@ -11,6 +13,7 @@ SeaMonkey and Firefox were the first web browsers to support userscripts, thanks [githubFavicon]: https://assets-cdn.github.com/favicon.ico [oujsFavicon]: https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png +[firefoxIcon]: https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/firefox_icon.png "Firefox" [firefoxBrowserForAndroid]: https://play.google.com/store/apps/details?id=org.mozilla.firefox&utm_source=mozilla&utm_medium=Referral&utm_campaign=mozilla-org [firefoxBrowser]: https://www.getfirefox.com/ [wikipediaMozilla]: https://www.wikipedia.org/wiki/Mozilla diff --git a/views/includes/documents/Opera.md b/views/includes/documents/Opera.md index 9118fb1a4..96dcc6a33 100644 --- a/views/includes/documents/Opera.md +++ b/views/includes/documents/Opera.md @@ -1,5 +1,7 @@ ## Opera +![Opera icon][operaIcon] + Opera is a web browser developed by Opera Software. While it is proprietary rather than open-source software, it is released as Freeware. Opera is known for usability and standards compliance. It has been designed with security in mind, and versions are available for a wide range of mobile devices. The desktop version runs on Windows, Linux and OS X, and there are mobile versions for Android, iOS and Blackberry. To run userscripts on Opera, you normally need a manager extension such as Tampermonkey. The choice of userscript manager is affected by the version of Opera you are using. Older versions used Opera's own Presto rendering engine, but recent versions *(from v15)* use the Blink rendering engine, also used by [Chrome][chrome]. Tampermonkey is only available for Blink-based systems, but the Violentmonkey extension is also available for Presto. @@ -12,9 +14,10 @@ To run userscripts on Opera, you normally need a manager extension such as Tampe [githubFavicon]: https://assets-cdn.github.com/favicon.ico [oujsFavicon]: https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png -[chrome]: Chrome +[operaIcon]: https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/opera_icon.png "Opera" [operaBrowser]: http://www.opera.com/computer [wikipediaOpera]: https://www.wikipedia.org/wiki/Opera_%28web_browser%29 [operaHelp]: http://www.opera.com/help [tamperMonkeyForOpera]: Tampermonkey-for-Opera [violentmonkeyForOpera]: Violentmonkey-for-Opera +[chrome]: Chrome diff --git a/views/includes/documents/Pale-Moon.md b/views/includes/documents/Pale-Moon.md index 8ca5f246a..02e612f22 100644 --- a/views/includes/documents/Pale-Moon.md +++ b/views/includes/documents/Pale-Moon.md @@ -1,5 +1,7 @@ ## Pale Moon +![Pale Moon icon][palemoonIcon] + Pale Moon is an independent browser, originally forked from Firefox, as a free, open source web browser with continuing development by Moonchild Productions. It is actively developed and uses many open standards. As an added benefit there is some compatibility with some Firefox add-ons along with its own unique add-ons. This browser is available for multiple platforms including Windows, Android, and Linux. Pale Moon developed 64 bit versions before Mozilla Firefox and continues to innovate on industry standards and user input. @@ -12,6 +14,7 @@ While there is no official ported Greasmonkey for Pale Moon there is some activi [githubFavicon]: https://assets-cdn.github.com/favicon.ico [oujsFavicon]: https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png +[palemoonIcon]: https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/pale_moon_icon.png "Pale Moon" [palemoonBrowser]: http://www.palemoon.org/ [wikipediaPalemoon]: https://www.wikipedia.org/wiki/Pale_Moon_%28web_browser%29 [palemoonIssueTracker]: https://github.com/MoonchildProductions/Pale-Moon/issues diff --git a/views/includes/documents/SeaMonkey.md b/views/includes/documents/SeaMonkey.md index 4aeb1572e..456e67aa6 100644 --- a/views/includes/documents/SeaMonkey.md +++ b/views/includes/documents/SeaMonkey.md @@ -1,5 +1,7 @@ ## SeaMonkey +![SeaMonkey icon][seamonkeyIcon] + SeaMonkey is the original free, open source all-in-one web browser/email/chat suite developed by the Mozilla community. It is actively developed and uses open standards *(so it's easier for programmers to work with it)*. This means that there are scripts and add-ons available for SeaMonkey, and few compatibility issues with websites. SeaMonkey is available for Windows, Mac OS X and Linux. SeaMonkey and Firefox were the first web browsers to support userscripts, thanks to the development of the Greasemonkey extension and continued with Greasemonkey Port extension. For this reason, most userscripts can be run on SeaMonkey, using Greasemonkey Port or other available userscript managers. You may often hear userscripts referred to as "Greasemonkey scripts". @@ -11,6 +13,7 @@ SeaMonkey and Firefox were the first web browsers to support userscripts, thanks [githubFavicon]: https://assets-cdn.github.com/favicon.ico [oujsFavicon]: https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png +[seamonkeyIcon]: https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/seamonkey_icon.png "SeaMonkey" [seamonkeyBrowser]: http://www.seamonkey-project.org/ [wikipediaMozilla]: https://www.wikipedia.org/wiki/Mozilla [wikipediaSeaMonkey]: https://www.wikipedia.org/wiki/SeaMonkey