Difference between revisions of "RDFa Plugin for WordPress"

From Creative Commons
Jump to: navigation, search
m (linked trust syndication rdfa notes)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
|is_complete=No
 
|is_complete=No
 
}}
 
}}
 +
 +
As of 2011-07, fully working RDFa-enhanced TinyMCE is done -- http://aksw.org/Projects/RDFaCE -- if this were available bundled as a WordPress plugin, this challenge would be finally met.
 +
 
An RDFa plugin for WordPress has [http://wordpress.org/extend/ideas/topic.php?id=2134 been suggested] and we think it's a great idea.  It meshes well with the work we've been doing with embedded structured data and adds value to an already great blogging platform.
 
An RDFa plugin for WordPress has [http://wordpress.org/extend/ideas/topic.php?id=2134 been suggested] and we think it's a great idea.  It meshes well with the work we've been doing with embedded structured data and adds value to an already great blogging platform.
  
Line 15: Line 18:
 
Bonus points for consuming RDF Schema files and adding a reasonable UI to the "basic" mode.
 
Bonus points for consuming RDF Schema files and adding a reasonable UI to the "basic" mode.
  
* Work on this idea was implemented for GSoC2009 see http://code.creativecommons.org/viewgit/wprdfa.git/ and http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2009/cc/t124022127580
+
* Foundational work on this idea was implemented for GSoC2009 see http://code.creativecommons.org/viewgit/wprdfa.git/ and http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2009/cc/t124022127580
 +
** This omits TinyMCE support
 +
** It is currently insertion-only; editing support would be a great improvement
 
* Dan Brickley mused about RDFa-enhancing TinyMCE (WordPress editor) at http://danbri.org/words/2009/12/23/507 ... also re [http://danbri.org/words/2009/12/29/523 trust syndication] use of RDFa to share lists of trusted OpenIDs between sites; WordPress, MediaWiki etc.
 
* Dan Brickley mused about RDFa-enhancing TinyMCE (WordPress editor) at http://danbri.org/words/2009/12/23/507 ... also re [http://danbri.org/words/2009/12/29/523 trust syndication] use of RDFa to share lists of trusted OpenIDs between sites; WordPress, MediaWiki etc.

Latest revision as of 19:40, 9 July 2011

Related To: ,|x|Related To::x}}
Tags: {{#arraymap:gsoc, web,|,|x|Has Tag::x}} | (none) }}
Challenge Type: Has Challenge Type::Developer | (none) }}
Is Complete: Is Complete::No | Is Complete::no }}


As of 2011-07, fully working RDFa-enhanced TinyMCE is done -- http://aksw.org/Projects/RDFaCE -- if this were available bundled as a WordPress plugin, this challenge would be finally met.

An RDFa plugin for WordPress has been suggested and we think it's a great idea. It meshes well with the work we've been doing with embedded structured data and adds value to an already great blogging platform.

A successful implementation would:

  • Add a button to the WordPress editor toolbar
  • Handle a few predefined ontologies, allowing people to easily insert appropriate markup for Dublin Core and FOAF properties
  • Support an "advanced" mode for specifying the predicate by URI

Bonus points for consuming RDF Schema files and adding a reasonable UI to the "basic" mode.