aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-22 22:27:30 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-22 22:27:30 +0200
commit220b0ec27f4831791d20d200db7ab5093ca9c344 (patch)
treef26deee3b16f03c27a508101934e7d952a58592c
parentbaa77c9e40afbc8869d178d1fa365103d308165f (diff)
downloadntpd-setwait-220b0ec27f4831791d20d200db7ab5093ca9c344.tar.gz
ntpd-setwait-220b0ec27f4831791d20d200db7ab5093ca9c344.tar.bz2
ntpd-setwait-220b0ec27f4831791d20d200db7ab5093ca9c344.zip
move site from kurwinet.pl to bofc.pl domain
no_ci Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rwxr-xr-xgen-download-page.sh12
-rwxr-xr-xman2html.sh4
-rw-r--r--readme.md4
-rw-r--r--www/index.in2
4 files changed, 11 insertions, 11 deletions
diff --git a/gen-download-page.sh b/gen-download-page.sh
index 18d8ee2..f85e46a 100755
--- a/gen-download-page.sh
+++ b/gen-download-page.sh
@@ -2,9 +2,9 @@
project='ntpd-setwait'
out='www/downloads.html'
-remote="https://distfiles.kurwinet.pl/${project}"
-gpg="https://distfiles.kurwinet.pl/bofc-signing.pub.gpg"
-asc="https://distfiles.kurwinet.pl/bofc-signing.pub.asc"
+remote="https://distfiles.bofc.pl/${project}"
+gpg="https://distfiles.bofc.pl/bofc-signing.pub.gpg"
+asc="https://distfiles.bofc.pl/bofc-signing.pub.asc"
get_files_from_remote()
{
@@ -40,9 +40,9 @@ echo "be downloaded from: <a href=\"${remote}/\">${remote}</a><br>"
echo "</p>"
echo "<h1>git</h1>"
echo "<p>"
-echo "git clone git@kurwinet.pl:${project}<br>"
-echo "git clone git://kurwinet.pl/${project}<br>"
-echo "git clone http://git.kurwinet.pl/${project}<br>"
+echo "git clone git@bofc.pl:${project}<br>"
+echo "git clone git://bofc.pl/${project}<br>"
+echo "git clone http://git.bofc.pl/${project}<br>"
echo "</p>"
echo "<h1>tarballs (source code)</h1>"
echo "<pre>"
diff --git a/man2html.sh b/man2html.sh
index 18b66ad..cbb40d3 100755
--- a/man2html.sh
+++ b/man2html.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-hostname="http://ntpd.kurwinet.pl"
+hostname="http://ntpd.bofc.pl"
out="$(pwd)/www/manuals"
root="$(pwd)"
ftmp="/tmp/mtest-man2html"
@@ -34,7 +34,7 @@ do
name="${name%.*}"
version_info="$(head -n1 ${ftmp} | cut -f3 -d: | cut -f1 -d\<)"
tail -n+2 "${ftmp}" > tmp; mv tmp "${ftmp}"
- sed -i "1s/^/<p class=\"info left\">${name}(${n})<\/p><p class=\"info center\">kurwinet manual pages<\/p><p class=\"info right\">${name}(${n})<\/p>\n<br><P> /" "${ftmp}"
+ sed -i "1s/^/<p class=\"info left\">${name}(${n})<\/p><p class=\"info center\">bofc manual pages<\/p><p class=\"info right\">${name}(${n})<\/p>\n<br><P> /" "${ftmp}"
# remove uneeded links to non-existing index
sed -i 's/<A HREF="\.\.\/index.html">Return to Main Contents<\/A><HR>//' "${ftmp}"
diff --git a/readme.md b/readme.md
index e7e0017..29c291e 100644
--- a/readme.md
+++ b/readme.md
@@ -67,6 +67,6 @@ See also
* [git repository][3] to browse sources online
-[1]: https://ntpd-setwait.kurwinet.pl/manuals/ntpd-setwait.1.html
+[1]: https://ntpd-setwait.bofc.pl/manuals/ntpd-setwait.1.html
[2]: mailto:michal.lyszczek@bofc.pl
-[3]: https://git.kurwinet.pl/ntpd-setwait
+[3]: https://git.bofc.pl/ntpd-setwait
diff --git a/www/index.in b/www/index.in
index f341714..2a7e0a6 100644
--- a/www/index.in
+++ b/www/index.in
@@ -1,4 +1,4 @@
-in_title="ntpd-setwait.kurwinet.pl - program to set system time from ntp before running ntpd daemon"
+in_title="ntpd-setwait.bofc.pl - program to set system time from ntp before running ntpd daemon"
in_description="program to set system time from ntp before running ntpd daemon"
in_keywords="c, ntp, ntpd, ntpd-wait, ntpd-setwait"
in_author="Michał Łyszczek"