From d06bd679cfe2f5ac00ae67ecb81bba80830043e1 Mon Sep 17 00:00:00 2001 From: Meher Chinwala Date: Jul 31 2020 22:22:23 +0000 Subject: adding support info, merging changes --- diff --git a/sites/getfedora.org/site/iot/download/index.html b/sites/getfedora.org/site/iot/download/index.html index 28c2d1c..075e673 100644 --- a/sites/getfedora.org/site/iot/download/index.html +++ b/sites/getfedora.org/site/iot/download/index.html @@ -18,75 +18,45 @@
-
+
+

Raw Images :

 
    -

    Raw Images :

      - {% for key, value in iot_links['type']['raw-xz'].items() %} -
  • -
    - {% trans trimmed n=releaseinfo.ga.announcement_release_number %} - Fedora {{n}}: Raw Image for {{key}} - {% endtrans %} -
    - + {% for key, value in iot_links['type']['raw-xz'].items() %} +
  • +
    + {% trans trimmed n=releaseinfo.ga.announcement_release_number %} + Fedora {{n}}: Raw Image for {{key}} + {% endtrans %} +
    +
  • {% endfor %} -

    Latest release: {{iot_links['date']}}

+

Latest release: {{iot_links['date']}}

-
+
+

Installer ISOs :

 
    -

    Installer ISOs :

      - {% for key, value in iot_links['type']['dvd-ostree'].items() %} -
  • -
    - {% trans trimmed n=releaseinfo.ga.announcement_release_number %} - Fedora {{n}}: Installer ISO for {{key}} - {% endtrans %} -
    - + {% for key, value in iot_links['type']['dvd-ostree'].items() %} +
  • +
    + {% trans trimmed n=releaseinfo.ga.announcement_release_number %} + Fedora {{n}}: Installer ISO for {{key}} + {% endtrans %} +
    +
  • {% endfor %} -

    Latest release: {{iot_links['date']}}

-
-
-
-
- -
-
-
-
-

{% trans trimmed %}Support Resources.{% endtrans %}

-
-


-
-
-
-

{% trans trimmed %}  Documentation{% endtrans %}


-

{% trans trimmed %}Specific documentation is available at the Fedora IoT documentation page.{% endtrans %}


-
-
-
-
-

{% trans trimmed %}  Email{% endtrans %}


-

{% trans trimmed %}Users and developers are also available on the mailing list at{% endtrans %} iot@lists.fedoraproject.org.

-
-
-
-
-

  Chat


-

{% trans trimmed %}Users and developers are available in the #fedora-iot IRC channel on irc.freenode.org for real-time chat.{% endtrans %}

-
+

Latest release: {{iot_links['date']}}

diff --git a/sites/getfedora.org/site/iot/index.html b/sites/getfedora.org/site/iot/index.html index 9b2b7a2..9bf7ab1 100644 --- a/sites/getfedora.org/site/iot/index.html +++ b/sites/getfedora.org/site/iot/index.html @@ -5,47 +5,140 @@ {% block content %} {{submenu(edition="iot", active="overview")}} -
-
-
-
-

Fedora IoT.

-
{% trans trimmed %}This is the platform you've been waiting for.{% endtrans %}

- {% trans trimmed %}Download Now{% endtrans %} -
-
- +
+
+
+
+

Fedora IoT.

+
{% trans trimmed %}A foundation for Internet of Things and Device Edge ecosystems.{% endtrans %}
+ {% trans trimmed %}Download Now{% endtrans %} +
+
+ +
-
-
-
-
-
-
-
- +
+
+
+
+ +
+
+

{% trans trimmed %}Containerized applications{% endtrans %}

+
+ {% trans trimmed %} + Build, deploy, and manage your own applications with built-in Open Container Initiative (OCI) image support using podman or deploy containerized applications from popular public registries. + {% endtrans %} +
+
-
-

{% trans trimmed %}What is Fedora Internet of Things Edition?{% endtrans %}


-
{% trans trimmed %}Fedora Internet of Things is a Fedora Edition focused on being a strong foundation for IoT ecosystems. Whether you're working on a project at home, industrial gateways, smart cities or analytics with AI/ML, Fedora IoT provides a trusted open source platform to build on. Fedora IoT produces a regular rolling release to help you keep your ecosystem up-to-date.{% endtrans %}
+
+
+ +
+
+
+
+

{% trans trimmed %}Reliable operating system{% endtrans %}

+
+ {% trans trimmed %} + Fedora IoT uses OSTree technology to provide an immutable operating system with atomic updates. With the greenboot health check framework for systemd, administrators can ensure the system boots into the expected state. + {% endtrans %} +
+
+
+ +
-
-
-
+
+
-
-
+
+
+
+
+ +
+
+

{% trans trimmed %}Security in mind{% endtrans %}

+
+ {% trans trimmed %} + Security is important for IoT devices especially since they likely don’t have the security of a data center. With support for TPM2, SecureBoot, and automated storage decryption with Clevis, Fedora IoT is built with a focus on security. + {% endtrans %} +
+
+
+
+
-
-
+
+
+
-
-
-
+
+

{% trans trimmed %}Web-based provisioning{% endtrans %}

+
+ {% trans trimmed %} + With the Ignition provisioning utility and Zezere web service, administrators can deploy and configure Fedora IoT in a scalable manner without needing a physical console. + {% endtrans %} +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+

{% trans trimmed %}Multiple architecture support{% endtrans %}

+
+ {% trans trimmed %} + IoT devices use a wide range of hardware and with Fedora IoT your software runs on any device without major changes. Fedora IoT is built for x86_64, aarch64, and armhfp processors in the same way with the same versions across all architectures. + {% endtrans %} +
+
+
+
+
+ +
+
+
+
+

{% trans trimmed %}Support Resources{% endtrans %}

+
+


+
+
+
+

{% trans trimmed %}  Documentation{% endtrans %}


+
{% trans trimmed %}Specific documentation is available at the Fedora IoT documentation page.{% endtrans %}

+
+
+
+
+

{% trans trimmed %}  Email{% endtrans %}


+
{% trans trimmed %}Users and developers are also available on the mailing list at{% endtrans %} iot@lists.fedoraproject.org.
+
+
+
+
+

  Chat


+
{% trans trimmed %}Users and developers are available in the #fedora-iot IRC channel on irc.freenode.org for real-time chat.{% endtrans %}
+
+
+
+
{% endblock %} diff --git a/sites/getfedora.org/site/silverblue/download/index.html b/sites/getfedora.org/site/silverblue/download/index.html index 85ea259..f4d40b0 100644 --- a/sites/getfedora.org/site/silverblue/download/index.html +++ b/sites/getfedora.org/site/silverblue/download/index.html @@ -11,7 +11,7 @@

Download Fedora Silverblue.

-
{% trans trimmed %}Download the Silverblue you've been waiting for.{% endtrans %}
+
{% trans trimmed %}Download the Silverblue you've been waiting for.{% endtrans %}
diff --git a/sites/static/js/coreos-download.js b/sites/static/js/coreos-download.js index 752fa1d..ef17051 100644 --- a/sites/static/js/coreos-download.js +++ b/sites/static/js/coreos-download.js @@ -22,9 +22,7 @@ const prettyPlatforms = { "raw.xz": "Raw", "4k.raw.xz": "Raw (4k Native)", "iso": "ISO", - "pxe": "PXE", - "installer.iso": "Installer (ISO)", - "installer-pxe": "Installer (PXE)" + "pxe": "PXE" }, "qemu": "QEMU", "virtualbox": "VirtualBox", @@ -896,7 +894,8 @@ var coreos_download_app = new Vue({ displayInfo.downloads ? h('div', { class: "ml-2" }, [ createDownloadsSubSection(displayInfo.downloads.disk, 'disk', false, imageType), createDownloadsSubSection(displayInfo.downloads.kernel, 'kernel', true, imageType), - createDownloadsSubSection(displayInfo.downloads.initramfs, 'initramfs', true, imageType) + createDownloadsSubSection(displayInfo.downloads.initramfs, 'initramfs', true, imageType), + createDownloadsSubSection(displayInfo.downloads.rootfs, 'rootfs', true, imageType) ]) : null ]); }));