A few comments, some echoing Bjorn's existing comments: * We should probably support storing attribution information as well as the license URI * You can modify the database, although it's probably best to try and structure this like a plugin -- creating your own database table and joining it to the media table. WP has an API for this. * I have zero interest in storing an XML file on the disk; WP stores things in a database, we should put anything we do there as well. * Yes, a link to the license should be visible (probably both in the media manager and definitely when the media is embedded in a post).
NRY 2009/3/30 Juan José González <[email protected]>: > I am proposing a solution to this feature... > > Main goal (obviously) is including a way to allow wordpress' users to > license his media. > > I think a common user who always use same functions learn a mechanical > movement and new functions sometimes could be uncomfortable. That's why it's > important design an option to include license information as if it had > always been there. > > Saving information about license and allowing viewers know more about CC > licenses is mandatory. In the latter I can include an emergent image (like > tool tip text or image's title) showing the simplest way to understand CC > rights (http://i.creativecommons.org/l/by/3.0/88x31.png). > > Other features can be included by asking wordpress' users. > > I wonder if I can modify wordpress database, adding a field to a table, but > personally I prefer save a xml file. This stuff is to save licenses > information. > > So what do you think? any tips? and hints? > > > > > _______________________________________________ > cc-devel mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/cc-devel > > _______________________________________________ cc-devel mailing list [email protected] http://lists.ibiblio.org/mailman/listinfo/cc-devel
