drupal: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(A Microformats Drupal module should be created shortly that addresses these issues.--J. Adam)
 
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Suggested microformat functionality to implement in Drupal:
Drupal is an open source web publishing system (CMS).


    * Allow each user profile to output to a hCard
== Microformats support ==
    * Create an event in Drupal that will output to a hCalendar-formatted node
    * Create a hCalendar stream so people can subscribe using an event aggregator
    * Allow users to tag an hCard to an hCalendar event so you can build up list of attendees
    * Support hResume so someone can put up their CV online and add their hCard to this as their contact details
    * Add XFN to links and hCards to build up social networking structures
    * Support hReview for so people can review an item, website, event, etc.
    * A microformat parser, so people can add external events to their drupal calendar
    * A JS "viewer" that shows/hides microformats


from http://groups.drupal.org/node/1890
There has been some mention that either Drupal or some Drupal modules may [[implementations|implement]] some microformats, however, no specifics are available (what features/plugins in what versions implement what microformats).
 
http://groups.drupal.org/microformats-in-drupal is the Drupal group for coordinating Microformats work.
 
== Relevant Modules ==
 
* http://drupal.org/project/microformats
* http://drupal.org/project/semantic_cck
* http://drupal.org/project/semanticviews
 
* http://drupal.org/project/simplerdf
* http://drupal.org/project/rdf
* http://drupal.org/project/rdfx
* http://drupal.org/project/sparql
* http://drupal.org/project/evoc
 
== Wish list ==
 
Suggested microformat functionality to implement in Drupal from http://groups.drupal.org/node/1890 :
 
* Allow each user profile to output to a [[hCard]]
* Create an event in Drupal that will output to a [[hCalendar]]-formatted node
* Create a hCalendar stream so people can subscribe using an event aggregator
* Allow users to tag an hCard to an hCalendar event so you can build up list of attendees
* Support [[hResume]] so someone can put up their CV online and add their hCard to this as their contact details
* Add [[XFN]] to links and hCards to build up social networking structures (to support [[social network portability]])
* Support [[hReview]] for so people can review an item, website, event, etc.
* A microformat parser, so people can add external events to their drupal calendar
* A JS "viewer" that shows/hides microformats
 
Since Drupal modules are fairly straight forward PHP, I would expect this functionality to be included in other modules such as the [[OpenID]] module. Check your module documentation for compatibility. There is currently no self-contained, singular Microformats module for Drupal.
 
== related ==
* [[implementations]]

Latest revision as of 00:56, 11 June 2011

Drupal is an open source web publishing system (CMS).

Microformats support

There has been some mention that either Drupal or some Drupal modules may implement some microformats, however, no specifics are available (what features/plugins in what versions implement what microformats).

http://groups.drupal.org/microformats-in-drupal is the Drupal group for coordinating Microformats work.

Relevant Modules

Wish list

Suggested microformat functionality to implement in Drupal from http://groups.drupal.org/node/1890 :

  • Allow each user profile to output to a hCard
  • Create an event in Drupal that will output to a hCalendar-formatted node
  • Create a hCalendar stream so people can subscribe using an event aggregator
  • Allow users to tag an hCard to an hCalendar event so you can build up list of attendees
  • Support hResume so someone can put up their CV online and add their hCard to this as their contact details
  • Add XFN to links and hCards to build up social networking structures (to support social network portability)
  • Support hReview for so people can review an item, website, event, etc.
  • A microformat parser, so people can add external events to their drupal calendar
  • A JS "viewer" that shows/hides microformats

Since Drupal modules are fairly straight forward PHP, I would expect this functionality to be included in other modules such as the OpenID module. Check your module documentation for compatibility. There is currently no self-contained, singular Microformats module for Drupal.

related