discourse-legacysite-perl/site/common/templates/privacy.html
2024-06-17 22:24:05 +10:00

62 lines
4.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title><%site_title%>: Privacy Policy</title>
<%include include_common_head.html%>
</head>
<body id="category">
<%~if ad_wallpaper%>
<%ad_wallpaper%>
<%~endif%>
<div class="container">
<%include include_header.html%>
<div class="main">
<div class="contentwrapper clearfix">
<%~set title_loop = Links::Build::build('title', 'Privacy Policy')%>
<%include include_breadcrumb.html%>
<section class="section article section-has-widgets section-reverse clearfix">
<div class="sidebar-b">
<%~set adsize = '300x600'%>
<%include include_ad.html%>
</div>
<div class="content content-has-widget"><%-- start content--%>
<div class="grid">
<h1>Privacy Policy</h1>
<div class="post-meta light-grey grid">
<i class="icon sprite-slowtwitch"></i>
<span class="author">By <a href="/cgi-bin/articles/search.cgi?LinkOwner=slowman">Dan Empfield</a></span>
<span class="time">Tue Sep 18 2007</span>
</div>
<div class="grid article-content">
<div class="content-divider-top"></div>
<h4>Information we gather</h4>
<p>The information we gather falls into two categories: 1) personal information you voluntarily supply when you complete a survey, register as a user on our FORUM, enter a contest or provide your e-mail address, and 2) tracking information collected as you navigate through our sites.</p>
<h4>Use of Information</h4>
<p>If you have registered or signed up on Slowtwitch, we will not sell, rent, swap or authorize any third party to use your email address without your permission. This also applies to any information that personally identifies you, except as noted immediately below.</p>
<p>We may disclose personal information if we are required to do so by law or we in good faith believe that such action is necessary to (1) comply with the law or with legal process; (2) protect and defend our rights and property; (3) protect against misuse or unauthorized use of our website(s); or (4) protect the personal safety or property of our users or the public (among other things, this means that if you provide false information or attempt to pose as someone else, information about you may be disclosed as part of any investigation into your actions).</p>
<p>We do, however, share information about our audience in aggregate form. For example, we may want to know how long the average reader spends on our site, or which pages or features get the most attention. Slowtwitch may perform statistical analyses of readers and their reading patterns for product development purposes and to generally inform advertisers about the nature of our subscriber base. We may use demographic and preference information to allow advertising on our Web sites to be targeted, in aggregate, to the users for whom they are most pertinent.</p>
<h4>Forum Use</h4>
<p>Any information you disclose when posting to our FORUM, along with your message board screen name or ID, becomes public, and Slowtwitch has no control over how readers may use or treat what you post or divulge.</p>
<h4>Email Correspondence</h4>
<p>If, at any time, you prefer not to receive email newsletters or correspondence from us, simply follow the unsubscribe options at the bottom of each e-mail.</p>
<h4>Amendments To This Policy</h4>
<p>Our Privacy Policy may be amended from time to time. Any such changes will be posted on this Privacy Policy page.</p>
</div>
</div><!-- end grid -->
<div class="section-divider mobile"></div>
</div><%-- end content --%>
</section><!-- end section -->
<div class="section-spacer"></div>
</div>
</div>
<%include include_footer.html%>
</div>
</body>
<%~include include_global_js.html%>
</html>