I hereby claim:
- I am tomaj on github.
- I am tomaj (https://keybase.io/tomaj) on keybase.
- I have a public key ASBJxSWqb9q2wrhkby_BQIz0ZoNNYZV7iFVb-s7TWISA8Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Be carefull - find also optional extensions | |
| find . -name "composer.json" -exec grep -H '"ext-' {} \; | awk -F '"' '{print $2}' | sort | uniq |
| config.tx_monoga_pi1 { | |
| ga_type = 2 # we can use new GA (ga.js) | |
| ga_code = UA-XXXXXXX-X # GA code | |
| ga_domain = typo3page.com # pages main domain | |
| ga_organic { # few search engines from slovakia and czech | |
| seznam = w | |
| atlas.sk = phrase | |
| centrum.sk = q | |
| morfeo.sk = q | |
| zoohoo.sk = q |
| config.tx_monoga_pi1 { | |
| ga_type = 1 | |
| ga_code = UA-XXXXXXX-X | |
| } |
| <?php | |
| $TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations'] = array( | |
| 'cache_hash' => array( | |
| 'frontend' => 't3lib_cache_frontend_VariableFrontend', | |
| 'backend' => 't3lib_cache_backend_MemcachedBackend', | |
| 'options' => array( | |
| 'servers' => array('server:11211'), | |
| ) | |
| ), | |
| 'cache_pages' => array( |