No description
Find a file
2013-08-09 07:32:52 +02:00
Classes [TASK] Further changes 2013-05-15 08:30:32 +02:00
Configuration [TASK] Change dev/prod settings 2013-05-13 11:13:31 +02:00
Documentation initial release 2012-10-03 09:21:30 +02:00
Resources Update rte config 2013-08-09 07:32:52 +02:00
.gitignore [TASK] Further changes 2013-05-15 08:30:32 +02:00
create_theme.sh [FEATURE] bash script to copy directory 2013-01-02 14:28:28 +01:00
ext_conf_template.txt initial release 2012-10-03 09:21:30 +02:00
ext_emconf.php [TASK] More features 2013-05-16 15:49:01 +02:00
ext_icon.gif initial release 2012-10-03 09:21:30 +02:00
ext_localconf.php [TASK] Cleanup file structure 2013-06-05 06:32:50 +02:00
ext_tables.php [FEATURE] Add place to configure backend logo 2013-06-04 15:00:22 +02:00
README.md [TASK] Updated readme 2013-01-02 15:10:53 +01:00
start.sh [FEATURE] bash script to start from scratch 2013-01-02 14:55:47 +01:00

Theme modern package

This is a "ready to go" theme with best practise code from all TYPO3 websites I have done and coached.

Quickstart

For a quick start, do the following

1. Download

in your shell: $ curl https://raw.github.com/georgringer/modernpackage/master/start.sh > start.sh && start.sh ./typo3conf/ext/theme_anyname

This will download the file https://github.com/georgringer/modernpackage/blob/master/start.sh and create a new extension based on the name "theme_anyname".

2. Install the extension

Install the extension "theme_anyname".