LycheeOrg / Lychee-v3

A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.

Home Page:https://lycheeorg.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lychee Redirect plugin is deprecated

sochix opened this issue · comments

Hi there,
Lychee Redirect plugin is deprecated but it is still in the list on the main page.
Should I create a PR and remove it from the list?

Please do. :)

Do we want to remove them, or just mark as deprecated? Someone may want to update them.

FWIW, lychee-watermark is also deprecated (it and lychee-redirect are both from @electerious), lychee-create-medium is (I think) covered by internal scripts and most of the others haven't been updated in years, but may still work.

@d7415 yep, maybe it's better to label them as deprecated. Should I create new PR?

@sochix the proper way would be:

# if not already done
git clone https://github.com/sochix/Lychee/
cd Lychee

# switch to the PR branch
git checkout patch-1
# >> edit readme
git add -u
git commit -m "marking as deprecated"
git push

This will automatically update the pull request. :)

@sochix I am waiting for the update of your PR with the depreciation to merge it. :)