website/web/templates/features.html

202 lines
11 KiB
HTML

{{define "title"}}Features{{end}}
{{define "content"}}
<div class="block">
<section class="hero is-light is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">Features of {{PrettyTitle}}</h1>
</div>
</div>
</section>
</div>
<div class="block p-4">
<div class="content">
<p>
Here is a description of some of the features of the {{PrettyTitle}} site.
</p>
<p>
At a glance we have so far (and most of these are "<a href="/faq#certification-faqs">Certification Required</a>"):
</p>
<ul>
<li>A <a href="#webcam-chat-room"><strong>Webcam Chat Room</strong></a> where you can chat, share images, and go on camera with other members.
<ul>
<li>Chat and share images with all logged-on chatters in the shared public channels or DMs.</li>
<li>Share your webcam and watch other members' webcams (open "infinite" cameras - no technical limit imposed)</li>
</ul>
</li>
<li><strong>Forums</strong> where you can meet and converse with members of the site around a variety of themes and topics.</li>
<li><strong>Profile Pages</strong> and a <strong>Photo Gallery</strong> where you may upload up to 100 photos and you can mark some as friends-only or private. GIFs are supported, too!
<ul>
<li>Privacy options include 'public' (any certified member can see, except <a href="/faq#shy-faqs">"Shy Accounts"</a>), for approved friends only, or 'private' for only people to whom you grant access</li>
<li>You may grant access to other members to see your private photos, and revoke access to one or all at any time.</li>
</ul>
</li>
<li>A <strong>Site-wide Gallery</strong> where you can discover public photos by <strong>all</strong> members who have opted to share theirs with the Site Gallery.
<ul>
<li>It is basically the news feed: your friends' new photos can appear on it too, if they are opted-in for the gallery (which is encouraged).</li>
<li>When uploading a new photo you may opt it <em>out</em> of the Site Gallery and then it will only appear on your profile page, and members would need to manually go to your page and look for it.</li>
</ul>
</li>
<li>
<strong>Friend Requests</strong> so you can make some new connections through this site.
<ul>
<li>You can also tag some of your photos as "Friends only" and make sure only your approved
friends can see those!</li>
<li>Get notified when your friends share a new picture that you're allowed to see</li>
<li>Even if you are a <a href="/faq#shy-faqs">"Shy Account"</a>, with an approved friend you can
send them DMs and see their gallery as they probably have some pics on 'friends-only' visibility
and you can see them on your Site Gallery.
</li>
</ul>
</li>
<li><strong>Direct Messages</strong> (DMs) to chat with other members (text only, no image attachments).</li>
<li>
A <strong>Member Directory</strong> where you can browse and search for other members on the site.
</li>
<li><strong>Likes &amp; Comments</strong> on the photos and forum threads.</li>
<li><strong>Notifications</strong> to get that hit of dopamine when somebody <i class="fa fa-heart has-text-danger"></i> Liked your new pic
<ul>
<li>All notifications are on-site only: we don't spam you with any e-mails begging you to come back every day, and
yet we have a good core group of daily active users who log on every day on their own.</li>
</ul>
</li>
<li><a href="#privacy"><strong>Privacy controls</strong></a> that let you:
<ul>
<li>Mark your entire profile page as 'private' so only approved friends can see it</li>
<li>Limit who can send the first DMs to you (e.g. to friends-only and then non-friends can't slide into your DMs, but they can reply if you message first)</li>
<li>Control who sees what photo between 'public', friends-only or private.</li>
</ul>
</li>
</ul>
<h2 id="webcam-chat-room">A Webcam Chat Room</h2>
</div>
<div class="columns is-centered">
<div class="column is-8">
<img src="/static/img/chat-screenshot.png">
</div>
</div>
<div class="content">
<p>
The chat room is a completely custom-built app for {{PrettyTitle}} (and it's
<a href="/about#open-source">open source</a> too!)
and here are some of its features in detail.
</p>
<ul>
<li>
It's a classic chat room featuring multiple public channels, Private Messages/DMs,
a list of online chatters and links to see their profile or open their webcam
if they're sharing.
</li>
<li>
You may broadcast your webcam and microphone, and other users in the
room may tune in and watch your camera.
</li>
<li>
You are permitted to get "sexual" on camera if you want. Just mark your camera
as <span class="has-text-danger">'Explicit'</span> so other chatters may know what
they're getting into before they click in.
</li>
<li>
You could have "infinite" cameras open with other chatters: as long as your
screen size and network can support it (there is no enforced limit, as it makes
no difference to my chat server how many cams you open -- the connections are
usually peer-to-peer!)
</li>
<li>
You can see who all is watching your camera, and you can "boot" somebody
off if you don't want them to watch. When booted, they will not be able to
watch again, and your camera will appear 'offline' to them so they can't
be sure you didn't simply turn your camera off.
</li>
<li>
You can 'mute' people if you no longer want to see their messages in chat
or receive any further DMs from them (and this also prevents them from
seeing your camera - like a 'boot' they won't see if your camera is even
broadcasting!)
</li>
<li>
You can upload photos (and GIFs up to 8 MB!) to share with the chat room
or over Direct Messages.
</li>
<li>
All chatters are guaranteed to be <a href="/faq#certification-faqs">"Certified"</a>
real human beings and have at least one 'public' photo on their page that you
could see. Certification is <strong>required</strong> for <em>all</em> site
features (see <a href="/faq#uncertified">what non-certified members can even do</a>)
but additionally the "certified, <a href="/faq#shy-faqs">but shy</a>" members are
not allowed in the chat room <strong>at all.</strong>
</li>
</ul>
<p>
A unique feature of the chat room are the <strong>mutual webcam options</strong>.
Some nudists feel weirded out if they are on camera and they are being watched
by some silent lurker who isn't sharing their own camera in return. On the
{{PrettyTitle}} chat room, you can opt-in to "mutual webcam" options if you like:
</p>
<ul>
<li>
You can require your webcam viewers to first be sharing <em>their own</em>
webcam in return, before they can open yours.
</li>
<li>
You may also automatically open the viewer's webcam (if they are broadcasting)
when they click in to see your camera. This can save you a click of needing to
open the camera of the person who just opened yours.
</li>
</ul>
<h2 id="privacy">Privacy Controls</h2>
<p>
We have some privacy features that members on any stage of their
nudist journey may enjoy to have some control over what they share and with whom:
</p>
<ul>
<li>
By default, <strong>only logged-in members</strong> can see your profile page or
photos at all. (You may opt to have a "slightly public" profile page that you could
link to from your Twitter, which reveals little information beyond your username
and profile pic).
</li>
<li>
When you upload a photo you may mark it as for <strong>"Friends only"</strong> or <strong>"Private."</strong> This way
you can limit the audience of certain pictures to only your approved friendships, or
in the case of Private photos, to specific members to whom you grant access. You may
also revoke your private photos from one or all members at once.
</li>
<li>
If you are concerned about unsolicited messages by randoms, you may limit <strong>who is allowed
to slide into your DMs</strong> to "Friends only" or even to "Nobody." People may always reply to
messages that you send them first, but if they haven't contacted you before, you can prevent
them from doing so. "Nobody" is like having your DMs closed but you can still continue conversations
you had open already.
</li>
<li>
You may mark your <strong>whole profile page as "private"</strong> and then only your Friends may see its
contents. But, this will make you a "shy account" and see the next point.
</li>
<li>
Members who are <em>very</em> shy (they're Certified so the admin has seen their face,
but they keep all their photos or profile on Private so they look to others like a 'blank
profile') are considered by the site to be <a href="/faq#shy-faqs">"Shy Accounts"</a> and
they can <em>not</em> slide into your DMs if you are sharing photos on public but they are
not. They also won't see <em>any</em> of your photos (unless you are friends). See the
<a href="/faq#shy-faqs">FAQs</a> for more details.
</li>
</ul>
</div>
</div>
{{end}}