media-plugins/dtmediawiki: einfo add that no way to upload original image

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich 2024-05-21 16:16:24 +04:00
parent 87377ad7c8
commit de057f873d
No known key found for this signature in database
GPG Key ID: E91CC56723EE101E

View File

@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-4 )
inherit git-r3 lua-single
DESCRIPTION="Wikimedia Commons export plugin for Darktable"
DESCRIPTION="Wikimedia Commons export plugin for Darktable. Every upload is converted"
HOMEPAGE="https://github.com/trougnouf/dtMediaWiki"
EGIT_REPO_URI="https://github.com/trougnouf/dtMediaWiki"
@ -33,4 +33,6 @@ pkg_postinst() {
einfo "To enable: `cat "$FILESDIR"/enable.sh`"
einfo "and go to Darktable preferences (gear ico on the top) -> at the bottom left click 'Lua options'"
einfo "to enter username and password"
einfo "Note that there is no way to upload original file -"
einfo "Darktable will encode your every photo, see https://github.com/trougnouf/dtMediaWiki/issues/14#issuecomment-2122181739"
}