Add google analytics, update info.html

This commit is contained in:
Sofia 2020-08-28 03:18:02 +03:00
parent d3f5939f21
commit 74d72e3505
3 changed files with 26 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Issues: # Issues:
There are some issues with sieni.rip, most of which I will go through here: There are some issues with sieni.rip, I will go through them here briefly:
## HTML5 ## HTML5
html5 as is is not a problem, but it causes a problem with autoplay. html5 as is is not a problem, but it causes a problem with autoplay.

View File

@ -19,6 +19,17 @@
<link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176714004-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-176714004-1');
</script>
<title>sieni.rip - mielipuolista paskaa!</title> <title>sieni.rip - mielipuolista paskaa!</title>
</head> </head>

View File

@ -19,6 +19,17 @@
<link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176714004-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-176714004-1');
</script>
<title>sieni.rip - info</title> <title>sieni.rip - info</title>
</head> </head>
@ -56,9 +67,9 @@
it, most notably, some of the animations previously available can not be it, most notably, some of the animations previously available can not be
found with "next", "previous" or "random", because their emulation is too lacking to display found with "next", "previous" or "random", because their emulation is too lacking to display
properly. A few of the animations play correctly enough, but still have some notable properly. A few of the animations play correctly enough, but still have some notable
problems. A list of the ids not available can be found below. Along with this, ruffle also problems. A list of the animations not available at all can be found below. Along with this, ruffle
has some bugs, most notably that <a href="https://github.com/ruffle-rs/ruffle/issues/876">it also has some bugs, most notably that <a href="https://github.com/ruffle-rs/ruffle/issues/876">
does not dispose of it's player properly</a>. This causes sieni.rip to post quite a few it does not dispose of it's player properly</a>. This causes sieni.rip to post quite a few
errors to the console, which can cause performance issues, especially if the console is errors to the console, which can cause performance issues, especially if the console is
open.</p> open.</p>
<p>Another issue with porting sieni.us to html5 is that modern web browsers follow modern web <p>Another issue with porting sieni.us to html5 is that modern web browsers follow modern web
@ -74,7 +85,6 @@
<li><a href="/?id=50">50</a></li> <li><a href="/?id=50">50</a></li>
<li><a href="/?id=60">60</a></li> <li><a href="/?id=60">60</a></li>
<li><a href="/?id=68">68</a></li> <li><a href="/?id=68">68</a></li>
</ul> </ul>
<h2>author / maintainer</h2> <h2>author / maintainer</h2>
<p>Author and maintainer of sieni.rip for the time being is <a href="https://teascade.net">Teascade</a>, <p>Author and maintainer of sieni.rip for the time being is <a href="https://teascade.net">Teascade</a>,