1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-31 17:42:11 +02:00
Commit Graph

81 Commits

Author SHA1 Message Date
metaprime
1342b62137 Update README.md - update history of maintainers 2025-04-15 11:10:57 -07:00
metaprime
e2c7cfcc50 Update README.md - Update info about Java 17. Think about what info is immediately presented to a new user. 2025-04-15 08:49:41 -07:00
metaprime
de9cd92cbc Update README.md - link directly to releases/latest to reduce confusion 2025-04-15 08:00:23 -07:00
metaprime
c0b3ae07b3 Update README.md to make download more obvious and link to correct downloads page 2025-04-15 07:59:16 -07:00
metaprime
0515743ecb Update README.md with more thorough gradlew instructions 2025-02-02 17:58:14 -08:00
metaprime
ae288f13d2 Update README.md - move release instructions to wiki 2025-01-07 14:34:15 -08:00
metaprime
c326902746 Update README.md - move new GUI compose-jb to an issue instead of README 2025-01-07 14:31:19 -08:00
metaprime
5e6f5b0506 Update README.md 2025-01-07 14:21:46 -08:00
MetaPrime
d2a6b34d40 README.md - update instructions for publishing new versions 2025-01-06 05:51:11 -08:00
metaprime
c275bbf6c6 Update README.md - new thread for ripper requests 2025-01-06 04:32:22 -08:00
MetaPrime
a8f9528822 Update README.md to link to semver.com to explain version scheme 2025-01-04 19:29:42 -08:00
soloturn
589317732d describe release process (#2048) 2025-01-02 03:01:14 -08:00
MetaPrime
df97543349 README: Add note about --info so users can get the most out of gradle's test runs 2025-01-02 01:28:57 -08:00
metaprime
54ee67e103 Update README.md: remove donation links, update maintainer list, announce merge of ripmeapp2 back into ripmeapp (#2050)
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.
2025-01-01 23:34:40 -08:00
soloturn
f69943f2f4 require java-17 2023-09-28 05:09:39 +02:00
soloturn
830e22e155 fix download link 2023-06-11 00:50:27 +02:00
soloturn
b6ba9786c2 let gitter stick out a little more 2022-04-16 02:06:10 +02:00
soloturn
e081e927f0 java-11 now, mention in readme 2022-04-15 11:19:13 +02:00
soloturn
ee18e2a1a7 readme, add compose-jb short explaination 2021-05-15 08:01:58 +02:00
soloturn
7f1ae26d9b provide tasks to unit test, and describe them
gradle does not take the excludeTags and includeTags parameters
on the command line with gradle-6.8.3. provide tasks for it,
and describe better how to run particular unit tests.
2021-03-28 10:40:49 +02:00
Stefan Aladzic
4dd23d3a82 + Gradle build status 2021-03-18 09:20:51 +01:00
soloturn
9bbbf887a2 reference local repo in readme 2021-03-07 09:47:04 +01:00
soloturn
1a1f31db2c 1.7.94-10-asdf is newer than 1.7.94
part of #12
2021-03-07 02:41:45 +01:00
Stefan Aladzic
c9d7deca20 Merge pull request #5 from ripmeapp2/for-ripme/gradle
add gradle build, faster testing
2021-02-21 00:23:08 +01:00
soloturn
1742995ea3 add gradle commands into readme 2021-02-16 06:13:16 +01:00
vlad doster
e66e46ed2f (docs) update README.md
Use new brew syntax
2021-01-28 00:36:38 +01:00
cyian-1756
9f34861f20 Merge pull request #1775 from 12-Seconds/master
Fix brew installation command
2020-10-26 09:59:55 +00:00
soloturn
8ec221aa52 allow to set excludedGroups on command line 2020-10-26 01:50:14 +01:00
soloturn
cbdf457419 disable broken tests, tag as flaky which sometimes fail 2020-10-25 14:41:31 +01:00
soloturn
118c353f2d tag slow tests, so they can be excluded/included
as the runtime of the tests can be long, tag the slow ones so they can
be excluded more easy on the command line or configuration. see here
for hints:
https://mkyong.com/junit5/junit-5-tagging-and-filtering-tag-examples/
https://stackoverflow.com/questions/60474190/how-to-include-exclude-junit5-tags-in-gradle-cmd

to run tests with tag slow only, or not run tags with tag slow do,
quoting the expression might be necessary depending on the shell:
  mvn clean install -Dtest=FuraffinityRipperTest -Dgroups=slow
  mvn clean install -Dtest=FuraffinityRipperTest '-Dgroups=!slow'
2020-10-25 10:36:48 +01:00
12-Seconds
34316362e4 Update README.md 2020-10-25 11:48:43 +04:00
Anon
922acd8c47 macOS installation docs added 2020-10-13 05:59:48 +02:00
Destrae
ac57cc37f9 Updated README.md
header standardization and grammar
2019-10-30 11:25:38 -05:00
MakroCow
94bad2e481 Updated ReadMe.md
Updated Screenshot and added cross-platform mention. Resolves Issue #980.
2018-10-17 12:00:44 +02:00
MakroCow
2a18351624 Update README.md 2018-10-16 23:01:58 +02:00
cyian-1756
4f583e5fa1 Removed deature which is no longer in ripme from readme 2018-10-08 12:47:59 -04:00
cyian-1756
e47bb83722 Updated url to point to the right section of the wiki 2018-09-11 05:26:56 -04:00
cyian-1756
d497f0f677 Added url range downloading to list of ripmes features 2018-09-02 18:04:14 -04:00
Kevin Jiang
654f6839c0 Merge pull request #642 from cyian-1756/readmeUpdates
Added tag skip feature to features list

Failed test was because of twitter rate-limiting.
2018-06-03 16:45:37 -04:00
Kevin Jiang
10c7f47bf5 Merge pull request #655 from kevin51jiang/master
Failed test unrelated
2018-06-02 15:44:38 -04:00
Kevin Jiang
8261828845 I'm a collaborator now :D 2018-06-01 19:22:59 -04:00
cyian-1756
79c501ce7a Added tag skip feature to features list 2018-05-31 04:58:13 -04:00
cyian-1756
2ecffc3497 Added note about broken updater in version 1.7.49 2018-05-30 16:04:58 -04:00
Kevin Jiang
dc9604b115 Update README.md
Fix #454

Remove link to ded website
2018-04-14 18:21:29 -04:00
cyian-1756
0aada1fd90 Added more features to readme 2018-03-08 06:15:27 -05:00
cyian-1756
e3fafc1c18 Update README.md 2017-12-01 16:23:07 -05:00
cyian-1756
bd9e4f3673 Update reddit badge 2017-12-01 16:17:25 -05:00
cyian-1756
a3bf1caf19 Added missing space 2017-11-30 17:20:29 -05:00
cyian-1756
4dec96367c Added link to subreddit 2017-11-30 17:18:59 -05:00
metaprime
be916af8ce Update README.md
Nobody really cares about dependencies that are downloaded automatically. They can check pom.xml if they want to look at the exact versions. One less thing for us to maintain and keep in sync, and it helps keep the README cleaner.
2017-11-29 04:13:39 -08:00