Skip to content
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

Open
3 of 11 tasks
SgtPooki opened this issue Jul 15, 2022 · 8 comments
Open
3 of 11 tasks

Awesome IPFS isn't awesome #420

SgtPooki opened this issue Jul 15, 2022 · 8 comments
Labels
need/triage Needs initial labeling and prioritization

Comments

@SgtPooki
Copy link

SgtPooki commented Jul 15, 2022

Todo

Proposals

  • We should attempt to automate everything we can
    • Automatic PR creation to remove items that become out of date (older than X.. we need to define X)
@SgtPooki SgtPooki added the need/triage Needs initial labeling and prioritization label Jul 15, 2022
@welcome
Copy link

welcome bot commented Jul 15, 2022

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment.
Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

  • "Priority" labels will show how urgent this is for the team.
  • "Status" labels will show if this is ready to be worked on, blocked, or in progress.
  • "Need" labels will indicate if additional input or analysis is required.

Finally, remember to use https://discuss.ipfs.io if you just need general support.

@SgtPooki
Copy link
Author

SgtPooki commented Jul 16, 2022

Check links in readme

This 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"'

@mark-bleep
Copy link

mark-bleep commented Jul 17, 2022

Came here to add something like this as well to the README:
Last Commit date would be a useful way to sort through these projects.

@SgtPooki
Copy link
Author

SgtPooki commented Jul 19, 2022

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?

@mark-bleep
Copy link

mark-bleep commented Jul 19, 2022

@2color
Copy link
Member

2color commented Jul 20, 2022

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:

https://github.com/sindresorhus/awesome-lint#github-actions

@SgtPooki
Copy link
Author

SgtPooki commented Jul 21, 2022

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.

@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.

@BigLep
Copy link

BigLep commented Jul 24, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
Development

No branches or pull requests

4 participants