From b7231ce286398c809a406ed76db315271faf3036 Mon Sep 17 00:00:00 2001 From: preston Date: Sun, 19 Mar 2023 18:27:24 -0700 Subject: replace links with nullring.xyz links --- build.sh | 2 +- build/website/about/index.html | 2 +- build/website/about/resume.pdf | Bin 22438 -> 21873 bytes build/website/about/source/resume.ms | 4 ++-- build/website/about/source/resume.pdf | Bin 22438 -> 21873 bytes build/website/index.html | 10 ++++------ build/website/mathematics/calculus/index.html | 4 ++-- .../mathematics/calculus/source/chain_rule.ms | 0 .../website/mathematics/calculus/source/index.html | 2 ++ build/website/preston.pub | 2 +- build/website/projects/dotfiles.html | 6 +++--- build/website/projects/no_excess.html | 4 ++-- website/about/index.html | 2 +- website/about/resume.pdf | Bin 22438 -> 21873 bytes website/about/source/resume.ms | 4 ++-- website/about/source/resume.pdf | Bin 22438 -> 21873 bytes website/index.html | 10 ++++------ website/mathematics/calculus/index.html | 4 ++-- website/mathematics/calculus/source/chain_rule.ms | 0 website/mathematics/calculus/source/index.html | 2 ++ website/preston.pub | 2 +- website/projects/dotfiles.html | 6 +++--- website/projects/no_excess.html | 4 ++-- 23 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 build/website/mathematics/calculus/source/chain_rule.ms create mode 100644 website/mathematics/calculus/source/chain_rule.ms diff --git a/build.sh b/build.sh index 831304c..fdcd227 100755 --- a/build.sh +++ b/build.sh @@ -33,7 +33,7 @@ if [ $# -eq 0 ]; then fi # Change this line if you are a future PSIIan maintaining this. -rsync -uvrP --delete-after "$BUILD_DIR/website/" root@prestonpan.tech:/var/www/prestonpan +rsync -uvrP --delete-after "$BUILD_DIR/website/" root@nullring.xyz:/var/www/prestonpan git add . git commit -m "$1" diff --git a/build/website/about/index.html b/build/website/about/index.html index b9883bd..eabdefe 100644 --- a/build/website/about/index.html +++ b/build/website/about/index.html @@ -35,7 +35,7 @@ About code here:

-git clone git://prestonpan.tech/prestonpan.git +git clone git://nullring.xyz/prestonpan.git

Business

diff --git a/build/website/about/resume.pdf b/build/website/about/resume.pdf index aed2614..3a26652 100644 Binary files a/build/website/about/resume.pdf and b/build/website/about/resume.pdf differ diff --git a/build/website/about/source/resume.ms b/build/website/about/source/resume.ms index 2bc6535..90d5727 100644 --- a/build/website/about/source/resume.ms +++ b/build/website/about/source/resume.ms @@ -29,7 +29,7 @@ .ps 18 .B "Preston Pan" .ps 10 -https://prestonpan.tech +https://preston.nullring.xyz .TS tab(;) nospaces; l rx. @@ -64,7 +64,7 @@ T} .B "Note " \(en .I "All my projects have their respective soure code avaiable at " -.UL "https://git.prestonpan.tech". +.UL "https://git.nullring.xyz". .BL .B "The Null Webring" \(en diff --git a/build/website/about/source/resume.pdf b/build/website/about/source/resume.pdf index aed2614..3a26652 100644 Binary files a/build/website/about/source/resume.pdf and b/build/website/about/source/resume.pdf differ diff --git a/build/website/index.html b/build/website/index.html index 4b1292b..d5e4492 100644 --- a/build/website/index.html +++ b/build/website/index.html @@ -77,15 +77,14 @@ Preston Pan

Here are the services that I run on my server/socially:

Webrings

@@ -109,7 +108,6 @@ Preston Pan

Here are some methods of donating I support:

diff --git a/build/website/mathematics/calculus/index.html b/build/website/mathematics/calculus/index.html index 4d7f0bc..984ae39 100644 --- a/build/website/mathematics/calculus/index.html +++ b/build/website/mathematics/calculus/index.html @@ -40,8 +40,8 @@ the derivative).

Elementary Calculus

Multivariable

diff --git a/build/website/mathematics/calculus/source/chain_rule.ms b/build/website/mathematics/calculus/source/chain_rule.ms new file mode 100644 index 0000000..e69de29 diff --git a/build/website/mathematics/calculus/source/index.html b/build/website/mathematics/calculus/source/index.html index 1676ae2..8c8c18e 100644 --- a/build/website/mathematics/calculus/source/index.html +++ b/build/website/mathematics/calculus/source/index.html @@ -30,6 +30,8 @@ Calculus diff --git a/build/website/preston.pub b/build/website/preston.pub index 9a61ac2..0c2ac6d 100644 --- a/build/website/preston.pub +++ b/build/website/preston.pub @@ -1 +1 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJdHAoDkwWmZqZAAcfC65A2N01CcfTHNiEvSvJ+2Pr35 preston@preston +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINSshvS1N/42pH9Unp3Zj4gjqs9BXoin99oaFWYHXZDJ preston@preston-arch diff --git a/build/website/projects/dotfiles.html b/build/website/projects/dotfiles.html index 5066d49..a7e8efc 100644 --- a/build/website/projects/dotfiles.html +++ b/build/website/projects/dotfiles.html @@ -40,14 +40,14 @@ Dotfiles Picture taken of dotfiles

You can get the dotfiles here:

-git clone git://prestonpan.tech/dotfiles_dracula.git +git clone git://nullring.xyz/dotfiles_dracula.git

And given a certain suckless program, you can clone my version like this:

-git clone git://prestonpan.tech/[suckless_program]_dracula.git +git clone git://nullring.xyz/[suckless_program]_dracula.git

If you still have problems getting the copies of the software, you can - browse my git frontend for the software + browse my git frontend for the software names.

diff --git a/build/website/projects/no_excess.html b/build/website/projects/no_excess.html index 21910b1..3dc4a46 100644 --- a/build/website/projects/no_excess.html +++ b/build/website/projects/no_excess.html @@ -36,11 +36,11 @@ NoExcess

You can get the program here:

-git clone git://prestonpan.tech/no_excess.git +git clone git://nullring.xyz/no_excess.git

If you still have problems getting the copies of the software, you can - browse my git frontend for the software + browse my git frontend for the software names.

diff --git a/website/about/index.html b/website/about/index.html index e6398a6..09d0778 100644 --- a/website/about/index.html +++ b/website/about/index.html @@ -15,7 +15,7 @@ $$START CONTENT code here:

-git clone git://prestonpan.tech/prestonpan.git +git clone git://nullring.xyz/prestonpan.git

Business

diff --git a/website/about/resume.pdf b/website/about/resume.pdf index aed2614..3a26652 100644 Binary files a/website/about/resume.pdf and b/website/about/resume.pdf differ diff --git a/website/about/source/resume.ms b/website/about/source/resume.ms index 2bc6535..90d5727 100644 --- a/website/about/source/resume.ms +++ b/website/about/source/resume.ms @@ -29,7 +29,7 @@ .ps 18 .B "Preston Pan" .ps 10 -https://prestonpan.tech +https://preston.nullring.xyz .TS tab(;) nospaces; l rx. @@ -64,7 +64,7 @@ T} .B "Note " \(en .I "All my projects have their respective soure code avaiable at " -.UL "https://git.prestonpan.tech". +.UL "https://git.nullring.xyz". .BL .B "The Null Webring" \(en diff --git a/website/about/source/resume.pdf b/website/about/source/resume.pdf index aed2614..3a26652 100644 Binary files a/website/about/source/resume.pdf and b/website/about/source/resume.pdf differ diff --git a/website/index.html b/website/index.html index 0638a3d..587cca0 100644 --- a/website/index.html +++ b/website/index.html @@ -57,15 +57,14 @@ $$START CONTENT

Here are the services that I run on my server/socially:

Webrings

@@ -89,7 +88,6 @@ $$START CONTENT

Here are some methods of donating I support:

diff --git a/website/mathematics/calculus/index.html b/website/mathematics/calculus/index.html index 7aa7598..9b1d1c8 100644 --- a/website/mathematics/calculus/index.html +++ b/website/mathematics/calculus/index.html @@ -20,8 +20,8 @@ the derivative).

Elementary Calculus

Multivariable

diff --git a/website/mathematics/calculus/source/chain_rule.ms b/website/mathematics/calculus/source/chain_rule.ms new file mode 100644 index 0000000..e69de29 diff --git a/website/mathematics/calculus/source/index.html b/website/mathematics/calculus/source/index.html index 32b4cd2..fb52616 100644 --- a/website/mathematics/calculus/source/index.html +++ b/website/mathematics/calculus/source/index.html @@ -10,6 +10,8 @@ $$START CONTENT $$END CONTENT diff --git a/website/preston.pub b/website/preston.pub index 9a61ac2..0c2ac6d 100644 --- a/website/preston.pub +++ b/website/preston.pub @@ -1 +1 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJdHAoDkwWmZqZAAcfC65A2N01CcfTHNiEvSvJ+2Pr35 preston@preston +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINSshvS1N/42pH9Unp3Zj4gjqs9BXoin99oaFWYHXZDJ preston@preston-arch diff --git a/website/projects/dotfiles.html b/website/projects/dotfiles.html index 845b031..46ca9f1 100644 --- a/website/projects/dotfiles.html +++ b/website/projects/dotfiles.html @@ -20,14 +20,14 @@ $$START CONTENT Picture taken of dotfiles

You can get the dotfiles here:

-git clone git://prestonpan.tech/dotfiles_dracula.git +git clone git://nullring.xyz/dotfiles_dracula.git

And given a certain suckless program, you can clone my version like this:

-git clone git://prestonpan.tech/[suckless_program]_dracula.git +git clone git://nullring.xyz/[suckless_program]_dracula.git

If you still have problems getting the copies of the software, you can - browse my git frontend for the software + browse my git frontend for the software names.

$$END CONTENT diff --git a/website/projects/no_excess.html b/website/projects/no_excess.html index 873b75e..8d5db75 100644 --- a/website/projects/no_excess.html +++ b/website/projects/no_excess.html @@ -16,11 +16,11 @@ $$START CONTENT

You can get the program here:

-git clone git://prestonpan.tech/no_excess.git +git clone git://nullring.xyz/no_excess.git

If you still have problems getting the copies of the software, you can - browse my git frontend for the software + browse my git frontend for the software names.

-- cgit