change to spaces

This commit is contained in:
creme 2020-01-20 12:09:38 +01:00
parent c76202ef0c
commit c2686ef9a6
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
3 changed files with 60 additions and 60 deletions

View File

@ -56,13 +56,13 @@ the following behaviors are expected and requested of all community members:
</pre> </pre>
<br /> <br />
<ul> <ul>
<li>participate in an authentic and active way. in doing so, you contribute<br /> <li>participate in an authentic and active way. in doing so, you contribute<br />
to the health and longevity of this community.</li> to the health and longevity of this community.</li>
<li>exercise consideration and respect in your speech and actions.</li> <li>exercise consideration and respect in your speech and actions.</li>
<li>attempt collaboration before conflict.</li> <li>attempt collaboration before conflict.</li>
<li>refrain from demeaning, discriminatory, or harassing behavior and speech.</li> <li>refrain from demeaning, discriminatory, or harassing behavior and speech.</li>
<li>be mindful of your surroundings and of your fellow participants.</li> <li>be mindful of your surroundings and of your fellow participants.</li>
<li>teach when people need help. dont do it for them.</li> <li>teach when people need help. dont do it for them.</li>
</ul> </ul>
<br /> <br />
@ -73,17 +73,17 @@ our community:
</pre> </pre>
<br /> <br />
<ul> <ul>
<li>violence, threats of violence or violent language directed against<br> <li>violence, threats of violence or violent language directed against<br>
another person.</li> another person.</li>
<li>sexist, racist, homophobic, transphobic, ableist or otherwise<br> <li>sexist, racist, homophobic, transphobic, ableist or otherwise<br>
discriminatory jokes and language.</li> discriminatory jokes and language.</li>
<li>posting or displaying sexually explicit or violent material.</li> <li>posting or displaying sexually explicit or violent material.</li>
<li>posting or threatening to post other peoples personally identifying<br> <li>posting or threatening to post other peoples personally identifying<br>
information (“doxing”).</li> information (“doxing”).</li>
<li>personal insults, particularly those related to gender, sexual<br> <li>personal insults, particularly those related to gender, sexual<br>
orientation, race, religion, or disability.</li> orientation, race, religion, or disability.</li>
<li>unwelcome sexual attention. this includes sexualized comments or jokes.</li> <li>unwelcome sexual attention. this includes sexualized comments or jokes.</li>
<li>deliberate intimidation, stalking or following.</li> <li>deliberate intimidation, stalking or following.</li>
</ul> </ul>
<br /> <br />
@ -121,8 +121,8 @@ we expect all envs.net members to abide by this code of conduct while:
</pre> </pre>
<p></p> <p></p>
<ul> <ul>
<li>engaging with other members</li> <li>engaging with other members</li>
<li>publishing content on envs.net</li> <li>publishing content on envs.net</li>
</ul> </ul>
<br /> <br />
@ -132,13 +132,13 @@ envs.net admins:
&gt; you can also send a mail to <a href="mailto:sudoers@envs.net">sudoers@envs.net</a> to make sure we all get it. &gt; you can also send a mail to <a href="mailto:sudoers@envs.net">sudoers@envs.net</a> to make sure we all get it.
</pre> </pre>
<ul> <ul>
<li><a href="https://envs.net/~creme/">~creme</a>: <li><a href="https://envs.net/~creme/">~creme</a>:
<ul> <ul>
<li><a href="mailto:creme@envs.net">creme@envs.net</a></li> <li><a href="mailto:creme@envs.net">creme@envs.net</a></li>
<li>on irc <code>/query creme hello</code></li> <li>on irc <code>/query creme hello</code></li>
<li>on matrix <a href="https://matrix.envs.net/_matrix/client/#/user/@creme:envs.net" target="_blank"><code>@creme:envs.net</code></a></li> <li>on matrix <a href="https://matrix.envs.net/_matrix/client/#/user/@creme:envs.net" target="_blank"><code>@creme:envs.net</code></a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
<br /> <br />

View File

@ -201,16 +201,16 @@ you find on the <a href="/sysinfo/">sysinfo page</a>.</em>
<p></p> <p></p>
<details><summary class="menu">user list</summary><small> &gt; <a href="/users/">list all users</a></small> <details><summary class="menu">user list</summary><small> &gt; <a href="/users/">list all users</a></small>
<p></p> <p></p>
<ul class="userlist"> <ul class="userlist">
<?php <?php
foreach ($user_info->data->users as $user => $value) { foreach ($user_info->data->users as $user => $value) {
if ($user_info->data->users->$user->website != '') { if ($user_info->data->users->$user->website != '') {
echo "\t<li><a rel=\"$user\" target=\"_blank\" href=\"/~$user\">&#126;$user</a></li>\n"; echo "\t<li><a rel=\"$user\" target=\"_blank\" href=\"/~$user\">&#126;$user</a></li>\n";
}
} }
} ?>
?> </ul>
</ul>
</details> </details>
<p></p> <p></p>
</div> </div>

View File

@ -1,37 +1,37 @@
<?php <?php
$title = "envs.net | users"; $title = "envs.net | users";
$desc = "envs.net | full user list"; $desc = "envs.net | full user list";
// json files // json files
$user_info = json_decode(file_get_contents('/var/www/envs.net/users_info.json')); $user_info = json_decode(file_get_contents('/var/www/envs.net/users_info.json'));
// users // users
$online_users = str_replace(PHP_EOL, '', shell_exec("online-users")); $online_users = str_replace(PHP_EOL, '', shell_exec("online-users"));
$total_users = $user_info->data->info->user_count; $total_users = $user_info->data->info->user_count;
include 'header.php'; include 'header.php';
?> ?>
<body id="body" class="dark-mode"> <body id="body" class="dark-mode">
<div> <div>
<div class="button_back"> <div class="button_back">
<pre class="clean"><strong><a href="/">&lt; back</a></strong></pre> <pre class="clean"><strong><a href="/">&lt; back</a></strong></pre>
</div> </div>
<div id="main"> <div id="main">
<div class="block"> <div class="block">
<h1><em>full user list</em></h1> <h1><em>full user list</em></h1>
<pre>online: <?=$online_users?> &#124; total: <?=$total_users?></pre> <pre>online: <?=$online_users?> &#124; total: <?=$total_users?></pre>
<p></p> <p></p>
<table> <table>
<tr><th class="tw20"></th> <th></th></tr> <tr><th class="tw20"></th> <th></th></tr>
<tr onclick="window.location='/users_info.json';"> <tr onclick="window.location='/users_info.json';">
<td><small><i class="fa fa-info-circle fa-fw" aria-hidden="true"></i></small></td> <td><small><a href="/users_info.json">users_info.json</a></small></td> <td><small><i class="fa fa-info-circle fa-fw" aria-hidden="true"></i></small></td> <td><small><a href="/users_info.json">users_info.json</a></small></td>
</tr> </tr>
<tr onclick="window.location='/user_updates/';"> <tr onclick="window.location='/user_updates/';">
<td><small><i class="fa fa-clock-o fa-fw" aria-hidden="true"></i></small></td> <td><small><a href="/user_updates/">recently updates</a></small></td> <td><small><i class="fa fa-clock-o fa-fw" aria-hidden="true"></i></small></td> <td><small><a href="/user_updates/">recently updates</a></small></td>
</tr> </tr>
</table> </table>
<p></p> <p></p>
</div> </div>
@ -40,11 +40,11 @@ include 'header.php';
<br /> <br />
<ul> <ul>
<?php <?php
foreach ($user_info->data->users as $user => $value) { foreach ($user_info->data->users as $user => $value) {
echo "\t<li><a rel=\"$user\" target=\"_blank\" href=\"/~$user\">&#126;$user</a></li>\n"; echo "\t<li><a rel=\"$user\" target=\"_blank\" href=\"/~$user\">&#126;$user</a></li>\n";
} }
?> ?>
</ul> </ul>
</div> </div>
<?php include 'footer.php'; ?> <?php include 'footer.php'; ?>