PLEASE NOTE! This git repository has now been archived. The git repository for https://ecosystemdashboard.linaro.org can now be found at https://github.com/Linaro/ecosystemdashboard-astro
This is the git repository for the https://ecosystemdashboard.linaro.org static Jekyll-based website.
Hosted in this repo are the markdown content files associated with the website. Feel free to submit a PR / Issue if there is anything you would like to change.
This static Jekyll site is using the linaro-jekyll-theme
. Please take a moment to review the guides on the theme's GitHub wiki.
To make it easier to contribute to the content, Linaro provides a couple of Docker containers for building and checking the site. All you need is Docker installed on your computer and enough RAM and disc space.
To build the site:
cd <git repository directory>
./build-site.sh
To build the site and then serve it so that you can check your contribution appears:
cd <git repository directory>
JEKYLL_ACTION="serve" ./build-site.sh
To check that your contribution doesn't include any broken links:
cd <built web site directory>
../check-links.sh
The built web site directory will be https://production.ecosystemdashboard.linaro.org.
For more information, please see the build container wiki and the link checker wiki.
The project can be added to the top level if it can fit the one of the following conditions:
-
The project officially released Arm supported releases.
-
The project itself does not release Arm supported releases(some project only release source code), but they officially claimed that they can run on.
-
The project neither released Arm supported releases, nor officially claimed to have Arm support, but some of the mainstream OS distribution provided packages(CentOS, Ubuntu, openEuler, etc), we can probably also provide the information, because those OS distributions can provide support for the software.
When a Pull Request is created, GitHub Actions are used to automatically build a test version of the proposed modified site and then check that any links in the pages are valid.
If there are any questions or problems with the GitHub Actions, please contact Linaro IT Services.
Directory "_post" contains all the sub-page info using yaml, so please refer to existing files to filling in the content.
Field | Details |
---|---|
category* | Filling the category filed, e.g. "storage", "database", "big data" |
project - type* | Coding language of the project |
project - logo* | Better to find the png logo without any background. Store it at assets/images/projects/storage |
project - overview* | Project introduction |
support_release* | All support arm64 release |
user_stories(if have) - optional | The user stories, please check with user before public the cases. Reference to Hadoop User story |
work_items | Patch, PR, Jira Items which is related to this project support and status on Arm64, the status can be DONE, TODO or WIP |
Events - optional | All the presentations, talks, demo which is related to this project support and status on Arm64 |
* required field
** offer a “not available” option so we can flag it.