30 lines
432 B
ReStructuredText
30 lines
432 B
ReStructuredText
=========
|
|
Plugins
|
|
=========
|
|
|
|
Signals
|
|
-------
|
|
|
|
.. data:: sigal.signals.img_resized
|
|
:noindex:
|
|
|
|
Called after the image is resized.
|
|
|
|
Write a new plugin
|
|
------------------
|
|
|
|
See an example with the copyright plugin:
|
|
|
|
.. literalinclude:: ../sigal/plugins/copyright.py
|
|
:language: python
|
|
|
|
Adjust plugin
|
|
-------------
|
|
|
|
.. automodule:: sigal.plugins.adjust
|
|
|
|
Copyright plugin
|
|
----------------
|
|
|
|
.. automodule:: sigal.plugins.copyright
|