https://github.com/osas/rh-events
Data for Red Hat's conference & talk page
https://github.com/osas/rh-events
Last synced: about 1 year ago
JSON representation
Data for Red Hat's conference & talk page
- Host: GitHub
- URL: https://github.com/osas/rh-events
- Owner: OSAS
- License: other
- Created: 2012-10-04T14:19:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T06:51:21.000Z (over 3 years ago)
- Last Synced: 2025-04-06T19:13:29.950Z (about 1 year ago)
- Language: Ruby
- Size: 1.31 MB
- Stars: 26
- Watchers: 18
- Forks: 62
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Red Hat Events
This is the data for Red Hat's event website at:
http://community.redhat.com/events/
The information in this repository is intended to cover Red Hat presence
at conferences, tradeshows, and other events — ranging from Red Hat
employees giving talks at a conference to a Red Hat specific event
(sponsored event, Internet hangout, IRC session, etc.) to simply having
a booth or even people representing Red Hat at an event in some manner.
## Adding and modifying events
To add or modify conference and talk data, please see:
https://github.com/OSAS/rh-events/wiki/Adding-and-modifying-events
If you'd like to learn about the formatting of events, with plenty of
examples and explanation, read the document on formatting:
https://github.com/OSAS/rh-events/wiki/Formatting
## Validation
To validate events, you must have Ruby and Bundler installed.
### Setting up Ruby and Bundler
On RHEL & Fedora, install both by running:
```sh
sudo yum install ruby rubygem-bundler
```
After dependencies are met, run:
```sh
bundle install
```
### Running the validation script
Once everything's set up, it's easy to validate events.
```sh
./validate.rb
```
The result will either inform you of success or list errors that need to
be fixed.