Lines Matching refs:animal
55 - All data stored via `$conf['metadir']` and `$conf['cachedir']` (per-animal in farm setups)
56 - Sync credentials can be stored per-animal in `data/meta/calendar/sync_config.php`
152 - Event data is stored in each animal's `$conf['metadir']/calendar/` directory
153 - Plugin settings (theme, week start, etc.) are per-animal in `$conf['metadir']/calendar_*.txt`
154 - Cache and rate-limit data use `$conf['cachedir']` (per-animal)
158 Sync credentials (`sync_config.php`) can be stored per-animal:
159 - **Per-animal (recommended):** `{animal}/data/meta/calendar/sync_config.php`
162 The plugin checks the per-animal path first and falls back to the shared location.
165 If you're moving from a single-wiki install to a farm, move calendar data to each animal:
168 mv /path/to/master/data/meta/calendar/ /path/to/animal/data/meta/calendar/
171 mv /path/to/master/data/meta/calendar_*.txt /path/to/animal/data/meta/