This commit is contained in:
epoberezkin
2023-09-10 09:47:12 +00:00
parent a492315b99
commit 863d4dceab
152 changed files with 27250 additions and 438 deletions
+10 -4
View File
@@ -37,7 +37,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<title>SimpleX Directory Service</title>
<meta name="Content-Type" content="text/html;charset=utf-8"/>
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon.ico"/>
@@ -169,6 +169,8 @@
<li><a href="/docs/simplex.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX platform</a></li>
<li><a href="/docs/directory.html" class="active lg:px-[20px] inline-block whitespace-nowrap">SimpleX Directory Service</a></li>
<li><a href="/docs/android.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Accessing Android files</a></li>
<li><a href="/docs/sql.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Accessing chat database</a></li>
@@ -522,6 +524,10 @@ window.addEventListener('scroll',changeHeaderBg);
<a class="" href="/docs/simplex.html">SimpleX platform</a>
</li>
<li>
<a class="active" href="/docs/directory.html">SimpleX Directory Service</a>
</li>
<li>
<a class="" href="/docs/android.html">Accessing files in Android app</a>
</li>
@@ -664,10 +670,10 @@ window.addEventListener('scroll',changeHeaderBg);
<p>You can use an experimental directory service to discover the groups created and registered by other users.</p>
<h2 id="searching-for-groups" tabindex="-1">Searching for groups</h2>
<p>Connect to the directory service via <a href="https://simplex.chat/contact#/?v=1-4&amp;smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion">this address</a> and send the message containing the words you want to find in the group name or welcome message. You will receive up to 10 groups with the largest number of members in the response, together with the links to join these groups.</p>
<p>Please note that your search queries can be kept by the bot as the conversation history, but you can use incognito mode when connecting to the bot, to avoid correlation with any other communications. See <a href="PRIVACY.html">Privacy policy</a> for more details.</p>
<p>Please note that your search queries can be kept by the bot as the conversation history, but you can use incognito mode when connecting to the bot, to avoid correlation with any other communications. See <a href="privacy.html">Privacy policy</a> for more details.</p>
<h2 id="adding-groups-to-the-directory" tabindex="-1">Adding groups to the directory</h2>
<p>### How to add the group</p>
<p>To add the group you must be the owner of the group. Once you connect to the directory service and send <code>/help</code>, the service will guide you through the process.</p>
<h3 id="how-to-add-a-group" tabindex="-1">How to add a group</h3>
<p>To add a group you must be its owner. Once you connect to the directory service and send <code>/help</code>, the service will guide you through the process.</p>
<ol>
<li>Invite SimpleX Service Directory to the group as <code>admin</code> member. You can also set the role to <code>admin</code> after inviting the directory service.</li>
</ol>