#8 Updates to site for new release
Merged 4 years ago by arrfab. Opened 4 years ago by quaid.
centos/ quaid/centos.org master  into  master

file modified
+9 -4
@@ -5,6 +5,9 @@ 

  .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 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

      %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,11 @@ 

      .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-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/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
@@ -33,7 +36,9 @@ 

          might be.

        %p

          The

-         %a(href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7") 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.

        %hr

        %h2 Need a Cloud or Container Image?

file modified
+6 -3
@@ -16,10 +16,13 @@ 

  <div class="row">

    <div class="jumbotron col-md-12">

      <h1>The CentOS Project</h1>

-     <p>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.</p>

-     <p> We're also expanding the availability of CentOS images across a number of vendors, providing official images for <a href="https://aws.amazon.com/marketplace/pp/B00O7WM7QW">Amazon</a>, Google, and more. For self-hosted cloud, we also provide a <a href="https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2.xz">generic cloud-init enabled image.</a></p>

-     <p>For more information about updates and improvements in CentOS 7, please check out the <a href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7">release notes</a> or the <a href="https://lists.centos.org/pipermail/centos-announce/2019-September/023405.html">release announcement</a> in the mailing list archive.</p>

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

+     <p>We offer two Linux distros:</p>

+     <p> -- 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.</p>

+     <p> -- 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.</p>

      <div class="downloadbutton"><a href="/download/">Get CentOS Now</a></div>

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

+     <p>For more information about updates and improvements in CentOS Stream and CentOS Linux 8, please check out the <a href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream">CentOS Stream release notes</a> and the <a href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOSLinux8">CentOS linux release notes</a> or the release announcement in the mailing list archive. Information about other actively maintained CentOS Linux releases is available on the <a href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7">CentOS Linux 7</a> and <a href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.10">CentOS Linux 6</a> release notes pages.</p>

    </div>

  </div>

  <div class="row">

Update to main and download page for the new releases:

  • New links (please confirm in testing)
  • Quick explanation about the new distro on front and download pages
  • Redesigned download page for two distros

@quaid : why pointing to release 7 ? %a(href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLinux7") CentOS Linux 7 release notes instead of 8 (I guess that should be the default release)

+1 thanks for the catch. I've pushed the fix back into my branch.

1 new commit added

  • thanks to arrfab's quick eyes, fixed a leftover URL fragment
4 years ago

Pull-Request has been merged by arrfab

4 years ago