2martens / FeedbackPIP

Implements a feedback pip for package uninstallation.

Home Page:http://www.plugins-zum-selberbauen.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeedbackPIP

This package is useful for developers to aquire feedback from their customers during installation.

Version notes

The currently available source code represents the final version 1.0.0 of FeedbackPIP.

Contribution

Developers are always welcome to fork FeedbackPIP and provide features or bug fixes using pull requests. If you make changes or add classes it is mandatory to follow the requirements below:

  • Testing is key, you MUST try out your changes before submitting pull requests
  • You MUST save your files with Unix-style line endings (\n)
  • You MUST NOT include the closing tag of a PHP block at the end of file, provide an empty newline instead
  • You MUST use spaces for indentation
    • Tab size of 4 is required
    • Empty lines MUST be indented equal to previous line
  • All comments within source code MUST be written in English language

Follow the above conventions if you want your pull requests accepted.

Steps to implement this package

In Order to implement this package into your plugin or application, you have to follow these steps:

  • make this package to your requirement
  • if you want so, distribute your plugin/application with this package to minimize installation duration for your customers
  • IMPORTANT: Add the listed language files to your plugin/application and install them there.

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

About

Implements a feedback pip for package uninstallation.

http://www.plugins-zum-selberbauen.de/