---Bean Examples---
Bean Plugin Examples using the Bean API
-------------------------------------------

See: drupal.org/project/bean for more info
on the Bean module and blocks as entities

-------------------------------------------
* This is a collection of sub-modules that
* serve as example bean plugins. Developers
* should start here when looking for
* documentation on how to create custom
* bean types using the Bean API.
-------------------------------------------

Sub-Modules Included:
  
  Article Listing
  -----------------------------------------
  This bean type shows a listing of recent
  nodes published that are of the 'article' 
  bundle.  User can define the number of 
  results returned by entityFieldQuery()
  and a custom "More Link" at the bottom
  of the block. 
