From c090ee441cb2d15fdcc7cb55bb76d759497ca51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bohne?= Date: Sat, 9 Feb 2019 22:18:38 +0100 Subject: [PATCH 1/2] updated link to Watterott PDF The link was broken in paragraph "For the DC/DC converter option you can find further instructions and pictures on the [Watterott electronic website]" --- docs/hardware.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hardware.md b/docs/hardware.md index 3f3ebea1..32862293 100644 --- a/docs/hardware.md +++ b/docs/hardware.md @@ -239,7 +239,8 @@ for 1 turntable stepper motor, 1 PiCam and 1 laser. | (white square) | Ground (GND) | | 5V | 5V output from regulator to FabScanPi HAT | -For the DC/DC converter option you can find further instructions and pictures on the [Watterott electronic website](https://github.com/watterott/RPi-FabScan-HAT/blob/master/hardware/RPi-FabScan-HAT_Assembly.pdf). +For the DC/DC converter option you can find further instructions and pictures on the [Watterott electronic website](https://learn.watterott.com/fabscan/hat_assembly.pdf). + NOTE: For the final stage of constuction a more powerful power supply is needed. At the moment there are no technical specifications available. From 904d5c71f6fc030d59bd6d0eea28e15b25e0fb38 Mon Sep 17 00:00:00 2001 From: Mario Lukas Date: Tue, 12 Feb 2019 08:33:08 +0100 Subject: [PATCH 2/2] Update main.js --- docs/js/main.js | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/js/main.js b/docs/js/main.js index 4800e7ec..7f53c38d 100644 --- a/docs/js/main.js +++ b/docs/js/main.js @@ -1,15 +1,19 @@ -var _paq = _paq || []; -_paq.push(["setCookieDomain", "*.fabscan.org"]); -_paq.push(['trackPageView']); -_paq.push(['enableLinkTracking']); -(function() { - var u="http://analytics.mariolukas.de/"; - _paq.push(['setTrackerUrl', u+'piwik.php']); - _paq.push(['setSiteId', 3]); - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; - g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); -})(); + var _paq = window._paq || []; + /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ + _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); + _paq.push(["setCookieDomain", "*.fabscan.org"]); + _paq.push(["setDomains", ["*.fabscan.org","*.www.fabscan.org"]]); + _paq.push(['trackPageView']); + _paq.push(['enableLinkTracking']); + (function() { + var u="//analytics.mariolukas.de/"; + _paq.push(['setTrackerUrl', u+'matomo.php']); + _paq.push(['setSiteId', '3']); + var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; + g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); + })(); + $.get('https://api.github.com/repos/mariolukas/FabScanPi-Build-Raspbian/releases/latest', function (data) { var asset = data.assets[0]; var downloadCount = 0;