diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-19 19:46:28 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-19 19:46:28 +0300 |
commit | 8f47b3220076639641b699f4e61b17b3bf1b93da (patch) | |
tree | ff20e454539c4e62e30b799d918311b3c6ddd1e7 | |
parent | c7a903777bf7612cd6138998e759c555a836e37c (diff) | |
download | website-8f47b3220076639641b699f4e61b17b3bf1b93da.tar.gz |
update
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | docs/index.html | 19 | ||||
-rw-r--r-- | docs/index.txt | 21 | ||||
-rw-r--r-- | docs/news.html | 5 | ||||
-rw-r--r-- | docs/news.txt | 8 | ||||
-rw-r--r-- | docs/news.xml | 10 | ||||
-rw-r--r-- | docs/rss.xml | 2 | ||||
-rw-r--r-- | index/20200519.news | 4 | ||||
-rw-r--r-- | src/index.md | 21 | ||||
-rw-r--r-- | src/news.md | 8 |
10 files changed, 55 insertions, 45 deletions
@@ -39,7 +39,7 @@ gettitle() { basename "$1" .md return 0 } - sed 1q "$1" | cut -d' ' -f2- + sed 's/^[Tt]itle: //;1q' "$1" } genpages() { diff --git a/docs/index.html b/docs/index.html index 023b381..1dd4d40 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,6 +71,11 @@ some other system supervision technique along with your own init scripts.</p> <p><a href="/news.xml">RSS Feed</a> | <a href="/news.html">See all news</a></p> +<h3>May 19 2020</h3> + +<p>A rootfs tarball targeting the i686 architecture has +been released. It can be found on the <a href="https://dl.carbslinux.org/releases/i686">downloads page</a></p> + <h3>May 10 2020</h3> <p>A GCC 10.1.0 change causes a kernel panic for kernels built @@ -92,20 +97,6 @@ see it on <a href="https://dl.carbslinux.org/releases">https://dl.carbslinux.org <p>A new rootfs tarball has been released. See the <a href="https://dl.carbslinux.org">downloads</a> page</p> - -<h3>Apr 05 2020</h3> - -<p>Carbs Linux repositories will be hosted only on Github. Commits will be -pushed there, and not the repository. You have until -May 4, 2020 Monday to switch your remotes to <a href="https://github.com/CarbsLinux/repository">https://github.com/CarbsLinux/repository</a>. -The git repository will continue to be served until then (without additional -commits).</p> - -<p>You can switch your remote by executing the following command on your -repository directory.</p> - -<pre><code>git remote set-url origin https://github.com/CarbsLinux/repository -</code></pre> <a href="/index.txt">View Page Source</a><div class=border></div> <p class=footer>Linux® is a registered trademark of Linus Torvalds</p> <p class=footer>Copyright © 2019-2020 Cem Keylan</p> diff --git a/docs/index.txt b/docs/index.txt index 7402761..a207c90 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -56,6 +56,13 @@ News [RSS Feed](/news.xml) | [See all news](/news.html) +### May 19 2020 + +A rootfs tarball targeting the i686 architecture has +been released. It can be found on the [downloads page] + +[downloads page]: https://dl.carbslinux.org/releases/i686 + ### May 10 2020 A GCC 10.1.0 change causes a kernel panic for kernels built @@ -79,17 +86,3 @@ IRC channel can now be accessed from `#carbslinux` at freenode! A new rootfs tarball has been released. See the [downloads](https://dl.carbslinux.org) page - -### Apr 05 2020 - -Carbs Linux repositories will be hosted only on Github. Commits will be -pushed there, and not the repository. You have until -May 4, 2020 Monday to switch your remotes to <https://github.com/CarbsLinux/repository>. -The git repository will continue to be served until then (without additional -commits). - -You can switch your remote by executing the following command on your -repository directory. - - git remote set-url origin https://github.com/CarbsLinux/repository - diff --git a/docs/news.html b/docs/news.html index 01d3b10..6e2f71a 100644 --- a/docs/news.html +++ b/docs/news.html @@ -16,6 +16,11 @@ <a href='/wiki'>wiki</a> <a href='/wiki/install.html'>installation</a> </nav></div><div class="border"></div> +<h2>May 19 2020</h2> + +<p>A rootfs tarball targeting the i686 architecture has +been released. It can be found on the <a href="https://dl.carbslinux.org/releases/i686">downloads page</a></p> + <h2>May 10 2020</h2> <p>A GCC 10.1.0 change causes a kernel panic for kernels built diff --git a/docs/news.txt b/docs/news.txt index 10133d7..3e3308b 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,4 +1,12 @@ +May 19 2020 +----------- + +A rootfs tarball targeting the i686 architecture has +been released. It can be found on the [downloads page] + +[downloads page]: https://dl.carbslinux.org/releases/i686 + May 10 2020 ----------- diff --git a/docs/news.xml b/docs/news.xml index d35e9c9..386f44c 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -9,7 +9,15 @@ <description>a simple busybox linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" /> -<lastBuildDate>May Sun 2020 14:00</lastBuildDate> +<lastBuildDate>May Tue 2020 16:00</lastBuildDate> +<item> +<title>20200519.news</title> +<pubDate>Tue, 19 May 2020</pubDate> +<dc:creator>Cem Keylan</dc:creator> +<link>https://carbslinux.org/index.html</link> +<description><p>A rootfs tarball targeting the i686 architecture has +been released. It can be found on the <a href="https://dl.carbslinux.org/releases/i686">downloads page</a></p></description> +</item> <item> <title>20200510.news</title> <pubDate>Sun, 10 May 2020</pubDate> diff --git a/docs/rss.xml b/docs/rss.xml index cfd528e..abbcc79 100644 --- a/docs/rss.xml +++ b/docs/rss.xml @@ -9,7 +9,7 @@ <description>a simple busybox linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> -<lastBuildDate>May Sun 2020 14:00</lastBuildDate> +<lastBuildDate>May Tue 2020 16:00</lastBuildDate> <item> <title>The Relation of Carbs and KISS</title> <pubDate>Fri, 08 May 2020</pubDate> diff --git a/index/20200519.news b/index/20200519.news new file mode 100644 index 0000000..d5084ea --- /dev/null +++ b/index/20200519.news @@ -0,0 +1,4 @@ +A rootfs tarball targeting the i686 architecture has +been released. It can be found on the [downloads page] + +[downloads page]: https://dl.carbslinux.org/releases/i686 diff --git a/src/index.md b/src/index.md index 7402761..a207c90 100644 --- a/src/index.md +++ b/src/index.md @@ -56,6 +56,13 @@ News [RSS Feed](/news.xml) | [See all news](/news.html) +### May 19 2020 + +A rootfs tarball targeting the i686 architecture has +been released. It can be found on the [downloads page] + +[downloads page]: https://dl.carbslinux.org/releases/i686 + ### May 10 2020 A GCC 10.1.0 change causes a kernel panic for kernels built @@ -79,17 +86,3 @@ IRC channel can now be accessed from `#carbslinux` at freenode! A new rootfs tarball has been released. See the [downloads](https://dl.carbslinux.org) page - -### Apr 05 2020 - -Carbs Linux repositories will be hosted only on Github. Commits will be -pushed there, and not the repository. You have until -May 4, 2020 Monday to switch your remotes to <https://github.com/CarbsLinux/repository>. -The git repository will continue to be served until then (without additional -commits). - -You can switch your remote by executing the following command on your -repository directory. - - git remote set-url origin https://github.com/CarbsLinux/repository - diff --git a/src/news.md b/src/news.md index 10133d7..3e3308b 100644 --- a/src/news.md +++ b/src/news.md @@ -1,4 +1,12 @@ +May 19 2020 +----------- + +A rootfs tarball targeting the i686 architecture has +been released. It can be found on the [downloads page] + +[downloads page]: https://dl.carbslinux.org/releases/i686 + May 10 2020 ----------- |