Skip to content

Commit c7e02f5

Browse files
authored
Merge pull request #667 from ArmDeveloperEcosystem/main
Added 6 new packages and updated several more; Template updated for background image
2 parents 5a0bd9d + 6160361 commit c7e02f5

19 files changed

Lines changed: 226 additions & 22 deletions

.linkcheckerrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ ignore=
66
^https://www\.ansys\.com/
77
^https://lsdyna\.ansys\.com/
88
^https://blogs\.oracle\.com/
9+
^https://dev\.mysql\.com/
10+
^https://www\.cadence\.com/
11+
912

1013
# One off locations
1114
https://releases.crossplane.io/stable/
@@ -22,3 +25,18 @@ ignore=
2225
https://docs.rafay.co/learn/quickstart/eks/graviton/workload/
2326
https://www.sap.com/india/products/technology-platform/hana.html
2427
https://gmplib.org/manual/Installing-GMP
28+
https://developers.redhat.com/products/ansible/download
29+
https://docs.centos.org/
30+
https://pyropus.ca./software/memtester/
31+
https://dev.mysql.com/downloads/
32+
https://developers.redhat.com/blog/2017/06/13/running-hpc-workloads-across-multiple-architectures-with-red-hat-enterprise-linux
33+
https://www.oracle.com/cloud/
34+
https://developers.redhat.com/products/rhel/download
35+
https://mvnrepository.com/artifact/org.rocksdb/rocksdbjni
36+
https://wiki.samba.org/index.php/Installing_Samba
37+
https://help.split.io/hc/en-us/articles/360020359652-Python-SDK
38+
https://help.split.io/hc/en-us/articles/360020037072-Split-Evaluator#docker-recommended
39+
https://www.intersystems.com/data-platform/
40+
https://www.netlib.org/lapack/#_previous_release
41+
https://seqera.io/platform/
42+
https://spiffe.io/docs/latest/try/getting-started-linux-macos-x/

assets/css/cross-page.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ table tbody td {
167167
/* Fix Nav Masthead Breadcrumb container */
168168
/*************************************/
169169
#nav-masthead-breadcrumbs {
170-
background-image: url("/img/masthead-background.png"); /* The image used */
170+
background-image: url("/ecosystem-dashboard/img/masthead-background.png"); /* The image used */
171171
background-color: var(--arm-color-footing); /* Used if the image is unavailable */
172172
background-size: cover;
173173
}
@@ -382,7 +382,7 @@ html[theme='light'] body {
382382
/* Mobile background */
383383
@media (max-width: 768px) {
384384
html[theme='dark'] body {
385-
background-image: url("/img/bg-img-736x800.png");
385+
background-image: url("/ecosystem-dashboard/img/bg-img-736x800.png");
386386
background-color: var(--arm-color-footing);
387387
background-position: 0% 100%;
388388
background-attachment: fixed;
@@ -392,7 +392,7 @@ html[theme='light'] body {
392392
/* Laptop background */
393393
@media (min-width: 768px) {
394394
html[theme='dark'] body {
395-
background-image: url("/img/bg-img-1920x1600.png");
395+
background-image: url("/ecosystem-dashboard/img/bg-img-1920x1600.png");
396396
background-color: var(--arm-color-footing);
397397
background-position: 0% 100%;
398398
background-attachment: fixed;
@@ -403,7 +403,7 @@ html[theme='light'] body {
403403
/* Large Monitor background */
404404
@media (min-width: 1400px) {
405405
html[theme='dark'] body {
406-
background-image: url("/img/bg-img-2500x1700.png");
406+
background-image: url("/ecosystem-dashboard/img/bg-img-2500x1700.png");
407407
background-color: var(--arm-color-footing);
408408
background-position: 0% 100%;
409409
background-attachment: fixed;

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ arm_url = "https://developer.arm.com/ecosystem-dashboard/"
3232
# For metadata posting on socials
3333
title = 'Software Ecosystem Dashboard for Arm'
3434
description = 'Discover what software packages work on Arm servers and how to get started. A great resource for migrating to Arm.'
35-
social_image = '/img/social-image.jpg'
35+
social_image = '/ecosystem-dashboard/img/social-image.jpg'
3636
twitter_handle = '@ArmSoftwareDev'

content/commercial_packages/chronosphere-telemetry-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ optional_info:
1414
alternative_options:
1515
getting_started_resources:
1616
arm_content:
17-
vendor_announcement: https://calyptia.com/blog/scaling-builds-with-actuated
17+
vendor_announcement:
1818
official_docs: https://docs.chronosphere.io/pipeline-install/linux/ubuntu-server-linux
1919

2020

content/commercial_packages/commvault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ optional_info:
1414
alternative_options:
1515
getting_started_resources:
1616
arm_content:
17-
vendor_announcement: https://documentation.commvault.com/2024e/essential/newsletter_for_new_features_in_commvault_platform_release_2024.html
17+
vendor_announcement:
1818
official_docs: https://documentation.commvault.com/2023e/essential/quick_start_guide.html
1919

2020
optional_hidden_info:

content/commercial_packages/deepsparse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ optional_info:
1313
alternative_options:
1414
getting_started_resources:
1515
arm_content:
16-
vendor_announcement: https://docs.neuralmagic.com/products/deepsparse/releases/#deepsparse-v1-6-0
16+
vendor_announcement:
1717
official_docs: https://docs.neuralmagic.com/get-started/install/deepsparse
1818

1919
optional_hidden_info:

content/commercial_packages/exceed-turbox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: Exceed-TurboX
3-
vendor: Opentext
3+
vendor: Rocket Software
44
category: Miscellaneous
55
description: OpenText Exceed TurboX (ETX) is a remote access software solution designed to provide high-performance virtual desktop and application delivery, particularly suited for graphics-intensive applications used in engineering and design.
6-
product_url: https://www.opentext.com/products/exceed-turbox
6+
product_url: https://etxlive.rocketsoftware.com/
77
works_on_arm: true
88
release_date_on_arm: 2021/09/03
99

1010

1111
optional_info:
12-
homepage_url: https://www.opentext.com/products/exceed-turbox
12+
homepage_url: https://etxlive.rocketsoftware.com/
1313
support_caveats:
1414
alternative_options:
1515
getting_started_resources:

content/commercial_packages/okta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ optional_info:
1313
alternative_options:
1414
getting_started_resources:
1515
arm_content:
16-
vendor_announcement: https://help.okta.com/asa/en-us/content/topics/releasenotes/advanced-server-access-release-notes-archive-2023-and-older.htm#panel2
16+
vendor_announcement:
1717
official_docs: https://help.okta.com/asa/en-us/content/topics/adv_server_access/docs/start-here.htm
1818

1919
optional_hidden_info:
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Conda
3+
category: Miscellaneous
4+
description: Conda is an open-source package manager and environment manager used in distributions like Miniforge and Anaconda. It simplifies software installation, dependency management, and environment isolation across multiple programming languages.
5+
download_url: https://docs.conda.io/projects/conda/en/stable/#install
6+
works_on_arm: true
7+
supported_minimum_version:
8+
version_number: 4.3.18
9+
release_date: 2017/05/10
10+
11+
12+
optional_info:
13+
homepage_url: https://docs.conda.io/projects/conda/en/stable/
14+
support_caveats:
15+
alternative_options:
16+
getting_started_resources:
17+
arm_content: https://learn.arm.com/install-guides/anaconda/
18+
partner_content:
19+
official_docs: https://docs.conda.io/projects/conda/en/stable/user-guide/install/linux.html
20+
arm_recommended_minimum_version:
21+
version_number:
22+
release_date:
23+
reference_content:
24+
rationale:
25+
26+
optional_hidden_info:
27+
release_notes__supported_minimum: https://github.com/conda/conda/releases/tag/4.3.18
28+
release_notes__recommended_minimum:
29+
other_info:
30+
31+
---

content/opensource_packages/electron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ optional_info:
1616
getting_started_resources:
1717
arm_content: https://learn.arm.com/learning-paths/laptops-and-desktops/electron/how-to-1/
1818
partner_content:
19-
official_docs: https://www.electronjs.org/docs/latest/tutorial/quick-start
19+
official_docs: https://www.electronjs.org/docs/latest/tutorial/tutorial-first-app
2020
arm_recommended_minimum_version:
2121
version_number:
2222
release_date:

0 commit comments

Comments
 (0)