-
-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removes suggestions - Add link to HACKING in Contribution guide - Link to LICENSE file
- Loading branch information
Showing
2 changed files
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,17 @@ | ||
# endoflife.date [![Netlify Status](https://api.netlify.com/api/v1/badges/a4c194ea-370a-436d-b58f-b1b7eadd88a3/deploy-status)](https://app.netlify.com/sites/endoflife/deploys) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) ![powered by Jekyll](https://img.shields.io/badge/powered_by-Jekyll-blue.svg) [![Website shields.io](https://img.shields.io/website-up-down-green-red/https/endoflife.date.svg)](https://endoflife.date/) [![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE-OF-CONDUCT.md) | ||
# endoflife.date | ||
|
||
Keep track of various EOL dates as they are approaching. Visit <https://endoflife.date> for a list of supported tools. | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/a4c194ea-370a-436d-b58f-b1b7eadd88a3/deploy-status)](https://app.netlify.com/sites/endoflife/deploys) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) ![powered by Jekyll](https://img.shields.io/badge/powered_by-Jekyll-blue.svg) [![Website shields.io](https://img.shields.io/website-up-down-green-red/https/endoflife.date.svg)](https://endoflife.date/) [![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE-OF-CONDUCT.md) | ||
|
||
Add more by filing a PR on GitHub. | ||
|
||
Inspired by my [rant on twitter](https://twitter.com/captn3m0/status/1110504412064239617) on how various languages get this wrong. | ||
|
||
## Suggestion | ||
|
||
The reason this site exists is because this information is very often hidden away. If you're releasing something on a regular basis: | ||
|
||
1. List only supported releases. | ||
2. Give EoL dates/policy if possible. | ||
3. Hide unsupported releases behind a few extra clicks. | ||
4. Mention security/active release difference if needed. | ||
Keep track of various End of Life dates as they are approaching. Visit <https://endoflife.date> for a list of supported tools. A [lot of languages and tools get this wrong](https://twitter.com/captn3m0/status/1110504412064239617). endoflife.date collates this data and presents it in an easily accessible format, with URLs that are easy to guess and remember. | ||
|
||
## Contributing | ||
|
||
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details. Please note that this project is released with a [Contributor Code of Conduct](CODE-OF-CONDUCT.md). By participating in this project you agree to abide by its terms. | ||
|
||
## HACKING | ||
## Working on the Code | ||
|
||
If you'd like to hack on how the site gets built, see [HACKING.md](HACKING.md). | ||
|
||
## License | ||
|
||
Licensed under the [MIT License](https://nemo.mit-license.org/). See LICENSE file for details. | ||
Licensed under the [MIT License](LICENSE). |