diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-04 01:38:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-04 01:38:02 +0300 |
commit | 0f63c27701b0e8c74f032068fe9bb8e6f02ffc03 (patch) | |
tree | 3dae14758aea27bb7bd823649841bc46a0401485 | |
parent | f0b208e0d7875ba91b9733b30d73b0ac20c10070 (diff) | |
download | website-0f63c27701b0e8c74f032068fe9bb8e6f02ffc03.tar.gz |
switch to git server
-rw-r--r-- | docs/404.html | 2 | ||||
-rw-r--r-- | docs/blog/20200128.html | 2 | ||||
-rw-r--r-- | docs/blog/20200406.html | 2 | ||||
-rw-r--r-- | docs/blog/20200410.html | 2 | ||||
-rw-r--r-- | docs/blog/20200508.html | 2 | ||||
-rw-r--r-- | docs/blog/20200528.html | 2 | ||||
-rw-r--r-- | docs/blog/20200617.html | 2 | ||||
-rw-r--r-- | docs/blog/20200803.html | 9 | ||||
-rw-r--r-- | docs/blog/20200803.txt | 7 | ||||
-rw-r--r-- | docs/blog/index.html | 2 | ||||
-rw-r--r-- | docs/contributing.html | 2 | ||||
-rw-r--r-- | docs/docs.html | 2 | ||||
-rw-r--r-- | docs/docs/install.html | 2 | ||||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/mailing-lists.html | 2 | ||||
-rw-r--r-- | docs/news.html | 2 | ||||
-rw-r--r-- | docs/news.xml | 2 | ||||
-rw-r--r-- | docs/people.html | 2 | ||||
-rw-r--r-- | docs/rss.xml | 8 | ||||
-rw-r--r-- | src/blog/20200803.txt | 7 | ||||
-rw-r--r-- | src/news.xml | 2 | ||||
-rw-r--r-- | src/rss.xml | 8 | ||||
-rw-r--r-- | templates/template.html | 2 |
23 files changed, 44 insertions, 31 deletions
diff --git a/docs/404.html b/docs/404.html index 52e291c..45226bd 100644 --- a/docs/404.html +++ b/docs/404.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/blog/20200128.html b/docs/blog/20200128.html index 8a30c56..f6cf1a4 100644 --- a/docs/blog/20200128.html +++ b/docs/blog/20200128.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/blog/20200406.html b/docs/blog/20200406.html index ba77659..caa8919 100644 --- a/docs/blog/20200406.html +++ b/docs/blog/20200406.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/blog/20200410.html b/docs/blog/20200410.html index b7c07ac..6d04d5f 100644 --- a/docs/blog/20200410.html +++ b/docs/blog/20200410.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/blog/20200508.html b/docs/blog/20200508.html index fe8e624..08516bb 100644 --- a/docs/blog/20200508.html +++ b/docs/blog/20200508.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/blog/20200528.html b/docs/blog/20200528.html index 11ca8ba..982a3cc 100644 --- a/docs/blog/20200528.html +++ b/docs/blog/20200528.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/blog/20200617.html b/docs/blog/20200617.html index 69fd722..7e83c34 100644 --- a/docs/blog/20200617.html +++ b/docs/blog/20200617.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/blog/20200803.html b/docs/blog/20200803.html index 33a8832..addffd6 100644 --- a/docs/blog/20200803.html +++ b/docs/blog/20200803.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> @@ -90,8 +90,11 @@ I am slowly reverting to the self-hosted model. Back then, the git repositories were mirrored to GitHub, and the management was overall much more flexible. The server used to run Carbs Linux as well (that was fun and horrifying at the same time). Now, I will be relaunching the git server which will be the upstream -source before the August 5. You can switch your remote, but GitHub will stay as -a remote nonetheless. +source before August 5. You can switch your remote, but GitHub will stay as a +remote nonetheless. + +EDIT: The git-server is up! + <span id=1><a href=#1>[1]</a></span>: <a href=http://werc.cat-v.org>http://werc.cat-v.org</a> </pre> diff --git a/docs/blog/20200803.txt b/docs/blog/20200803.txt index ec7e7f9..184baaa 100644 --- a/docs/blog/20200803.txt +++ b/docs/blog/20200803.txt @@ -69,7 +69,10 @@ I am slowly reverting to the self-hosted model. Back then, the git repositories were mirrored to GitHub, and the management was overall much more flexible. The server used to run Carbs Linux as well (that was fun and horrifying at the same time). Now, I will be relaunching the git server which will be the upstream -source before the August 5. You can switch your remote, but GitHub will stay as -a remote nonetheless. +source before August 5. You can switch your remote, but GitHub will stay as a +remote nonetheless. + +EDIT: The git-server is up! + [1]: http://werc.cat-v.org diff --git a/docs/blog/index.html b/docs/blog/index.html index 3105528..d069889 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/contributing.html b/docs/contributing.html index 27d2da0..5c7027f 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/docs.html b/docs/docs.html index 80b6f7d..89993f1 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/docs/install.html b/docs/docs/install.html index 3b37dc1..34ef03f 100644 --- a/docs/docs/install.html +++ b/docs/docs/install.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/index.html b/docs/index.html index 44a4192..9dd74c8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/mailing-lists.html b/docs/mailing-lists.html index d1e04f9..f999de1 100644 --- a/docs/mailing-lists.html +++ b/docs/mailing-lists.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/news.html b/docs/news.html index 5f182df..f37a432 100644 --- a/docs/news.html +++ b/docs/news.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/news.xml b/docs/news.xml index f29f04f..ad6055e 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -9,7 +9,7 @@ <description>a simple linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Mon Aug 03 2020 20:00</lastBuildDate> + <lastBuildDate>Mon Aug 03 2020 22:00</lastBuildDate> <item> <title>Jul 27 2020</title> <pubDate>Mon, 27 Jul 2020</pubDate> diff --git a/docs/people.html b/docs/people.html index 3195e2b..41c3289 100644 --- a/docs/people.html +++ b/docs/people.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> diff --git a/docs/rss.xml b/docs/rss.xml index 6485b9b..abab4d2 100644 --- a/docs/rss.xml +++ b/docs/rss.xml @@ -9,7 +9,7 @@ <description>a simple linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Mon Aug 03 2020 20:00</lastBuildDate> + <lastBuildDate>Mon Aug 03 2020 22:00</lastBuildDate> <item> <title>August 2020 News Post</title> <pubDate>Mon, 03 Aug 2020</pubDate> @@ -80,8 +80,10 @@ I am slowly reverting to the self-hosted model. Back then, the git repositories were mirrored to GitHub, and the management was overall much more flexible. The server used to run Carbs Linux as well (that was fun and horrifying at the same time). Now, I will be relaunching the git server which will be the upstream -source before the August 5. You can switch your remote, but GitHub will stay as -a remote nonetheless.</p></description> +source before August 5. You can switch your remote, but GitHub will stay as a +remote nonetheless.</p> + +<p>EDIT: The git-server is up!</p></description> </item> <item> <title>June Newspost</title> diff --git a/src/blog/20200803.txt b/src/blog/20200803.txt index ec7e7f9..184baaa 100644 --- a/src/blog/20200803.txt +++ b/src/blog/20200803.txt @@ -69,7 +69,10 @@ I am slowly reverting to the self-hosted model. Back then, the git repositories were mirrored to GitHub, and the management was overall much more flexible. The server used to run Carbs Linux as well (that was fun and horrifying at the same time). Now, I will be relaunching the git server which will be the upstream -source before the August 5. You can switch your remote, but GitHub will stay as -a remote nonetheless. +source before August 5. You can switch your remote, but GitHub will stay as a +remote nonetheless. + +EDIT: The git-server is up! + [1]: http://werc.cat-v.org diff --git a/src/news.xml b/src/news.xml index f29f04f..ad6055e 100644 --- a/src/news.xml +++ b/src/news.xml @@ -9,7 +9,7 @@ <description>a simple linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Mon Aug 03 2020 20:00</lastBuildDate> + <lastBuildDate>Mon Aug 03 2020 22:00</lastBuildDate> <item> <title>Jul 27 2020</title> <pubDate>Mon, 27 Jul 2020</pubDate> diff --git a/src/rss.xml b/src/rss.xml index 6485b9b..abab4d2 100644 --- a/src/rss.xml +++ b/src/rss.xml @@ -9,7 +9,7 @@ <description>a simple linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Mon Aug 03 2020 20:00</lastBuildDate> + <lastBuildDate>Mon Aug 03 2020 22:00</lastBuildDate> <item> <title>August 2020 News Post</title> <pubDate>Mon, 03 Aug 2020</pubDate> @@ -80,8 +80,10 @@ I am slowly reverting to the self-hosted model. Back then, the git repositories were mirrored to GitHub, and the management was overall much more flexible. The server used to run Carbs Linux as well (that was fun and horrifying at the same time). Now, I will be relaunching the git server which will be the upstream -source before the August 5. You can switch your remote, but GitHub will stay as -a remote nonetheless.</p></description> +source before August 5. You can switch your remote, but GitHub will stay as a +remote nonetheless.</p> + +<p>EDIT: The git-server is up!</p></description> </item> <item> <title>June Newspost</title> diff --git a/templates/template.html b/templates/template.html index f6c753c..d90db36 100644 --- a/templates/template.html +++ b/templates/template.html @@ -12,7 +12,7 @@ <div class="header"> <nav> <a href='/'>index</a> - <a href="https://github.com/CarbsLinux">github</a> + <a href="//git.carbslinux.org">git</a> <a href='//dl.carbslinux.org'>downloads</a> <a href='/blog'>blog</a> <a href='/docs/install.html'>installation</a> |