diff --git a/.github/workflows/diyhrt.cafe.yml b/.github/workflows/diyhrt.cafe.yml
index b1b69968..cd87ac3e 100644
--- a/.github/workflows/diyhrt.cafe.yml
+++ b/.github/workflows/diyhrt.cafe.yml
@@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
- name: check for 404
run: |
- url="https://diyhrt.cafe"
+ url="https://hrtcafe.net"
status=$(curl -o /dev/null -s -w "%{http_code}" $url)
if [ $status -eq 404 ]; then
echo "Got 404. Exiting."
@@ -25,6 +25,7 @@ jobs:
if: always()
run: |
rm -rf diyhrt.cafe
+ rm -rf hrtcafe.net
wget --convert-links --page-requisites --span-hosts --no-parent --reject 'rocket-loader.min.js' --reject '*UserLogin*' --reject '*visualEditor*' --reject '*CreateAccount*' --reject '*load.php*' --wait 3 --limit-rate 4m --continue --random-wait --adjust-extension -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 Contact: hrt.boytw.ink/crawl_contact.txt' -e robots=off -i scripts/cafe.txt || true
- name: commit changes
if: ${{ success() }}
diff --git a/.github/workflows/update_cafe.yml b/.github/workflows/update_cafe.yml
index 5c2729db..8b38cde3 100644
--- a/.github/workflows/update_cafe.yml
+++ b/.github/workflows/update_cafe.yml
@@ -20,7 +20,7 @@ jobs:
run: |
rm scripts/cafe.txt
pip install beautifulsoup4 bs4
- python scripts/getlinks.py 'https://diyhrt.cafe/index.php/Special:AllPages' > scripts/cafe.txt
+ python scripts/getlinks.py 'https://hrtcafe.net/index.php/Special:AllPages' > scripts/cafe.txt
cd scripts && python formatlinks.py cafe.txt
- name: Commit changes
if: ${{ success() }}
diff --git a/DISCLAIMER.md b/DISCLAIMER.md
index 5c2c361e..eb70abbc 100644
--- a/DISCLAIMER.md
+++ b/DISCLAIMER.md
@@ -12,4 +12,4 @@ Do not rely on content found on this website without independent verification.
By using this website, you acknowledge that you have read this disclaimer and agree not to hold us responsible for anything you see or any action you take becase of this website.
-This website should not be accessed by anyone under the age of 21, and by using it you agree that you are 21 or over.
+This website must not be accessed by anyone under the age of 21, and by using it you agree that you are 21 or over.
diff --git a/README.md b/README.md
index 8171d112..47387353 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ This an archive of diyhrt.cafe, diyhrt.wiki, diyhrt.market, hrt.coffee, transfem
## Accessing this archive
### Online, no download required.
-https://hrt.boytw.ink
+https://hrt.soap.systems
### Locally
Use [this link](https://codeberg.org/diyhrt/pages/archive/main.zip) and it will start a download. To access the archive, open index.html with your browser.
diff --git a/disclaimer.html b/disclaimer.html
index 957b8301..c2c235e4 100644
--- a/disclaimer.html
+++ b/disclaimer.html
@@ -1,10 +1,7 @@
-
-
-
This an archive of diyhrt.cafe, diyhrt.wiki, diyhrt.market, hrt.coffee, transfemscience.org and a few others in case something goes wrong. Websites are updated once weekly.
+
This an archive of hrtcafe.net, diyhrt.wiki, diyhrt.market, hrt.coffee, transfemscience.org and a few others in case something goes wrong. Websites are updated once weekly.
Accessing this archive
Online, no download required.
-
https://hrt.boytw.ink
+
https://hrt.soap.systems
Locally
Use this link and it will start a download. To access the archive, open index.html with your browser.