forked from joomla-extensions/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.env
27 lines (20 loc) · 1.65 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// .env - General definitions to build the extensions
EXTENSION_NAME=Foo Name
EXTENSION_ALIAS=foo
EXTENSION_CLASS_NAME=Foo
EXTENSION_DESC=Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque tempus dolor at purus auctor, eget porta justo tempor. Vivamus finibus facilisis eros, at fringilla dolor dictum vitae.
EXTENSION_CDN=https://cdn.extly.com
TRANSLATION_KEY=FOO
EXTENSION_NAMESPACE=TheNewNamespace
RELEASE_VERSION=1.0.0
LICENSE=GNU General Public License version 2 or later; see LICENSE.txt
LICENSE_CODE=GNU/GPLv2 www.gnu.org/licenses/gpl-2.0.html
AUTHOR=Extly, CB
AUTHOR_URL=https://www.extly.com
COPYRIGHT=Copyright (c)2012-[YEAR] [AUTHOR] All rights reserved.
MANIFEST_COPYRIGHT="%TAB%<author>[AUTHOR]</author>%CR%%TAB%<authorEmail>[AUTHOR_EMAIL]</authorEmail>%CR%%TAB%<authorUrl>[AUTHOR_URL]</authorUrl>%CR%%TAB%<copyright>[COPYRIGHT]</copyright>%CR%%TAB%<license>[LICENSE_CODE]</license>"
TRANSLATION_COPYRIGHT=";%CR%; [AUTHOR] <[AUTHOR_EMAIL]>%CR%; [COPYRIGHT]%CR%; License [LICENSE]%CR%;"
PHP_COPYRIGHT="/**%CR% * @package [EXTENSION_NAME]%CR% *%CR% * @author [AUTHOR] <[AUTHOR_EMAIL]>%CR% * @copyright [COPYRIGHT]%CR% * @license [LICENSE]%CR% * @link [AUTHOR_URL]%CR% */%CR%"
JS_COPYRIGHT="/*!%CR% * [EXTENSION_NAME]%CR% *%CR% * @license [LICENSE_CODE]%CR% * @version [RELEASE_VERSION]%CR% * @author [AUTHOR], [AUTHOR_URL]%CR% * @updated [DATE]%CR% * @link [AUTHOR_URL]%CR% *%CR% */%CR%"
CSS_COPYRIGHT="/*!%CR% * [EXTENSION_NAME]%CR% *%CR% * @license [LICENSE_CODE]%CR% * @version [RELEASE_VERSION]%CR% * @author [AUTHOR], [AUTHOR_URL]%CR% * @updated [DATE]%CR% * @link [AUTHOR_URL]%CR% *%CR% */%CR%"