I'm wondering if the Zend code can be moved to a libraries folder rather than being in the module directory.

I see this was mentioned amongst the many steps of review and just thought it might be helpful to have a separate issue for it. Copying from http://drupal.org/node/1328366#comment-5194944
for a start:

Zend: appears to be 3rd party code. ...

The Libraries API module is a recommended method for adding 3rd party dependencies without directly including the code on Drupal.org.

There may be other ways as used by other modules.

Comments

barnettech’s picture

Status: Active » Closed (won't fix)

the drupal 7 version of this module will come out in the not too distant future and I definitely plan on moving it to the libraries folder for drupal 7.

barnettech’s picture

If you look at the documentation it suggests that for drupal 7 you can use drupal_add_library but it is not for drupal 6? http://drupal.org/node/171213

izmeez’s picture

Status: Closed (won't fix) » Postponed

I hope you don't mind but I am changing the status to postponed because I think that more accurately represents the plans. Later when a 7.x version is available that field can be changed. Meanwhile, it shows to the community the issue is open and possibly others can contribute their thoughts or assistance.

barnettech’s picture

yes that is fine. I found the way to add it to the sites/all/libraries folder in drupal 6 as well. I will try to change it in drupal 6 as well.