Compare commits

..

2 commits

Author SHA1 Message Date
Thomas Renger 3a6a0f86a3 Bump version to 1.1
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2024-11-01 11:16:17 +01:00
Thomas Renger e84aee17d5 Remove Matomo (Piwik) code
web analytics feel so obsolete
2024-11-01 11:15:37 +01:00
2 changed files with 1 additions and 16 deletions

View file

@ -31,7 +31,7 @@ steps:
repo: dentaku/vollmond
tags:
- latest
- v1.0
- v1.1
auto-tag: true
platforms: [linux/amd64, linux/arm64]
when:

View file

@ -81,21 +81,6 @@ echo "\n\n";
$vollmond=(abs($datum-time())<43200);
?>
<title>Ist schon wieder Vollmond? - <?php echo($vollmond?"Ja":"Nein"); ?></title>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://matomo.wazong.de/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 34]);
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>
<noscript><p><img src="https://matomo.wazong.de/piwik.php?idsite=34" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
<link rel="stylesheet" href="mond.css"/>
</head>
<body>