mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 09:26:29 +00:00
Remove mention of the obsolete twig-extensions repository
This commit is contained in:
@@ -584,11 +584,6 @@ to host all the specific tags and filters you want to add to Twig.
|
||||
recompile your templates whenever you make a change to it (when
|
||||
``auto_reload`` is enabled).
|
||||
|
||||
.. note::
|
||||
|
||||
Before writing your own extensions, have a look at the Twig official
|
||||
extension repository: https://github.com/twigphp/Twig-extensions.
|
||||
|
||||
An extension is a class that implements the following interface::
|
||||
|
||||
interface Twig_ExtensionInterface
|
||||
|
||||
@@ -524,11 +524,6 @@ to host all the specific tags and filters you want to add to Twig.
|
||||
recompile your templates whenever you make a change to it (when the
|
||||
``auto_reload`` is enabled).
|
||||
|
||||
.. note::
|
||||
|
||||
Before writing your own extensions, have a look at the Twig official
|
||||
extension repository: https://github.com/twigphp/Twig-extensions.
|
||||
|
||||
An extension is a class that implements the following interface::
|
||||
|
||||
interface Twig_ExtensionInterface
|
||||
|
||||
+2
-6
@@ -865,11 +865,8 @@ the modifiers on one side of a tag or on both sides:
|
||||
Extensions
|
||||
----------
|
||||
|
||||
Twig can be extended. If you are looking for new tags, filters, or functions,
|
||||
have a look at the Twig official `extension repository`_.
|
||||
|
||||
If you want to create your own, read the :ref:`Creating an
|
||||
Extension<creating_extensions>` chapter.
|
||||
Twig can be extended. If you want to create your own extensions, read the
|
||||
:ref:`Creating an Extension <creating_extensions>` chapter.
|
||||
|
||||
.. _`Twig bundle`: https://github.com/Anomareh/PHP-Twig.tmbundle
|
||||
.. _`Jinja syntax plugin`: http://jinja.pocoo.org/docs/integration/#vim
|
||||
@@ -877,7 +874,6 @@ Extension<creating_extensions>` chapter.
|
||||
.. _`Twig syntax plugin`: http://plugins.netbeans.org/plugin/37069/php-twig
|
||||
.. _`Twig plugin`: https://github.com/pulse00/Twig-Eclipse-Plugin
|
||||
.. _`Twig language definition`: https://github.com/gabrielcorpse/gedit-twig-template-language
|
||||
.. _`extension repository`: https://github.com/twigphp/Twig-extensions
|
||||
.. _`Twig syntax mode`: https://github.com/bobthecow/Twig-HTML.mode
|
||||
.. _`other Twig syntax mode`: https://github.com/muxx/Twig-HTML.mode
|
||||
.. _`Notepad++ Twig Highlighter`: https://github.com/Banane9/notepadplusplus-twig
|
||||
|
||||
Reference in New Issue
Block a user