TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Take over abandoned GitHub repo

13 pointsby brechinabout 12 years ago
I'm interested in participating more in the open source community, and have found a project that I can work on during business hours with the blessing of my employer. The maintainer hasn't pushed code or responded to any posted issues or pull requests in more than a year. I've tried emailing the current owner, but no response.<p>The project in question is a pure-Python PDF parsing libarary, pdfminer. https://github.com/euske/pdfminer<p>What's the best course of action? Rename (e.g. pdfminer2) and try to communicate that to the existing user base? Quietly work on my own branch? Contact GitHub support to try to transfer it?

5 comments

dropproxyabout 12 years ago
Fork it and start merging pull requests from the people that made them to euske
bmeltonabout 12 years ago
It's MIT-licensed, so just fork it and start working on it. People searching for it by title will likely find it after a while regardless. If you can get watchers/participants and a solid commit history, it may eventually supplant the original as the first search result on Github.
评论 #5467816 未加载
username111about 12 years ago
If you don't get a response definitely fork and rename.
ig1about 12 years ago
Fork and rename, but don't call it pdfminer2 as that's trampling over the namespace of the original. Rename it to something new.
codegeekabout 12 years ago
clickable <a href="https://github.com/euske/pdfminer" rel="nofollow">https://github.com/euske/pdfminer</a>
评论 #5453122 未加载