Skip to content

Commit a3aa992

Browse files
authored
reformatting webring.json
changing format of webring.json to have the comma at the beginning of the new line instead of the end of the previous line
2 parents 49d8d7c + 6cf3fc9 commit a3aa992

File tree

2 files changed

+349
-348
lines changed

2 files changed

+349
-348
lines changed

about.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,22 @@ <h2>joining</h2>
2828
<p>your website should also be free of homophobic, transphobic, ableist, or otherwise bigoted and hateful content. highly nsfw stuff is also not allowed.</p>
2929
<p>if your website fits that, welcome! submit a pr to <a href="https://github.com/bucketfish/bucket-webring">this repo</a> by modifying <code>webring.json.</code></p>
3030
<p>simply add your site's info to the bottom of the json by adding a new field:</p>
31-
<p><code>{ "name": "&lt;name&gt;", "url": "&lt;url&gt;" }</code></p>
31+
<p><code>,{ "name": "&lt;name&gt;", "url": "&lt;url&gt;" }</code></p>
3232
<ul>
33-
<li><code>&lt;name&gt;</code> is your name to be displayed on this website :)</li>
33+
<li><code>&lt;name&gt;</code> is your unique name to be displayed on this website :)</li>
3434
<li><code>&lt;url&gt;</code> is the url to your webpage.</li>
3535
</ul>
3636

37-
<p>also please add a comma to the field before. so it's a complete json thing, y'know. but i'll always help you fix it if you forget!</p>
37+
<p>please remember the comma at the beginning of the line. this makes sure that the .json file remains properly formatted and ensures your pull request will be merged as soon as possible.</p>
38+
<small>i'm aware that this formatting is not standard, but due to the volume of pull requests i receive, containing each change to a single line means that pull requests will never conflict with eachother.</small>
3839

39-
<p>after your pr is approved, please add a navigation bar to your webpage using an embed - which will be explained below. if you cannot add embeds for whatever reason, head to the custom embeds/links section below.</p>
40+
<p>after your pull request is approved, or while it's still pending (if you want to be extra thoughtful), please add a navigation bar to your webpage using an embed - which will be explained below. if you cannot use embeds or want something with your own style, head to the custom embeds/links section below.</p>
4041
<br>
4142

4243
<p>alternatively, if you don't know how json or github works, you can also shoot me a message at <code>@bucketfish</code> on discord or ask in the discord server and i'll add you in.</p>
4344
<hr/>
4445

45-
<p>every once in a while (maybe once a month, around there), i will do a sweep of the websites in the ring — to make sure that everyone's connected and the links can be clicked. if a website's links are broken, i'll drop the webmaster a message in any form that i can (usually a github comment or discord message). if it doesn't get fixed within a week, the website will be removed!</p>
46+
<p>every once in a while (maybe once a month, around there), i will do a sweep of the websites in the ring — to make sure that everyone's connected and the links can be clicked. if a website's links are broken, i'll drop the webmaster a message in any form that i can (usually a github comment or discord message). if it doesn't get fixed within a week of the message being sent, the website will be removed!</p>
4647

4748
<hr/>
4849

0 commit comments

Comments
 (0)