New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Awesome IPFS isn't awesome #420
Comments
|
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
Check links in readmeThis could be added to a validator in a github action cat README.md | awk '/\[([^\]]*)\]\(([^\)]*)\)/ { print $0 }' | perl -pe 's/.*\[([^\]]*)\]\(([^\)]*)\).*/$1 === $2/gm' | awk -F' === ' '{ print $2 }' | grep -v '^#' | xargs -tn1 -I% sh -c 'curl -s % > /dev/null || echo "% link is broken"' |
|
Came here to add something like this as well to the README: |
I agree that this would be useful, but I don't believe this is standard. Are there examples of any existing lists doing this? |
|
Not that I'm aware of.
It's the first thing I check in any repo, so if it's not part of the standard it should be.
…-------- Original Message --------
On Jul 19, 2022, 10:28 AM, Russell Dempsey wrote:
> Last Commit date would be a useful way to sort through these projects
I agree that this would be useful, but I don't believe this is standard. Are there examples of any existing lists doing this?
—
Reply to this email directly, [view it on GitHub](#420 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN253JQKQNLXIKGOK4IHGEDVU3QT7ANCNFSM53WDHI2A).
You are receiving this because you commented.Message ID: ***@***.***>
|
|
There's a linter that can do the heavy lifting of checking the health of the links and making sure that the awesome list adheres to the format: |
@mark-bleep I agree it would be useful, but if there are no readily available actions or other tools to keep that up to date then it's just something else for us to maintain that we unfortunately don't have time to do. I would be happy to merge a PR including a maintenance free method of achieving your idea. |
|
Related discussion: https://discuss.ipfs.io/t/rebooting-the-ipfs-awesome-list/14647/3 |
SgtPooki commentedJul 15, 2022
•
edited
Todo
Proposals
The text was updated successfully, but these errors were encountered: