Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
28
site/OFF_plugins/autobuster/README.md
Normal file
28
site/OFF_plugins/autobuster/README.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Kirby Autobuster Plugin
|
||||
|
||||
This plugin is based on the original Cachebuster by Bastian Allgeier, the modified version by Lukas Kleinschmidt with further modifications & enhancemnets by Sonja Broda & James Steel.
|
||||
|
||||
Original plugin did not cache bust autoloaded Javascript or CSS. This plugin does.
|
||||
|
||||
## Features
|
||||
|
||||
* No longer requires modifications to server configuration files
|
||||
* Will cache bust auto loaded CSS & JavaScript
|
||||
|
||||
## Requirements
|
||||
|
||||
This plugin requires Kirby 2.4+
|
||||
|
||||
## Installation
|
||||
|
||||
To use this plugin, place all the files in `site/plugins/autobuster`.
|
||||
|
||||
Now you can activate the plugin with following line in your `config.php`.
|
||||
|
||||
```
|
||||
c::set('autobuster', true);
|
||||
```
|
||||
|
||||
## Authors
|
||||
|
||||
Bastian Allgeier, Lukas Bestle, Lukas Kleinschmidt, Sonja Broda & James Steel
|
||||
Loading…
Add table
Add a link
Reference in a new issue