Drupalcon 2009 CCK mashup

From Colettapedia
Jump to navigation Jump to search
  • devel generate content
  • diff module
  • Location module
  • GMap module
  • computed field

FeedAPI

  • rss feed, and my website aggregates
  • download anything you can think of
  • abstraction of notion of automatically download
  • feed API is mothership module
  • other modules fetch and parse, i.e., feedapi node and simplepie (used for rss)

feedapi example

  1. take issue queue of drupal core
  2. add feed url
  3. use feed element mapper - add a cck field to denote a piece of data to end up in field
  4. hit map -> map information to a CCK field

CSV parser module

  • creating a new content type to collect the result (example was crime)

Prepopulate module