mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-09 07:16:45 +02:00
Update README.md - Update info about Java 17. Think about what info is immediately presented to a new user.
This commit is contained in:
27
README.md
27
README.md
@@ -6,11 +6,23 @@
|
|||||||

|

|
||||||
[](https://coveralls.io/github/RipMeApp/ripme?branch=main)
|
[](https://coveralls.io/github/RipMeApp/ripme?branch=main)
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
RipMe is an album downloader (or "ripper") for various websites. This is a cross-platform tool that runs on *your* computer. Works on Windows, Linux, and Mac.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
Download `ripme.jar` from the [latest release](https://github.com/ripmeapp/ripme/releases/latest). For information about running the `.jar` file, see
|
Download `ripme.jar` from the [latest release](https://github.com/ripmeapp/ripme/releases/latest). For information about running the `.jar` file, see
|
||||||
[the How To Run wiki](https://github.com/ripmeapp/ripme/wiki/How-To-Run-RipMe).
|
[the How To Run wiki](https://github.com/ripmeapp/ripme/wiki/How-To-Run-RipMe).
|
||||||
|
|
||||||
|
## Minimum Requirements
|
||||||
|
|
||||||
|
Requires Java 17 or later to run. RipMe has been tested on and is confirmed working on Windows, Linux, and Mac.
|
||||||
|
|
||||||
|
Java 17 is the most modern possible Java version that allows us to support the most platforms. See [thread](https://github.com/RipMeApp/ripme/pull/2057#issuecomment-2571472016).
|
||||||
|
|
||||||
## Supported Sites
|
## Supported Sites
|
||||||
|
|
||||||
Jump to:
|
Jump to:
|
||||||
@@ -42,13 +54,6 @@ If you'd like to become a maintainer, ask an active maintainer to be added to th
|
|||||||
|
|
||||||
Chat with the team and community on [gitter](https://gitter.im/RipMeApp/Lobby) and [reddit.com/r/ripme](https://www.reddit.com/r/ripme/)
|
Chat with the team and community on [gitter](https://gitter.im/RipMeApp/Lobby) and [reddit.com/r/ripme](https://www.reddit.com/r/ripme/)
|
||||||
|
|
||||||
# About
|
|
||||||
|
|
||||||
RipMe is an album ripper for various websites. It is a cross-platform tool that runs on your computer, and
|
|
||||||
requires Java 21 or later to run. RipMe has been tested and is confirmed working on Windows, Linux, and MacOS.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Version Numbers
|
## Version Numbers
|
||||||
|
|
||||||
The version number like `ripme-1.7.94-17-2167aa34-feature_auto_release.jar` contains a release number (`1.7.94`), given by
|
The version number like `ripme-1.7.94-17-2167aa34-feature_auto_release.jar` contains a release number (`1.7.94`), given by
|
||||||
@@ -115,7 +120,9 @@ Request support for more sites by adding a comment to [this Github issue](https:
|
|||||||
If you're a developer, you can add your own Ripper by following the wiki guide:
|
If you're a developer, you can add your own Ripper by following the wiki guide:
|
||||||
[How To Create A Ripper for HTML Websites](https://github.com/ripmeapp/ripme/wiki/How-To-Create-A-Ripper-for-HTML-websites).
|
[How To Create A Ripper for HTML Websites](https://github.com/ripmeapp/ripme/wiki/How-To-Create-A-Ripper-for-HTML-websites).
|
||||||
|
|
||||||
# Compiling & Building
|
# Maintainers
|
||||||
|
|
||||||
|
## Compiling & Building
|
||||||
|
|
||||||
The project uses [Gradle](https://gradle.org).
|
The project uses [Gradle](https://gradle.org).
|
||||||
|
|
||||||
@@ -174,7 +181,7 @@ manual verification of functionality of a work in progress, run the following:
|
|||||||
The generated JAR (java archive) in build/libs will include all
|
The generated JAR (java archive) in build/libs will include all
|
||||||
dependencies.
|
dependencies.
|
||||||
|
|
||||||
# Running Tests
|
## Running Tests
|
||||||
|
|
||||||
Tests can be tagged as beeing slow, or flaky. The gradle build reacts to
|
Tests can be tagged as beeing slow, or flaky. The gradle build reacts to
|
||||||
the following combinations of tags:
|
the following combinations of tags:
|
||||||
@@ -202,6 +209,6 @@ become out of date. Start by building and testing a released version
|
|||||||
of RipMe and then ensure that any changes you make do not cause more
|
of RipMe and then ensure that any changes you make do not cause more
|
||||||
tests to break.
|
tests to break.
|
||||||
|
|
||||||
# Maintainers: How to Publish a New Release
|
## Maintainers: How to Publish a New Release
|
||||||
|
|
||||||
See wiki: [How to Make a New Ripme Release](https://github.com/RipMeApp/ripme/wiki/How-to-make-a-new-ripme-release)
|
See wiki: [How to Make a New Ripme Release](https://github.com/RipMeApp/ripme/wiki/How-to-make-a-new-ripme-release)
|
||||||
|
Reference in New Issue
Block a user