Caretaker
Copyright © by Martin Ficzel,Thomas Hempel,Christopher Hlubek,Tobias Liebig <ficzel@work.de,hempel@work.de,hlubek@networkteam.com,liebig@networkteam.com>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: Caretaker
- 1.1. Introduction
- 1.2. Users manual
- 1.3. Administration
- 1.4. Configuration
- Caretaker server
- Automatic caretaker
- */5 * * * * php -f [your caretaker installation path]/typo3/cli_dispatch.phpsh caretaker update -A
- [your caretaker installation path]/res/typoscript/
- Read online
- Read online
- Page {
- includeCSS.caretaker = [PATH TO YOUR OWNS CSS-FILE]/filename.css
- includeCSS.page = [PATH TO YOUR OWNS CSS-FILE]/filename.css
- includeCSS.plugin = [PATH TO YOUR OWNS CSS-FILE]/filename.css
- }
- [your caretaker installation path]/res/html/
- Read online
- plugin.tx_caretaker_pi_overview.template.file = EXT:caretaker/res/html/pi_overview.html
- plugin.tx_caretaker_pi_singleview {
- template.file = [PATH TO YOUR OWNS HTML-TEMPALTE-FILE]/filename.html
- templateChild.file = [PATH TO YOUR OWNS HTML-TEMPALTE-FILE]/filename.html
- }
- plugin.tx_caretaker_pi_graphreport.template.file = [PATH TO YOUR OWNS HTML-TEMPALTE-FILE]/filename.html
- Read online
- plugin.tx_caretaker_pi_abstract.template.file = [PATH TO YOUR OWNS HTML-TEMPALTE-FILE]/filename.html
- 1.5. Tutorial
- 1.6. Known problems
- 1.7. To-Do list
- 1.8. ChangeLog
This document is related to version 0.3.1 of the extension caretaker.