Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redhatofficial/redhatofficial.github.io
The official Red Hat project page.
https://github.com/redhatofficial/redhatofficial.github.io
Last synced: about 21 hours ago
JSON representation
The official Red Hat project page.
- Host: GitHub
- URL: https://github.com/redhatofficial/redhatofficial.github.io
- Owner: RedHatOfficial
- License: cc-by-sa-4.0
- Created: 2018-03-21T19:42:36.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-13T12:08:02.000Z (5 months ago)
- Last Synced: 2024-06-13T14:45:20.610Z (5 months ago)
- Language: SCSS
- Size: 2.92 MB
- Stars: 711
- Watchers: 49
- Forks: 219
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Red Hat on GitHub
We’ve put together a comprehensive list of the projects hosted on GitHub in which Red Hat employees are actively involved. Given the large scope of our open source work, we recognize that we might have missed some projects or gotten a listing wrong. As time passes, more projects with which Red Hat employees collaborate will need to be added to the list. These circumstances, and others we can’t currently foresee, may mean you’ll want to make changes to this list. So, how do you do that?
## Adding a project
To add or modify projects to the list on [https://redhatofficial.github.io](https://redhatofficial.github.io), either submit a pull request or create an issue in the [repo](https://github.com/RedHatOfficial/RedHatOfficial.github.io). Upon review, the site maintainers will merge the PR or change the content as requested. No direct merges will be accepted.
All projects are stored in the `/app/data` directory in the `projects.json` file within the dev branch of this repo. Try to add your project alphabetically (just to make the file easier to search) and create a new object in the JSON that has:
```js
{
"projectName": "Foo Project",
"projectDescription": "Lorem ipsum.",
"projectRepository": "https://github.com/foo",
"projectWebsite": "http://foo.github.io",
"category": "Development",
"twitterHandle": "",
"twitterURL": ""
}
```Be sure to include at _least_ the `projectName`, `projectRepository`, and `category`.
Current categories include:
- Development
- Documentation
- Middleware
- Operations
- Organizations
- Platform
- Storage### Criteria for adding projects to the page
At this time, only projects that Red Hat employees are required to work on as part of their job will be listed. This includes projects Red Hat stewards as well as projects in which Red Hat is just one contributor among others. For now, don't list sub-projects if at all possible. Eventually we will get to that, but for now, top-level projects only, please.
Please don't add projects for which you volunteer. There are so many amazing projects that Red Hatters work on as enthusiasts, ourselves included, but too many to recognize here.
These criteria may be subject to change as the page evolves.
### Criteria for featured projects
Any project can appear in the Featured Projects section. To do so, the project must have a logo, as well as a straightforward and brief web description. Please submit your request as an ISSUE for this repo. No PRs, please, as updating the cards at this point in time involves changing multiple files.
### What about projects not on GitHub?
This list is just for Red Hat contributions to projects hosted on GitHub. See https://community.redhat.com/software/ for a more comprehensive listing of Red Hat's contributions to free and open source projects, regardless of where they are hosted.
### Hosting projects on /RedHatOfficial
Open an issue in _this_ repo, and the owners of the RedHatOfficial organization will get in touch with you.
## Quick start
```
git clone https://github.com/RedHatOfficial/RedHatOfficial.github.io.git
cd RedHatOfficial.github.io
```## Building and running locally
To build and run this project in your local dev environment, follow the instructions below. Be sure you have [Node.js](https://nodejs.org/) installed before you start.
1. Install dependencies: `npm install`
2. Run the local development server: `npm start`The web page will start running on [localhost:8080](http://localhost:8080/).
## Built with
This site was created using [Angular](https://angularjs.org/), [webpack](https://webpack.js.org/), [NPM](https://www.npmjs.com/), [Babel](https://babeljs.io/), [Sass](https://sass-lang.com/), and [Netlify](https://www.netlify.com/).
## Licensing
- [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) for the displayed page and primary license for this repository
- [MIT](https://opensource.org/licenses/MIT) for the JavaScript
- [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/) for the HTML and CSSRed Hat trademarks are not subject to the above license grants.