Changeset a9e23f6 in Klonkt


Ignore:
Timestamp:
06/16/2026 05:52:49 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
1b4d5dd
Parents:
b807a85
Message:

Circle: help text visibility clarified (participation, not a privacy lock)

The old text could be read as restricting access. Now explicitly states it
is a participation choice for already-public posts; restricting = make the
post non-public.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/admin-circle.ejs

    rb807a85 ra9e23f6  
    1616  <section class="set-card" style="margin-top:1rem">
    1717    <h2>Mijn zichtbaarheid</h2>
    18     <p class="set-help">Mag jouw site verschijnen in cirkels van anderen? (Toont je publieke
    19       posts via <code>/.klonkt/outbox.json</code>.)</p>
     18    <p class="set-help">Doe je mee aan cirkels? Dit maakt je <strong>al-publieke</strong> posts
     19      ophaalbaar voor andere Klonkt-sites via een ondertekende feed
     20      (<code>/.klonkt/outbox.json</code>). Het is een deelname-keuze, geen privacy-slot:
     21      je posts blijven sowieso openbaar op je site, ook als dit uit staat. Wil je iets
     22      afschermen, maak die post dan niet-publiek.</p>
    2023    <form method="post" action="/admin/circle/allow" class="set-form">
    2124      <label class="set-opt" style="align-items:center">
Note: See TracChangeset for help on using the changeset viewer.