mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-03-09 03:33:05 -05:00
Add source code link, license and language/platform tag to all entries #704
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nodiscc on GitHub (Oct 9, 2022).
Contribution guidelines have been updated (https://github.com/awesome-foss/awesome-sysadmin/blob/master/.github/PULL_REQUEST_TEMPLATE.md) and now include:
All software added before this guideline, should now be updated to mention the source code URL, the Free/Open-source license they use, as well as the main server-side requirement.
There is no main license list, but SPDX identifiers (e.g.
GPL-3.0,MIT,Apache-2.0...) should be used when possible.If the software is installed though a language/platform-specific package manager (
npm,pip,gem,composer,docker pull...), the language tag should probably be the corresponding language/platform (Nodejs,Python,Ruby,PHP,Docker...). Programs that can be deployed as a single binary executable can use their respective language tag (C,Go,Rust...).This will help moving the list towards a machine-readable format https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1038
You can refer to the results of the latest Github actions workflow
for a list of entries that do not respect the correct syntax.
@nodiscc commented on GitHub (Mar 28, 2023):
Issue description updated.
You can now refer to the results of the latest Github actions workflow
for a list of entries that do not respect the correct syntax.
@nodiscc commented on GitHub (Sep 4, 2023):
Fixed in latest master.