update rb pins

This commit is contained in:
Ben Harris 2021-12-01 12:00:39 -05:00
parent ab7c7fdab3
commit 992a934722
3 changed files with 22 additions and 8 deletions

View File

@ -5,6 +5,7 @@ BIG GUNS
COMET COMET
CYCLONE CYCLONE
ELVIRA ELVIRA
FUNHOUSE
FISH TALES FISH TALES
HERCULES HERCULES
HOOK HOOK
@ -15,6 +16,7 @@ SILVERBALL
SINBAD SINBAD
SPY HUNTER SPY HUNTER
STAR WARS BLUE STAR WARS BLUE
STAR WARS EP1
STAR WARS STERN STAR WARS STERN
STAR WARS TRIL STAR WARS TRIL
TAXI TAXI

View File

@ -14,13 +14,24 @@
<h1>pronouns</h1> <h1>pronouns</h1>
<p>put your pronouns in ~/.pronouns to appear here</p> <p>put your pronouns in ~/.pronouns to appear here</p>
<hr> <hr>
<?php foreach (glob("/home/*/.pronouns") as $pronoun) { <table class="table table-striped">
$user = posix_getpwuid(fileowner($pronoun))["name"]; <thead>
$pronoun = file_get_contents($pronoun); <th>user</th>
if (empty(trim($pronoun))) continue; <th>pronouns</th>
?> </thead>
<p><a href="/~<?=$user?>/"><strong>~<?=$user?></strong></a> - <?=htmlspecialchars($pronoun)?></p> <tbody>
<?php } ?> <?php foreach (glob("/home/*/.pronouns") as $pronoun) {
$user = posix_getpwuid(fileowner($pronoun))["name"];
$pronoun = file_get_contents($pronoun);
if (empty(trim($pronoun))) continue;
?>
<tr>
<td><a href="/~<?=$user?>/"><strong>~<?=$user?></strong></a></td>
<td><?=htmlspecialchars($pronoun)?></td>
</tr>
<?php } ?>
</tbody>
</table>
</div> </div>
</body> </body>

View File

@ -296,7 +296,7 @@ or open a github issue and i'll get back to you as soon as i can.</p>
<div class="feed"> <div class="feed">
<h3>live feels-sharing:</h3> <h3>live feels-sharing:</h3>
<ul> <ul>
<li><a href="https://tilde.team/~grawlix/blog">~grawlix</a> 2021-08-22 at 01:22 (utc+0)</li> <li><a href="https://tilde.team/~calocen/feels">~calocen</a> 2021-11-27 at 20:03 (utc+0)</li>
<li><a href="https://tilde.team/~eka/me">~eka</a> 2021-08-09 at 06:50 (utc+0)</li> <li><a href="https://tilde.team/~eka/me">~eka</a> 2021-08-09 at 06:50 (utc+0)</li>
<li><a href="https://tilde.team/~amok/aMok Blog">~amok</a> 2021-08-03 at 08:47 (utc+0)</li> <li><a href="https://tilde.team/~amok/aMok Blog">~amok</a> 2021-08-03 at 08:47 (utc+0)</li>
<li><a href="https://tilde.team/~iung/blog">~iung</a> 2021-05-07 at 14:11 (utc+0)</li> <li><a href="https://tilde.team/~iung/blog">~iung</a> 2021-05-07 at 14:11 (utc+0)</li>
@ -322,6 +322,7 @@ or open a github issue and i'll get back to you as soon as i can.</p>
<li><a href="https://tilde.team/~flankstaek/blog">~flankstaek</a> </li> <li><a href="https://tilde.team/~flankstaek/blog">~flankstaek</a> </li>
<li><a href="https://tilde.team/~jackomix/blog">~jackomix</a> </li> <li><a href="https://tilde.team/~jackomix/blog">~jackomix</a> </li>
<li><a href="https://tilde.team/~che5hire/feels">~che5hire</a> </li> <li><a href="https://tilde.team/~che5hire/feels">~che5hire</a> </li>
<li><a href="https://tilde.team/~llt/blog">~llt</a> </li>
<li><a href="https://tilde.team/~blakesmith/blog">~blakesmith</a> </li> <li><a href="https://tilde.team/~blakesmith/blog">~blakesmith</a> </li>
<li><a href="https://tilde.team/~stern/blog">~stern</a> </li> <li><a href="https://tilde.team/~stern/blog">~stern</a> </li>
<li><a href="https://tilde.team/~firepal/blog">~firepal</a> </li> <li><a href="https://tilde.team/~firepal/blog">~firepal</a> </li>