# +AOE link handler configurator Extend the AOE linkhandler with this configurator! It simplifies the linkhandler. The configurator has userinterfaces and out-of-the-box templates for cal, org, sf_event_mgt, tt_news and tt_products. Don't edit page TSconfig manually any longer. ## Manuals + https://gitlab.die-netzmacher.de/typo3/linkhandlerconf/tree/master/doc ## Zip + https://gitlab.die-netzmacher.de/typo3/linkhandlerconf/repository/archive.zip?ref=master ## Repositories ### TYPO3 + https://typo3.org/extensions/repository/view/linkhandlerconf ### Git #### Download + git clone https://gitlab.die-netzmacher.de/typo3/linkhandlerconf.git #### Update + git pull #### Upload You need access rights. + git add . + git commit -m "my message" + git push -u origin master