-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update README.md: remove donation links, update maintainer list, announce merge of ripmeapp2 back into ripmeapp #217
Conversation
README.md
Outdated
|
||
# About | ||
|
||
RipMe is an album ripper for various websites. It is a cross-platform tool that runs on your computer, and | ||
requires Java 17. RipMe has been tested and confirmed working on Windows, Linux and MacOS. | ||
requires Java 23 to run. RipMe has been tested and is confirmed working on Windows, Linux, and MacOS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is built and tested with java-23 and java-21, but the java-21 verison is uploaded, so works.
- **[@cyian-1756](https://github.com/cyian-1756)** 🟥, | ||
- **[@kevin51jiang](https://github.com/kevin51jiang)** 🟥, | ||
- **[@MetaPrime](https://github.com/metaprime)** 🟡, | ||
- and its original creator, **[@4pr0n](https://github.com/4pr0n)** 🟥. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yellow probably is a better for my involvment given my delays ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, it's all relative. You can be reached in a couple of days. I disappeared for ~6-7 years and am back "for now"
|
||
 | ||
|
||
## Downloads | ||
|
||
Download `ripme.jar` from the [latest release](https://github.com/ripmeapp2/ripme/releases). For information about running the `.jar` file, see | ||
Download `ripme.jar` from the [latest release](https://github.com/ripmeapp2/ripme/releases). For information about running the `.jar` file, see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ripme instead of ripme2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well for now latest releases are on ripmeapp2/ripme, unless you're planning to merge development back into ripmeapp/ripme now?
…Markdown lint complaints about bulleted lists
1f94323
to
66ac1f4
Compare
Moved to RipMeApp#2050 |
Category
This change is exactly one of the following (please change
[ ]
to[x]
) to indicate which:Description
Hi! I was the primary maintainer of ripmeapp/ripme from about 2016-2018. I'm pleased to see that while that repo was abandoned, a fork of the project continued over here. I'm back to poke around a bit and wanted to sync up the repo as well as make it clear who the primary developer is on the project now. I've also made an announcement post on the subreddit to point to the new active development repo.
I've pushed the main of ripmeapp2/ripme to ripmeapp and I want to make this change as well to both repos to make it clear where active development is happening and who is the current primary developer.
I'm not guaranteeing I'll stick around but I might poke around from time to time. I definitely don't have the time to resume any kind of primary development here. I'm also not necessarily encouraging the resurrection of ripmeapp/ripme over this fork, but if @soloturn wants to accept the maintainer invitation to that repo and merge the forks back together, I'd do what I can to support that. I have a personal (non-work) software-dev-capable computer again so working on a project like this is back on the table.
This change also fixes a Markdown linter style complaint: bulleted lists are preferred to start lines with
-
to avoid ambiguity with*
used for bold/italics.Testing
(Not applicable to a Markdown-only change.)
Required verification:
mvn test
(there are no new failures or errors).Optional but recommended: