Seventh dev release
===================
 * Implements json communication with spip.
   - requires php 5.2.
   - 100% efective parsing of spip tags. No need to call / include spip code any more.
   - get rid of chatset problems (hopefully).
   - minimal usage of spip database.
 * Fixes to comments importation.
 * Refactor document uploads to a function out of articles.

Sixth dev release
=================
 * Improve documentation.
 * Better programming practices.
 * Improve batch processing.
 * Drop dependency on SPIP API.
 * Option to log messages to the watchdog.
 * Import comments.
 * Import keywords.
 * Import documents.
 * avoid a race condition when there're no items to import in a batch operation.

Fifth dev release
=================
- A new module spip.module with the common code needed by both spip2drupal and 
spipauth.
- Fixed issues in the bootstrap process (#387882)
- Some improvements in the code structure and workflow. 
- Some more documentation.

Fourth dev release
==================
- Handles auteurs's authentication against spip database for the first time and
  assign the password to the drupal user.

Third dev release
=================
- Added README, TODO, CHANGELOG
- Fixed CVS $Id tags
- Added support for newer spip versions by doing selective includes in the 
  bootstrap stage of the module.

Second dev release
==================
- It was really not ready. fixed some minor issues.

First dev release
=================
- Ready to import auteurs as drupal users, articles & breves as stories, and 
  rubriques as categories.
