1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-14 10:35:07 +00:00

Mostly remove GitHub

This commit is contained in:
Cadence Ember
2020-07-14 01:27:42 +12:00
parent 420f9b0e1e
commit 0594d694da
9 changed files with 70 additions and 76 deletions

View File

@@ -67,7 +67,7 @@ module.exports = [
content: {
status: "fail",
generatedAt: Date.now(),
message: "Unable to parse the table from the wiki page: https://raw.githubusercontent.com/wiki/cloudrac3r/bibliogram/Instances.md"
message: `Unable to parse the table from the instances page at ${constants.resources.instances_wiki_raw}`
}
}
}

View File

@@ -32,7 +32,7 @@ html#bibliogram-identifier-blocked
p #[a(href="/userscripts/unblock.user.js") Open this link.] You should be prompted to install the script. Press "Confirm installation" on that page.
p Reload this page.
li To learn more, #[a(href="https://github.com/cloudrac3r/bibliogram/wiki/Rate-limits#tldr-what-does-it-mean-if-an-instance-is-blocked") read about blocking.]
li You may be able to avoid this by #[a(href="https://github.com/cloudrac3r/bibliogram/wiki/Instances") browsing on another instance.]
li You may be able to avoid this by #[a(href="https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md") browsing on another instance.]
li It's good to read scripts to see what they do. #[a(href=`${website_origin}/u/${username}/unblock.sh`) Read ./unblock.sh]
a(href="/").back ↵ Return home

View File

@@ -53,9 +53,9 @@ html
ul
-
const links = [
["https://github.com/cloudrac3r/bibliogram", "GitHub repository", "noopener"],
["https://sr.ht/~cadence/bibliogram/", "Code on sourcehut", "noopener"],
["https://matrix.to/#/#bibliogram:matrix.org", "Discussion room on Matrix"],
["https://github.com/cloudrac3r/bibliogram/wiki/Instances", "Other Bibliogram instances", "noopener"],
["https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md", "Other Bibliogram instances", "noopener"],
["https://github.com/cloudrac3r/bibliogram/projects/1?fullscreen=true", "Project roadmap"],
["https://cadence.moe/about/contact", "Contact the developer"]
]

View File

@@ -6,5 +6,5 @@ mixin error(statusCode, message, withInstancesLink)
if block
block
if withInstancesLink
a(href="https://github.com/cloudrac3r/bibliogram/wiki/Instances") You could try browsing Bibliogram on another instance.
a(href="https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md") You could try browsing Bibliogram on another instance.
a(href="/").back ↵ Return home

View File

@@ -27,5 +27,5 @@ else
Your theme value "#{theme}" wasn't understood.
There is no loaded theme with that name.
Please #[a(href="/settings") go to the settings page] and select a different theme.
If that doesn't help, #[a(href="https://github.com/cloudrac3r/bibliogram/issues/new") report a bug.]
If that doesn't help, #[a(href="https://todo.sr.ht/~cadence/bibliogram-issues") report a bug.]
In your bug report, tell us which website address you saw this on, and what your theme value is.