Replaced all the hackers.town branding with tildeverse equivalents.

This commit is contained in:
Ezra Barrow 2020-04-03 02:41:25 -04:00
parent 9b00612c80
commit f1320ce414
8 changed files with 22 additions and 32 deletions

View File

@ -1,6 +1,4 @@
# hackers.town L00p
![hackers.town l00p logo](webring.png)
# tilde webloop
## The return of the webring
@ -8,24 +6,25 @@
Loop is a basic [webring](https://en.wikipedia.org/wiki/Webring) controller written in PHP.
The hackers.town webring is at https://l00p.hackers.town
It was forked from a [similar effort](https://l00p.hackers.town/) from the folks over at [hackers.town](https://hackers.town/about).
The tilde webring is at [](https://tilde.team/~barrow/loop)
### How do I add my website?
Please submit a [new project issue](https://git.hackers.town/c0debabe/web-l00p/issues/new) to submit your website.
Please submit a [new project issue](https://tildegit.org/barrow/loop/issues/new) to submit your website.
If you don't have an account on the hackers.town gitea, please contact [@ryen](https://hackers.town/@ryen).
If you don't have an account on the tildeverse gitea, please contact [@barrow](mailto:barrow@tilde.team).
### What can I add to the webring?
Your website will be reviewed before being added.
Content will be required to meet the same guidelines at your posts on our Mastodon instance.
So no hate speech, no misinformation, etc.
Content must conform to the [~team code of conduct](https://tilde.team/wiki/?page=code-of-conduct).
Partially because that's where the loop is hosted, but also because it's a good set of guidelines.
### How do add the widget to my website?
`<iframe src="https://l00p.hackers.town/frame.php?id=3" style="width: 100%; max-width: 400px;" />`
`<iframe src="https://tilde.team/~barrow/loop/frame.php?id=3" style="width: 100%; max-width: 400px;" />`
The ID number that you use in the src URL is the ID number we give you when you get approved.
The ID number that you use in the src URL is the ID number you receive when you get approved.

View File

@ -83,12 +83,12 @@ $next_url = $web_ring[$next]
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Hackers Town Web Ring</title>
<title>Tildeverse Web Ring</title>
<link rel="stylesheet" href="style.css" />
</head>
<body id="frame">
<div id="page">
<a class="title" href="<?php print $home_url; ?>" target="_parent" title="Webring Home Page">hackers.town L00p</a>
<a class="title" href="<?php print $home_url; ?>" target="_parent" title="Webring Home Page">Tildeverse Loop</a>
<ul>
<li id="prev"><a href="<?php print $prev_url; ?>" target="_parent" title="Previous Website">&lt;&lt; Prev</a></li>
<li id="rand"><a href="<?php print $rand_url; ?>" target="_parent" title="Random Website">Rand</a></li>

View File

@ -3,17 +3,17 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>hackers.town L00p</title>
<title>Tildeverse Loop</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="page">
<img src="webring.png" alt="hackers town webring logo" id="logo" />
<h1>hackers.town L00p</h1>
<img src="webring.png" alt="tildeverse webring logo" id="logo" />
<h1>Tildeverse Loop</h1>
<p>The return of the webring</p>
<p><a class="title" href="https://git.hackers.town/c0debabe/web-l00p/issues/new">Add Your Website</a></p>
<iframe src="https://l00p.hackers.town/frame.php?id=0" style="width: 100%; border: 0;" />
<p><a class="title" href="https://tildegit.org/barrow/loop/issues/new">Add Your Website</a></p>
<iframe src="https://tilde.team/~barrow/loop/frame.php?id=0" style="width: 100%; border: 0;" />
</div>
</body>

View File

@ -4,23 +4,14 @@ $web_ring = array();
// $web_ring["site title"] = "http://url";
// ID: 0 (this should always be the l00p home page
$web_ring["Start Page"] = "https://l00p.hackers.town/";
// ID: 0 (this should always be the loop home page
$web_ring["Start Page"] = "https://tilde.team/~barrow/loop";
// 1
$web_ring["hackers.town 2600"] = "https://2600.hackers.town/";
$web_ring["barrow home"] = "https://tilde.team/~barrow/";
// 2
$web_ring["c0debabe's site"] = "https://c0debabe.com";
// 3
$web_ring["devrandom's canerduh.com"] = "https://www.canerduh.com/";
// 4
$web_ring["Projekt:ONI"] = "https://home.oniprojekt.ninja/";
// 5
$web_ring["The Doctor"] = "https://drwho.virtadpt.net/";
$web_ring["heike home"] = "https://tilde.team/~heike/";
// tally-ho!
$ring_size = sizeof( $web_ring );

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>web-l00p demo page</title>
<title>tildeverse webloop demo page</title>
</head>
<body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 73 KiB