CVS edit link for elimuir

I built the site http://wallofcool.synapse.com using Drupal as a solution for a company. In building out the site, the client asked for unique features that required the development of a module since none existed with their requests. Since the module was so successful with client, I want to share this with entire Drupal community.

I have created a module called "Preview Generator" that gets all images from links/urls found in description field of node, create screenshot of url and saves as an image to the files directory and attaches it to the node.

Comments

elimuir’s picture

StatusFileSize
new81.35 KB
elimuir’s picture

Status: Postponed (maintainer needs more info) » Needs review
elimuir’s picture

Changed to needs review

elimuir’s picture

Attached is an update to my proposed module. This latest version contains significant comments improvements as well as general code cleanup to make sure its production ready. I have also made sure to remove any subversion (.svn) files and packaged the module according to guidelines.

I appreciate your review

elimuir’s picture

StatusFileSize
new20.79 KB
elimuir’s picture

StatusFileSize
new21.65 KB

Further updates to the proposed module including addition of readme and new image components.

More details about PreviewGenerator:
-------------------------------------
This module is used to generate screenshots or retrieve images from URLs found in node fields. First, the module uses jQuery to scan through pre-determined node fields for any URLs. Once found, the URL is submitted to the server (using AJAX) that 1) uses a third-party API to render and return a screenshot image, b) searches the HTML of the URL to retrieve all images that are greater than the dimensions specified in the module settings.

The results are displayed into a carousel format allowing the user to choose which image to attach to the node once the form is submitted. The image is then stored on the server so that it can be controlled by other modules such as imagecache, etc.

avpaderno’s picture

Issue tags: +Module review

Hello, and thanks for applying for a CVS account. I am adding the review tags, and some volunteers will review your code, pointing out what needs to be changed.

elimuir’s picture

I have been asked to become a co-maintainer for the "MediaFront" module (http://drupal.org/project/mediafront).

This request found at http://drupal.org/node/837578 is from the owner of the MediaFront module

avpaderno’s picture

Status: Needs review » Fixed

I am approving the CVS account as co-maintainer.

Thank you for your contribution! I am going to update your account.

These are some recommended readings to help with excellent maintainership:

You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

I thank all the dedicated reviewers as well.

Status: Fixed » Closed (fixed)
Issue tags: -Module review

Automatically closed -- issue fixed for 2 weeks with no activity.

avpaderno’s picture

Component: Miscellaneous » co-maintainer application
Assigned: Unassigned » avpaderno
Issue summary: View changes