diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-02-17 20:44:52 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-02-17 20:44:52 -0500 |
commit | 891f8eee12e6bdb2fad0fe0b28976362eb965236 (patch) | |
tree | 8a78ffa14ecf3c8893fbfd441cf50b1978ee33cd /blog/post/Privacy.html | |
parent | d5e40e5890cd99144a44e2922fd97ddaa9968c14 (diff) | |
download | web-891f8eee12e6bdb2fad0fe0b28976362eb965236.tar.xz |
Massive blog regeneration. RBUS-related posts.
Diffstat (limited to 'blog/post/Privacy.html')
-rw-r--r-- | blog/post/Privacy.html | 100 |
1 files changed, 47 insertions, 53 deletions
diff --git a/blog/post/Privacy.html b/blog/post/Privacy.html index 578c056..fd85a57 100644 --- a/blog/post/Privacy.html +++ b/blog/post/Privacy.html @@ -1,9 +1,10 @@ -<html><head> +<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content="#000000"> <title>Chrisoft::Blog</title> <script type="text/javascript" src="/panel.js"></script> +<script type="text/javascript" src="/themer.js"></script> <script type="text/javascript" src="/blog/footnoter.js"></script> <script type="text/javascript" src="/blog/aes-js.js"></script> <script type="text/javascript" src="/blog/scrypt.js"></script> @@ -30,42 +31,9 @@ function ol() else unsetevents(); } window.onresize(); + loadTheme(); _decryptonload(); } -function loadTheme(){ - var thm=document.cookie.replace(new RegExp("(?:(?:^|.*;\\s*)thm\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"); - if(thm.length<2||'0123z'.indexOf(thm[0])==-1||'abz'.indexOf(thm[1])==-1)thm='zz'; - var ent=""; - var d=new Date(); - if(thm[0]=='z') - { - var m=d.getMonth()+1; - if(m>=3&&m<6)thm='0'+thm[1]; - else if(m>=6&&m<9)thm='1'+thm[1]; - else if(m>=9&&m<12)thm='2'+thm[1]; - else thm='3'+thm[1]; - } - if(thm[1]=='z') - {if(d.getHours()>=18||d.getHours()<6)thm=thm[0]+'b';else thm=thm[0]+'a';} - ent=`theme${thm}`; - var R=new RegExp('theme[0-4][ab]'); - for(var i=0;i<document.styleSheets.length;++i) - { - if(R.exec(document.styleSheets[i].ownerNode.id)!==null&&document.styleSheets[i].ownerNode.id!=ent) - document.styleSheets[i].disabled=true; - else document.styleSheets[i].disabled=false; - } - var thmcolor=""; - switch(thm[0]) - { - case '0':thmcolor=thm[1]=='a'?'#f59dda':'#2f0933';break; - case '1':thmcolor=thm[1]=='a'?'#9df59d':'#090933';break; - case '2':thmcolor=thm[1]=='a'?'#edb47b':'#1f1205';break; - case '3':thmcolor=thm[1]=='a'?'#a0cdfa':'#051933';break; - } - document.querySelector("meta[name=theme-color]").setAttribute('content',thmcolor); -} -loadTheme(); </script> </head> <body onload="ol()" style="overflow-x:hidden;"> @@ -81,9 +49,10 @@ loadTheme(); <li id="tocouter"> <span>Table of Contents</span> <ul id="tocroot"> - <li><a class="toctarg" href="#tocanch0">1. This site uses Cookies.</a></li><li><a class="toctarg" href="#tocanch1">2. Information collected by this site.</a></li><li><a class="toctarg" href="#tocanch2">3. Guestbook.</a></li><li><a class="toctarg" href="#tocanch3">4. Data retention.</a></li><li><a class="toctarg" href="#tocanch4">5. Backups.</a></li><li><a class="toctarg" href="#tocanch5">6. Your rights.</a></li></ul> + <li><a class="toctarg" href="#tocanch0">1. This site uses Cookies.</a></li><li><a class="toctarg" href="#tocanch1">2. Information collected by +this site.</a></li><li><a class="toctarg" href="#tocanch2">3. Guestbook.</a></li><li><a class="toctarg" href="#tocanch3">4. Data retention.</a></li><li><a class="toctarg" href="#tocanch4">5. Backups.</a></li><li><a class="toctarg" href="#tocanch5">6. Your rights.</a></li></ul> </li> - <li style="margin-left:-0.5em"><a id="prevp" href="2019-04-25.html">Prev post</a></li> + <li style="margin-left:-0.5em"><a id="prevp" href="2024-02-04.html">Prev post</a></li> <li style="margin-left:-0.5em"><a id="nextp" href="TOP.html">Next post</a></li> </ul> </div> @@ -92,19 +61,28 @@ loadTheme(); <div id="datetags" class="TText" style="margin-bottom:1em;">2019-09-03<br>#special-page</div> <hr><div id="article" class="TText"><article> <p>last updated 2019-09-03</p> -<p>These clauses might be super unprofessional. The only goal is to inform the users of this site (i.e. <a href="https://chrisoft.org">chrisoft.org</a>) about their rights and duties.</p> +<p>These clauses might be super unprofessional. The only goal is to +inform the users of this site (i.e. <a href="https://chrisoft.org">chrisoft.org</a>) about their rights and +duties.</p> <p>Take footnotes with a pinch of salt!</p> <h2 id="tocanch0" class="tvis">1. This site uses Cookies.</h2> -<p>... to store your browsing preferences and to improve your browsing experience. Below is a list of saved items:</p> +<p>… to store your browsing preferences and to improve your browsing +experience. Below is a list of saved items:</p> <ul> <li>color scheme of your choice.</li> <li>loop / shuffle states, last used music visualizer.</li> -<li>password of encrypted section in blog posts (if you decrypted one successfully).</li> +<li>password of encrypted section in blog posts (if you decrypted one +successfully).</li> </ul> <p>These cookies are not used by the server to do analytics.</p> -<p>If you don't like cookies for whatever reason, feel free to disable them. The basic functionality of the site will still work perfectly fine.</p> -<h2 id="tocanch1" class="tvis">2. Information collected by this site.</h2> -<p>This site collects a minimal set of your data to make the site work and do some basic level of spam prevention. Collected information includes:</p> +<p>If you don’t like cookies for whatever reason, feel free to disable +them. The basic functionality of the site will still work perfectly +fine.</p> +<h2 id="tocanch1" class="tvis">2. Information collected by +this site.</h2> +<p>This site collects a minimal set of your data to make the site work +and do some basic level of spam prevention. Collected information +includes:</p> <ul> <li>Your public IP address.</li> <li>User agent string of your browser.</li> @@ -113,32 +91,48 @@ loadTheme(); </ul> <p>The collected data are also retained in log files.</p> <h2 id="tocanch2" class="tvis">3. Guestbook.</h2> -<p>The guestbook page is where you can leave me a note. Your message will be <strong>permanently</strong> archived in a private location not accessible on this site. In case of a message being deleted from the guestbook page, the message <strong>doesn't</strong> also get removed in the private archive.</p> -<p>You <strong>can't</strong>:</p> +<p>The guestbook page is where you can leave me a note. Your message +will be <strong>permanently</strong> archived in a private location not +accessible on this site. In case of a message being deleted from the +guestbook page, the message <strong>doesn’t</strong> also get removed in +the private archive.</p> +<p>You <strong>can’t</strong>:</p> <ul> <li>Advertise.</li> <li>Be offensive.</li> </ul> -<p>Messages violating rules above will be deleted without further notice.</p> +<p>Messages violating rules above will be deleted without further +notice.</p> <p>You <strong>may</strong>:</p> <ul> -<li>Request deletion of <strong>your</strong> messages. Contact the owner of this site for further information on this.</li> +<li>Request deletion of <strong>your</strong> messages. Contact the +owner of this site for further information on this.</li> </ul> <p>This site <strong>will never</strong>:</p> <ul> <li>Alter your message.</li> <li>Take responsibility of the message you left.</li> </ul> -<p>When leaving a message, your IP address will be checked against a spamming blacklist. You can review the source code on this section <a href="https://cgit.chrisoft.org/web.git/tree/cgi/gb_newentry.cgi#n40">here</a>.</p> +<p>When leaving a message, your IP address will be checked against a +spamming blacklist. You can review the source code on this section <a href="https://cgit.chrisoft.org/web.git/tree/cgi/gb_newentry.cgi#n40">here</a>.</p> <h2 id="tocanch3" class="tvis">4. Data retention.</h2> -<p>Your data collected by this site will be kept indefinitely unless there is a data loss, about which you will not be informed, and might be covered by ...</p> +<p>Your data collected by this site will be kept indefinitely unless +there is a data loss, about which you will not be informed, and might be +covered by …</p> <h2 id="tocanch4" class="tvis">5. Backups.</h2> -<p>Like every site ever existed <a id="n1" href="#note1" class="note">[1]</a>, data stored on this site, including those submitted by you, is backed up in a timely manner. <a id="n2" href="#note2" class="note">[2]</a> These backups may contain deleted data.</p> +<p>Like every site ever existed <a id="n1" href="#note1" class="note">[1]</a>, data stored on this site, including those submitted by +you, is backed up in a timely manner. <a id="n2" href="#note2" class="note">[2]</a> These backups may contain deleted +data.</p> <h2 id="tocanch5" class="tvis">6. Your rights.</h2> -<p>You hold the right to decide whether to use this site. If you feel uncomfortable about these terms, you might as well consider stop using this site immediately.</p> -<p>Your rights on your submitted comments in the guestbook are already stated in section 3.</p> +<p>You hold the right to decide whether to use this site. If you feel +uncomfortable about these terms, you might as well consider stop using +this site immediately.</p> +<p>Your rights on your submitted comments in the guestbook are already +stated in section 3.</p> </article></div><br><hr> - <div class="TText" id="notediv" style="font-size:80%;"><span class="TText"><a id="note1" href="#n1">[1]</a>: except the old Gentoo Wiki<br></span><span class="TText"><a id="note2" href="#n2">[2]</a>: Of course they are also deleted in a timely manner.<br></span></div> + <div class="TText" id="notediv" style="font-size:80%;"><span class="TText"><a id="note1" href="#n1">[1]</a>: except the old Gentoo +Wiki<br></span><span class="TText"><a id="note2" href="#n2">[2]</a>: Of course they are also +deleted in a timely manner.<br></span></div> <div id="insanch" style="height:3em;"></div> <div id="footer" style=""> <div id="pagesw" class="TText" style="width:100%;height:0.5em;"></div> |