-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
35 additions
and
123 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,4 @@ | ||
Contao Open Source CMS | ||
====================== | ||
newsletter_content | ||
================== | ||
|
||
Contao is an Open Source PHP Content Management System for people who want a | ||
professional website that is easy to maintain. Visit the [project website][1] | ||
for more information. | ||
|
||
|
||
System requirements | ||
------------------- | ||
|
||
* Web server | ||
* PHP 5.4.0+ with GDlib, DOM, Phar and SOAP | ||
* MySQL 5.0.3+ | ||
|
||
|
||
Installation | ||
------------ | ||
|
||
See the [installation chapter][2] of the user's manual. | ||
|
||
|
||
Documentation | ||
------------- | ||
|
||
* [User's manual][3] | ||
* [Change log][4] | ||
* [API changes][5] | ||
* [Community wiki][6] | ||
|
||
|
||
License | ||
------- | ||
|
||
Contao is licensed under the terms of the LGPLv3. The full license text is | ||
available in the [`system/docs`][7] folder. | ||
|
||
Note that the LGPL incorporates the terms and conditions of the GPL, therefore | ||
both licenses are included there. This, however, does not imply that Contao is | ||
dual licensed under both the GPL and the LGPL. | ||
|
||
|
||
Getting support | ||
--------------- | ||
|
||
Visit the [support page][8] to learn about the available support options. | ||
|
||
|
||
Installing from Git | ||
------------------- | ||
|
||
We are using [Composer][9] to manage third-party scripts, so after you have | ||
cloned the repository, make sure to install the vendor libraries: | ||
|
||
``` | ||
git clone https://github.com/contao/core.git | ||
cd core | ||
php composer.phar install --prefer-dist | ||
``` | ||
|
||
|
||
[1]: https://contao.org | ||
[2]: https://docs.contao.org/books/manual/current/en/01-installation/installing-contao.html | ||
[3]: https://docs.contao.org/books/manual/current/ | ||
[4]: system/docs/CHANGELOG.md | ||
[5]: system/docs/UPGRADE.md | ||
[6]: http://contaowiki.org | ||
[7]: system/docs | ||
[8]: https://contao.org/support.html | ||
[9]: https://getcomposer.org | ||
Simple newsletter to content element association for Contao 3 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,34 @@ | ||
{ | ||
"name": "newsletter_content", | ||
"type": "symfony-bundle", | ||
"description": "Contao newsletter content elements", | ||
"license": "LGPL-3.0+", | ||
"authors": [ | ||
{ | ||
"name": "David Enke", | ||
"homepage": "https://github.com/davidenke" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"symfony/framework-bundle": "^2.7.7", | ||
"contao/core-bundle": "~4.1", | ||
"contao/newsletter-bundle": "~4.1" | ||
} | ||
"name": "davidenke/newsletter_content", | ||
"type": "contao-module", | ||
"description": "Simple newsletter to content element association for Contao 3", | ||
"keywords": ["contao","newsletter","content","tracking"], | ||
"homepage": "https://github.com/davidenke/newsletter_content", | ||
"license": "LGPL-3.0+", | ||
"authors": [ | ||
{ | ||
"name": "David Enke", | ||
"email": "[email protected]", | ||
"homepage": "http://www.davidenke.de", | ||
"role": "Developer" | ||
} | ||
], | ||
"support":{ | ||
"issues":"https://github.com/davidenke/newsletter_content/issues", | ||
"source":"https://github.com/davidenke/newsletter_content" | ||
}, | ||
"require": { | ||
"php":">=5.3.2", | ||
"contao/core":">=3.2,<4-dev" | ||
}, | ||
"autoload": { | ||
"classmap": [""] | ||
}, | ||
"extra": { | ||
"contao": { | ||
"sources": { | ||
"": "system/modules/newsletter_content" | ||
} | ||
} | ||
} | ||
} |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.