This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# inotify-based file watcher, to be used in combination with a patched files app | |
# command which supports the scanSingle/scanBatch api | |
# | |
# run as any user; make sure user can modify the PID file | |
TIMEOUT=60 | |
OC_ROOT=/var/www/owncloud |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<T3DataStructure> | |
<meta> | |
<langDisable>1</langDisable> | |
</meta> | |
<sheets> | |
<main> | |
<ROOT> | |
<TCEforms> | |
<sheetTitle>LLL:EXT:in2studyfinder/Resources/Private/Language/locallang_db.xlf:listView</sheetTitle> | |
</TCEforms> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Show possible errors | |
config.contentObjectExceptionHandler = 0 | |
lib.categories = CONTENT | |
lib.categories { | |
table = sys_category | |
select { | |
# Adapt to your needs | |
pidInList = root | |
# Set a recursive level if needed |