-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add last commit date to search overview #23
Comments
Good suggestion, thanks! |
Maybe if the last commit is more than eg. two years ago, it could decrease their ranking. Take for example draw2d. The number one entry is the deprecated repository for more than three years. The project moved to github (as stated on https://code.google.com/p/draw2d), but the github repo one is ranked second. |
Yeah, good example. A fast thing that can be done is to low rank code.google.com since it is going to be closed. |
I've just decreased ranks of all packages served in Google code because any active projects should be migrated to Github or some other service sooner or later. Results for "draw2d" now have github.com/llgcode/draw2d as the first result. Systematically utilizing last commit date is not a trivial thing, I'll consider it in next update. Thanks for the suggestion again! |
Just displaying the last commit date would be already a great help. That
|
Some times dead projects rank highly. It would be nice to have an indication of the last commit as a date or a human indication (such as "two years ago"). This is quite essential information to know how alive a project is.
The text was updated successfully, but these errors were encountered: