https://github.com/juliaferraioli/opensource-timeline
This repository aims to collect events in open source history.
https://github.com/juliaferraioli/opensource-timeline
data history opendata opensource
Last synced: 6 months ago
JSON representation
This repository aims to collect events in open source history.
- Host: GitHub
- URL: https://github.com/juliaferraioli/opensource-timeline
- Owner: juliaferraioli
- License: cc0-1.0
- Created: 2022-05-08T14:49:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T20:04:40.000Z (over 2 years ago)
- Last Synced: 2025-01-15T12:23:14.413Z (about 1 year ago)
- Topics: data, history, opendata, opensource
- Homepage:
- Size: 56.6 KB
- Stars: 32
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Open source timeline
[](#contributors-)
The open source timeline aims to collect events and periods within open source history in a machine-readable format (comma separated value).
## Schema
Each entry in the timeline should have the following information:
- `start`, date in the format YYYY-MM-DD, YYYY-MM, or YYYY
- `end`, date in the format YYYY-MM-DD, YYYY-MM, or YYYY (optional; primarily used for periods)
- `title`, ideally a short string
- `description`, 1-3 sentences with more information
- `eventType`, using one of the following strings:
- `release`, for events such as UNIX's fourth edition which was rewritten in `C` or the introduction of `git`
- `vulnerability`, for events such as Heartbleed or Log4shell
- `milestone`, for events such as Linux breaking 3% of market share for desktop in 2020 or the founding of the Open Source Initiative (OSI)
- `other`, for events that don't fit into any of the above categories; please add tags if you use this `eventType`
- `eventImportance`, using one of the following strings:
- `note`, for events that are more commentary or tangentially related to open source events
- `low`, for minor events
- `medium`, for normal-ish level events
- `high`, for events that had a major impact on open source
- `critical`, for events that had an impact beyond the open source ecosystem
- `referenceURI`, a link that acts as a citation for the event
- `imageURI`, a link to an image that represents the event (optional)
- `mediaURIs`, a list of links that provide additional context (optional)
- `tags`, a list of keywords that add context (optional)
The official schema is captured in [schema.json](schema.json), which is enforced when adding new entries to the timeline.
## Contributing
Please see the instructions in [CONTRIBUTING.md](CONTRIBUTING.md).
## Maintainer(s)
This timeline is maintained by [julia ferraioli](https://github.com/juliaferraioli) who is perpetually oversubscribed. Patience is appreciated!
## Contributors
## License
This repository is licensed under [CC0 1.0 Universal](LICENSE).