• 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 come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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