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

Revamps clients/tools/modules #230

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

itamarhaber
Copy link
Member

@itamarhaber itamarhaber commented Feb 12, 2021

  • Changes recommended from star to heart
  • Sorting is based on activity and number of stars
  • Adds Twitter avatars to tool authors
  • Stars and activity enriched offline from GitHub
  • Disables recommended if inactive

Renders:
image

image

image

* Changes recommended from star to heart
* Sorting is based on activity and number of stars
* Adds twitter avatar to tool authors
Comment on lines +69 to +70
- if client["github"] && client["github"]["stars"]
#{client["github"]["stars"]}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- if client["github"] && client["github"]["stars"]
#{client["github"]["stars"]}
#{client.fetch("github", {}).fetch("stars", 0)}

Will always put something here, and simplifies error handling.

Modules with some activity in their GitHub repository within the last six months are marked with a <i class="fa fa-smile-o icon"></i>.

%p
This list contains two types of modules: modules under an OSI approved license, and modules that are under some proprietary license. Non-OSI modules are clearly flagged as not open source. Also to have the source code hosted at Github is currently mandatory.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The RSL and pHash modules aren't really "clearly marked", they have the license listed but I would argue that is not un-ambiguous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants