• Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
  • Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

License information field

dtp

Chevereto Member
Hi,

this suggestion might link in with other suggestions here, so apology if it has been discussed elsewhere already.

For our community at photos.dtpev.de we urgently need a solution to track the license information of our images, e.g. creative commons, internal use only, etc. This could be solved with tags, if they were implemented. However, since it is a 1:1 relation (every photo has one license) it probably makes more sense to introduce a distinct license field.

Any suggestions how to represent license information properly?

Thanks
 
License field will be added, by the way... Do you have a list of the most common licenses used for images? I need to build those options.
 
Great, thanks a lot. We planned to mainly go with the Flickr options, but a customization option would probably be a good thing.

<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
<licenses>
<license id="0" name="All Rights Reserved" url="" />
<license id="4" name="Attribution License" url="https://creativecommons.org/licenses/by/2.0/" />
<license id="6" name="Attribution-NoDerivs License" url="https://creativecommons.org/licenses/by-nd/2.0/" />
<license id="3" name="Attribution-NonCommercial-NoDerivs License" url="https://creativecommons.org/licenses/by-nc-nd/2.0/" />
<license id="2" name="Attribution-NonCommercial License" url="https://creativecommons.org/licenses/by-nc/2.0/" />
<license id="1" name="Attribution-NonCommercial-ShareAlike License" url="https://creativecommons.org/licenses/by-nc-sa/2.0/" />
<license id="5" name="Attribution-ShareAlike License" url="https://creativecommons.org/licenses/by-sa/2.0/" />
<license id="7" name="No known copyright restrictions" url="https://www.flickr.com/commons/usage/" />
<license id="8" name="United States Government Work" url="http://www.usa.gov/copyright.shtml" />
<license id="9" name="Public Domain Dedication (CC0)" url="https://creativecommons.org/publicdomain/zero/1.0/" />
<license id="10" name="Public Domain Mark" url="https://creativecommons.org/publicdomain/mark/1.0/" />
</licenses>
</rsp>
 
Back
Top