Skip to content

CaribeSoy/Newsletter-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Newsletter System

Implements a WCF compatible newsletter system.

Version notes

The currently available source code represents the version 1.3.0 pl 2 of NewsletterSystem and can be used in productive environments.

Contribution

Developers are always welcome to fork NewsletterSystem 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.

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

A WCF compatible newsletter system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 73.4%
  • Smarty 26.6%