Pico/lib
Daniel Rudolf 7537159868 Remove the need to register headers during onMetaHeaders()
Why? I'm currently writing the user docs and I really have no idea how to explain this whole process in a non-technical way... It is very likely that a normal user wants to use custom tags and it would be absurd to tell him,that he should learn a programming language to do so. On the other hand, providing a copy-and-paste template makes the whole idea of explicitly registering headers worthless. The only reasonable solution is to remove the need to register headers.

Anyway, I think @PontusHorn is right to say that registering headers makes the whole system more predictable. So plugin developers are still instructed to register their meta headers during . We actually can't check and ensure this, but that's imho the best solution.
2015-10-05 01:50:55 +02:00
..
AbstractPicoPlugin.php Support $config['<plugin name>']['enabled'] option 2015-10-04 22:52:08 +02:00
Pico.php Remove the need to register headers during onMetaHeaders() 2015-10-05 01:50:55 +02:00
PicoPluginInterface.php Re-add lost PicoPluginInterface 2015-09-15 13:20:52 +02:00