Skip to content

Commit

Permalink
relative to TL_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Feb 29, 2016
1 parent d6b4706 commit 029c78f
Show file tree
Hide file tree
Showing 64 changed files with 35 additions and 123 deletions.
File renamed without changes.
72 changes: 3 additions & 69 deletions README.md
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
48 changes: 32 additions & 16 deletions composer.json
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 removed system/modules/newsletter_content/.DS_Store
Binary file not shown.
4 changes: 0 additions & 4 deletions system/modules/newsletter_content/README.md

This file was deleted.

Binary file not shown.
34 changes: 0 additions & 34 deletions system/modules/newsletter_content/composer.json

This file was deleted.

Binary file not shown.
Binary file not shown.

0 comments on commit 029c78f

Please sign in to comment.