CC Open Source Blog

GSoC CC Wordpress Plugin: Weekly Report #4

gravatar

by erlehmann on 2010-06-25

As some of you may have noticed, this report about the Wordpress CC plugin is several days late. This is because I was unable to produce new substantial features and have hit a roadblock with the one that is most important right now: A filter.

In its current state, the plugin works fairly straightforward; it generates the markup and inserts it into the post. When planning it, I thought that would suffic — however, Nathan Kinkade advised me that several use cases would break this simple behaviour: If, for example, the chosen license is changed, there is no way to update all posts containing the already generated markup.

The solution lies in an intermediate form of markup that gets applied every time a page containing cc-licensed media is generated. My current approach looks like this: [[cc:18]] (where 18 is the id of the image/audio/video). This should get converted to the already known RDFa-enriched HTML; currently, however, a bug in my code apparently makes Wordpress return a blank page whenever I activate that filter.

On a related note, someone in #swig on FreeNode advised me to look at Oshani Seneviratne s semantic clipboard; as I can tell, it would go together nicely with my plugin. [CC]: Creative Commons [RDFa]: Resource Description Framework in Attributes *[HTML]: Hypertext Markup Language