mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-03-23 07:36:38 +00:00
new main domain + diyhrt.cafe domain is deprecated
This commit is contained in:
parent
0ffc6cf9d2
commit
a610327f52
47 changed files with 51 additions and 56 deletions
3
.github/workflows/diyhrt.cafe.yml
vendored
3
.github/workflows/diyhrt.cafe.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
token: ${{ secrets.PAT_TOKEN }}
|
token: ${{ secrets.PAT_TOKEN }}
|
||||||
- name: check for 404
|
- name: check for 404
|
||||||
run: |
|
run: |
|
||||||
url="https://diyhrt.cafe"
|
url="https://hrtcafe.net"
|
||||||
status=$(curl -o /dev/null -s -w "%{http_code}" $url)
|
status=$(curl -o /dev/null -s -w "%{http_code}" $url)
|
||||||
if [ $status -eq 404 ]; then
|
if [ $status -eq 404 ]; then
|
||||||
echo "Got 404. Exiting."
|
echo "Got 404. Exiting."
|
||||||
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
rm -rf diyhrt.cafe
|
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
|
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
|
- name: commit changes
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
|
||||||
2
.github/workflows/update_cafe.yml
vendored
2
.github/workflows/update_cafe.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rm scripts/cafe.txt
|
rm scripts/cafe.txt
|
||||||
pip install beautifulsoup4 bs4
|
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
|
cd scripts && python formatlinks.py cafe.txt
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ This an archive of diyhrt.cafe, diyhrt.wiki, diyhrt.market, hrt.coffee, transfem
|
||||||
|
|
||||||
## Accessing this archive
|
## Accessing this archive
|
||||||
### Online, no download required.
|
### Online, no download required.
|
||||||
https://hrt.boytw.ink
|
https://hrt.soap.systems
|
||||||
|
|
||||||
### Locally
|
### 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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<!-- this file is automatically updated when README.md is updated, please don't modify it -->
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>readme</title>
|
<title>disclaimer</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="icon" type="image/png" href="/favicon.png">
|
<link rel="icon" type="image/png" href="/favicon.png">
|
||||||
<style>
|
<style>
|
||||||
|
|
@ -28,6 +25,6 @@
|
||||||
<p>All information found on the site is without any implied warranty of fitness for any purpose or use whatsoever.</p>
|
<p>All information found on the site is without any implied warranty of fitness for any purpose or use whatsoever.</p>
|
||||||
<p>Do not rely on content found on this website without independent verification.</p>
|
<p>Do not rely on content found on this website without independent verification.</p>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="diyhrt.cafe/index.php/Main_Page">diyhrt.cafe</a><br>
|
<a href="hrtcafe.net/index.php/Main_Page">hrtcafe.net</a><br>
|
||||||
<a href="diyhrt.wiki">diyhrt.wiki</a><br>
|
<a href="diyhrt.wiki">diyhrt.wiki</a><br>
|
||||||
<a href="hrt.coffee">hrt.coffee</a><br>
|
<a href="hrt.coffee">hrt.coffee</a><br>
|
||||||
<a href="diyhrt.market">diyhrt.market</a><br>
|
<a href="diyhrt.market">diyhrt.market</a><br>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<!-- this file is automatically updated when README.md is updated, please don't modify it -->
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>readme</title>
|
<title>readme</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
@ -22,10 +19,10 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>What is this?</h2>
|
<h2>What is this?</h2>
|
||||||
<p>This an archive of diyhrt.cafe, diyhrt.wiki, diyhrt.market, hrt.coffee, <a href="http://transfemscience.org" rel="nofollow">transfemscience.org</a> and a few others in case something goes wrong. Websites are updated once weekly.</p>
|
<p>This an archive of hrtcafe.net, diyhrt.wiki, diyhrt.market, hrt.coffee, <a href="http://transfemscience.org" rel="nofollow">transfemscience.org</a> and a few others in case something goes wrong. Websites are updated once weekly.</p>
|
||||||
<h2>Accessing this archive</h2>
|
<h2>Accessing this archive</h2>
|
||||||
<h3>Online, no download required.</h3>
|
<h3>Online, no download required.</h3>
|
||||||
<p>https://hrt.boytw.ink</p>
|
<p>https://hrt.soap.systems</p>
|
||||||
<h3>Locally</h3>
|
<h3>Locally</h3>
|
||||||
<p>Use <a href="https://codeberg.org/diyhrt/pages/archive/main.zip" rel="nofollow">this link</a> and it will start a download. To access the archive, open index.html with your browser.</p>
|
<p>Use <a href="https://codeberg.org/diyhrt/pages/archive/main.zip" rel="nofollow">this link</a> and it will start a download. To access the archive, open index.html with your browser.</p>
|
||||||
<h2>Mirroring</h2>
|
<h2>Mirroring</h2>
|
||||||
|
|
|
||||||
|
|
@ -1,41 +1,41 @@
|
||||||
https://diyhrt.cafe/index.php/Special:MyTalk
|
https://hrtcafe.net/index.php/Special:MyTalk
|
||||||
https://diyhrt.cafe/index.php/Special:MyContributions
|
https://hrtcafe.net/index.php/Special:MyContributions
|
||||||
https://diyhrt.cafe/index.php?title=Special:CreateAccount&returnto=Special%3AAllPages
|
https://hrtcafe.net/index.php?title=Special:CreateAccount&returnto=Special%3AAllPages
|
||||||
https://diyhrt.cafe/index.php?title=Special:UserLogin&returnto=Special%3AAllPages
|
https://hrtcafe.net/index.php?title=Special:UserLogin&returnto=Special%3AAllPages
|
||||||
https://diyhrt.cafe/index.php/Main_Page
|
https://hrtcafe.net/index.php/Main_Page
|
||||||
https://diyhrt.cafe/index.php/Archives
|
https://hrtcafe.net/index.php/Archives
|
||||||
https://diyhrt.cafe/index.php/Bicalutamide
|
https://hrtcafe.net/index.php/Bicalutamide
|
||||||
https://diyhrt.cafe/index.php/Clomifene
|
https://hrtcafe.net/index.php/Clomifene
|
||||||
https://diyhrt.cafe/index.php/Commentary_and_Fact_Check_of_Dr._Will_Powers%E2%80%99s_Transgender_Care_Presentation@TransfemScience
|
https://hrtcafe.net/index.php/Commentary_and_Fact_Check_of_Dr._Will_Powers%E2%80%99s_Transgender_Care_Presentation@TransfemScience
|
||||||
https://diyhrt.cafe/index.php/Cyproterone_Acetate
|
https://hrtcafe.net/index.php/Cyproterone_Acetate
|
||||||
https://diyhrt.cafe/index.php/Domperidone
|
https://hrtcafe.net/index.php/Domperidone
|
||||||
https://diyhrt.cafe/index.php/Donate
|
https://hrtcafe.net/index.php/Donate
|
||||||
https://diyhrt.cafe/index.php/Dutasteride
|
https://hrtcafe.net/index.php/Dutasteride
|
||||||
https://diyhrt.cafe/index.php/EU-Aibolit_Updates
|
https://hrtcafe.net/index.php/EU-Aibolit_Updates
|
||||||
https://diyhrt.cafe/index.php/Estradiol_Gel
|
https://hrtcafe.net/index.php/Estradiol_Gel
|
||||||
https://diyhrt.cafe/index.php/Estradiol_Injections
|
https://hrtcafe.net/index.php/Estradiol_Injections
|
||||||
https://diyhrt.cafe/index.php/Estradiol_Patches
|
https://hrtcafe.net/index.php/Estradiol_Patches
|
||||||
https://diyhrt.cafe/index.php/Estradiol_Pills
|
https://hrtcafe.net/index.php/Estradiol_Pills
|
||||||
https://diyhrt.cafe/index.php/Finasteride
|
https://hrtcafe.net/index.php/Finasteride
|
||||||
https://diyhrt.cafe/index.php/Freedom_of_Expression
|
https://hrtcafe.net/index.php/Freedom_of_Expression
|
||||||
https://diyhrt.cafe/index.php/Gonadotropin-Releasing_Hormone_Agonists
|
https://hrtcafe.net/index.php/Gonadotropin-Releasing_Hormone_Agonists
|
||||||
https://diyhrt.cafe/index.php/Hydroxyprogesterone_Caproate_Injections
|
https://hrtcafe.net/index.php/Hydroxyprogesterone_Caproate_Injections
|
||||||
https://diyhrt.cafe/index.php/Main_Page/sandbox
|
https://hrtcafe.net/index.php/Main_Page/sandbox
|
||||||
https://diyhrt.cafe/index.php/Pioglitazone
|
https://hrtcafe.net/index.php/Pioglitazone
|
||||||
https://diyhrt.cafe/index.php/Progesterone_Capsules
|
https://hrtcafe.net/index.php/Progesterone_Capsules
|
||||||
https://diyhrt.cafe/index.php/Progesterone_Gel
|
https://hrtcafe.net/index.php/Progesterone_Gel
|
||||||
https://diyhrt.cafe/index.php/Progesterone_Injections
|
https://hrtcafe.net/index.php/Progesterone_Injections
|
||||||
https://diyhrt.cafe/index.php/Raloxifene
|
https://hrtcafe.net/index.php/Raloxifene
|
||||||
https://diyhrt.cafe/index.php/Resources
|
https://hrtcafe.net/index.php/Resources
|
||||||
https://diyhrt.cafe/index.php/Sandbox
|
https://hrtcafe.net/index.php/Sandbox
|
||||||
https://diyhrt.cafe/index.php/Spironolactone
|
https://hrtcafe.net/index.php/Spironolactone
|
||||||
https://diyhrt.cafe/index.php/Suppliers_and_Products_of_Interest
|
https://hrtcafe.net/index.php/Suppliers_and_Products_of_Interest
|
||||||
https://diyhrt.cafe/index.php/Takedown_Complaint_dated_2023-12-27
|
https://hrtcafe.net/index.php/Takedown_Complaint_dated_2023-12-27
|
||||||
https://diyhrt.cafe/index.php/Takedown_Complaint_dated_2023-12-30
|
https://hrtcafe.net/index.php/Takedown_Complaint_dated_2023-12-30
|
||||||
https://diyhrt.cafe/index.php/Takedown_Complaint_dated_2023-12-31
|
https://hrtcafe.net/index.php/Takedown_Complaint_dated_2023-12-31
|
||||||
https://diyhrt.cafe/index.php/Tamoxifen
|
https://hrtcafe.net/index.php/Tamoxifen
|
||||||
https://diyhrt.cafe/index.php/Project:About
|
https://hrtcafe.net/index.php/Project:About
|
||||||
https://diyhrt.cafe/index.php/Special:SpecialPages
|
https://hrtcafe.net/index.php/Special:SpecialPages
|
||||||
https://diyhrt.cafe/index.php/Special:AllPages
|
https://hrtcafe.net/index.php/Special:AllPages
|
||||||
https://diyhrt.cafe/index.php/Project:Privacy_policy
|
https://hrtcafe.net/index.php/Project:Privacy_policy
|
||||||
https://diyhrt.cafe/index.php/Project:General_disclaimer
|
https://hrtcafe.net/index.php/Project:General_disclaimer
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue