From 0ce32544fe144772e954fd1f1ce2b304cc32fe2c Mon Sep 17 00:00:00 2001 From: Karsten Wade Date: Sep 24 2019 05:25:15 +0000 Subject: [PATCH 1/7] Updating who/what/where/why for the world of two CentOS distros. - Quick blurb about each distro begins answering questions about the new distro - Release notes are going to be the main page for referencing what each distro is now and going forward from here --- diff --git a/content/index.erb b/content/index.erb index edcbbbc..107502c 100644 --- a/content/index.erb +++ b/content/index.erb @@ -16,9 +16,14 @@ is_hidden: true

The CentOS Project

-

The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem. For users, we offer a consistent manageable platform that suits a wide variety of deployments. For open source communities, we offer a solid, predictable base to build upon, along with extensive resources to build, test, release, and maintain their code.

-

We're also expanding the availability of CentOS images across a number of vendors, providing official images for Amazon, Google, and more. For self-hosted cloud, we also provide a generic cloud-init enabled image.

-

For more information about updates and improvements in CentOS 7, please check out the release notes or the release announcement in the mailing list archive.

+

The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem around a Linux platform.

+

We offer two flavors of Linux distro:

+
    +
  • CentOS Linux is a consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon.
  • +
  • The new CentOS Stream is a rolling-release distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a mid-stream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation.
  • +
+

In support of this community effort, the CentOS Project provides extensive resources to build, test, release, and maintain code on these platforms.

+

For more information about updates and improvements in CentOS Stream and CentOS Linux 8, please check out the CentOS Stream release notes and the CentOS linux release notes or the release announcement in the mailing list archive. Information about other actively maintained CentOS Linux releases is available on the CentOS Linux 7 and CentOS Linux 6 release notes pages.

From 3049a8affec5cba670e685c14023d55801fa60d6 Mon Sep 17 00:00:00 2001 From: Karsten Wade Date: Sep 24 2019 05:33:55 +0000 Subject: [PATCH 2/7] Adjusting content minimally to include there being two distros now. - May need to take this page back for redesign --- diff --git a/content/download.haml b/content/download.haml index 4b06d17..eeb6440 100644 --- a/content/download.haml +++ b/content/download.haml @@ -5,6 +5,9 @@ title: Download CentOS .jumbotron %h1 Download CentOS %p + You now have two ways to consume the CentOS platform, CentOS Linux and CentOS Stream. CentOS Linux is a rebuild of the freely available sources for Red Hat Enterprise Linux (RHEL). CentOS Stream is a mid-stream distribution that provides a cleared-path for participation in creating the next version of RHEL. Read more in the %a( href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream" )CentOS Stream release notes + . + %p As you download and use CentOS Linux, the CentOS Project invites you to %a( href="http://wiki.centos.org/Contribute" ) be a part of the community as a contributor. There are many ways to contribute to the project, from documentation, QA, and testing to coding changes for @@ -14,11 +17,14 @@ title: Download CentOS .col-sm-12 %p .downloadbutton - %a( href="http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1908.iso" ) DVD ISO - %a( href="http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso" ) Minimal ISO + %a( href="http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8-x86_64-DVD-1908.iso" ) CentOS Linux DVD ISO + %a( href="http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8-x86_64-Minimal-1908.iso" ) CentOS Linux Minimal ISO + %p + .downloadbutton + %a( href="http://isoredirect.centos.org/centos/stream8/isos/x86_64/CentOS-Stream-8-x86_64-DVD-1908.iso" ) CentOS Stream DVD ISO %p ISOs are also available - %a( href="http://isoredirect.centos.org/centos/7/isos/x86_64/" ) via Torrent. + %a( href="http://isoredirect.centos.org/centos/8/isos/x86_64/" ) via Torrent. %p How to %a( href="https://wiki.centos.org/TipsAndTricks/sha256sum" ) verify From 8809fcfda650befbf0e1c42cf309f54fffd1f0e7 Mon Sep 17 00:00:00 2001 From: Karsten Wade Date: Sep 24 2019 06:05:57 +0000 Subject: [PATCH 3/7] site builds successfully using podman nanoc container --- diff --git a/content/download.haml b/content/download.haml index eeb6440..0746d8b 100644 --- a/content/download.haml +++ b/content/download.haml @@ -5,8 +5,8 @@ title: Download CentOS .jumbotron %h1 Download CentOS %p - You now have two ways to consume the CentOS platform, CentOS Linux and CentOS Stream. CentOS Linux is a rebuild of the freely available sources for Red Hat Enterprise Linux (RHEL). CentOS Stream is a mid-stream distribution that provides a cleared-path for participation in creating the next version of RHEL. Read more in the %a( href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream" )CentOS Stream release notes - . + You now have two ways to consume the CentOS platform, CentOS Linux and CentOS Stream. CentOS Linux is a rebuild of the freely available sources for Red Hat Enterprise Linux (RHEL). CentOS Stream is a mid-stream distribution that provides a cleared-path for participation in creating the next version of RHEL. Read more in the + %a( href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream" ) CentOS Stream release notes . %p As you download and use CentOS Linux, the CentOS Project invites you to %a( href="http://wiki.centos.org/Contribute" ) be a part of the community as a contributor. From d9017a3b69c2986a88d76a5eb72d78034d895f67 Mon Sep 17 00:00:00 2001 From: quaid Date: Sep 24 2019 06:12:37 +0000 Subject: [PATCH 4/7] I didn't like the old-school 'flavors' word in the end, makes it simpler --- diff --git a/content/index.erb b/content/index.erb index 107502c..fd126cc 100644 --- a/content/index.erb +++ b/content/index.erb @@ -17,7 +17,7 @@ is_hidden: true

The CentOS Project

The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem around a Linux platform.

-

We offer two flavors of Linux distro:

+

We offer two Linux distros:

  • CentOS Linux is a consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon.
  • The new CentOS Stream is a rolling-release distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a mid-stream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation.
  • From 8adf8ddbf638ba547526fb89c760e01d62af64cb Mon Sep 17 00:00:00 2001 From: quaid Date: Sep 24 2019 07:02:06 +0000 Subject: [PATCH 5/7] Layout and links, builds and looks good - number of small layout issues visible in rendering -- hack/workaround to create bullet-like effect for two paras,
      tagset didn't work - links verified but should double check links when site is live just in case --- diff --git a/content/download.haml b/content/download.haml index 0746d8b..cc7232d 100644 --- a/content/download.haml +++ b/content/download.haml @@ -5,7 +5,7 @@ title: Download CentOS .jumbotron %h1 Download CentOS %p - You now have two ways to consume the CentOS platform, CentOS Linux and CentOS Stream. CentOS Linux is a rebuild of the freely available sources for Red Hat Enterprise Linux (RHEL). CentOS Stream is a mid-stream distribution that provides a cleared-path for participation in creating the next version of RHEL. Read more in the + You now have two ways to consume the CentOS platform, CentOS Linux and CentOS Stream. CentOS Linux is a rebuild of the freely available sources for Red Hat Enterprise Linux (RHEL). CentOS Stream is a midstream distribution that provides a cleared-path for participation in creating the next version of RHEL. Read more in the %a( href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream" ) CentOS Stream release notes . %p As you download and use CentOS Linux, the CentOS Project invites you to @@ -17,11 +17,8 @@ title: Download CentOS .col-sm-12 %p .downloadbutton - %a( href="http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8-x86_64-DVD-1908.iso" ) CentOS Linux DVD ISO - %a( href="http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8-x86_64-Minimal-1908.iso" ) CentOS Linux Minimal ISO - %p - .downloadbutton - %a( href="http://isoredirect.centos.org/centos/stream8/isos/x86_64/CentOS-Stream-8-x86_64-DVD-1908.iso" ) CentOS Stream DVD ISO + %a( href="http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8-x86_64-1905-dvd1.iso" ) CentOS Linux DVD ISO + %a( href="http://isoredirect.centos.org/centos/8-stream/isos/x86_64/CentOS-Stream-x86_64-dvd1.iso" ) CentOS Stream DVD ISO %p ISOs are also available %a( href="http://isoredirect.centos.org/centos/8/isos/x86_64/" ) via Torrent. @@ -39,7 +36,9 @@ title: Download CentOS might be. %p The - %a(href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7") release notes + %a(href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLinux7") CentOS Linux 7 release notes + and + %a(href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream") CentOS Stream release notes are continuously updated to include issues and incorporate feedback from users. %hr %h2 Need a Cloud or Container Image? From 0577071469a9420e0dde30045d2a02d634eb6336 Mon Sep 17 00:00:00 2001 From: quaid Date: Sep 24 2019 07:02:41 +0000 Subject: [PATCH 6/7] Fixed design - visual overweight; imbalance + fix links - Had to hack up a solution without bullets - Links are all good to best of, still test when live --- diff --git a/content/index.erb b/content/index.erb index fd126cc..dc01553 100644 --- a/content/index.erb +++ b/content/index.erb @@ -18,13 +18,11 @@ is_hidden: true

      The CentOS Project

      The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem around a Linux platform.

      We offer two Linux distros:

      -
        -
      • CentOS Linux is a consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon.
      • -
      • The new CentOS Stream is a rolling-release distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a mid-stream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation.
      • -
      -

      In support of this community effort, the CentOS Project provides extensive resources to build, test, release, and maintain code on these platforms.

      -

      For more information about updates and improvements in CentOS Stream and CentOS Linux 8, please check out the CentOS Stream release notes and the CentOS linux release notes or the release announcement in the mailing list archive. Information about other actively maintained CentOS Linux releases is available on the CentOS Linux 7 and CentOS Linux 6 release notes pages.

      +

      -- CentOS Linux is a consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon.

      +

      -- The new CentOS Stream is a rolling-release distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation.

      +

      In support of this community effort, the CentOS Project provides extensive resources to build, test, release, and maintain code on these platforms.

      +

      For more information about updates and improvements in CentOS Stream and CentOS Linux 8, please check out the CentOS Stream release notes and the CentOS linux release notes or the release announcement in the mailing list archive. Information about other actively maintained CentOS Linux releases is available on the CentOS Linux 7 and CentOS Linux 6 release notes pages.

From 6c8ca109192c4a9a89477515afa4011b8e4fa0e7 Mon Sep 17 00:00:00 2001 From: quaid Date: Sep 24 2019 09:11:23 +0000 Subject: [PATCH 7/7] thanks to arrfab's quick eyes, fixed a leftover URL fragment --- diff --git a/content/download.haml b/content/download.haml index cc7232d..792889b 100644 --- a/content/download.haml +++ b/content/download.haml @@ -36,7 +36,7 @@ title: Download CentOS might be. %p The - %a(href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLinux7") CentOS Linux 7 release notes + %a(href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLinux8") CentOS Linux 8 release notes and %a(href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream") CentOS Stream release notes are continuously updated to include issues and incorporate feedback from users.