This project integrates drupal with the Kiva API. It includes:
a simple module -- kiva.module -- that allows you to create a block, listing all Kiva loans with given parameters
a feature that allows you associate a Kiva account with a (drupal) user account
kivafeeds.module, creates an importer for kiva loans XML, within the framework of the Feeds module
A beta version can be downloaded below. As usual, please don't use this on production sites but please do try it out on a dev/test site and submit bugs, feature requests, etc. via the issue queue.
A huge thank you to quickcel for doing so much on this project.
The Stark theme is provided for demonstration purposes; it uses Drupal’s default HTML markup and CSS styles. It can be used as a troubleshooting tool to determine whether module-related CSS and JavaScript are interfering with a more complex theme, and can be used by designers interested in studying Drupal’s default markup without the interference of changes commonly made by more complex themes.