projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d76d670
)
added a note about the Twig extension DLL for Windows
author
Fabien Potencier
<fabien.potencier@gmail.com>
Wed, 4 Jan 2012 14:15:01 +0000 (15:15 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Wed, 4 Jan 2012 14:15:01 +0000 (15:15 +0100)
doc/intro.rst
patch
|
blob
|
history
diff --git
a/doc/intro.rst
b/doc/intro.rst
index
a0f49a0
..
3734597
100644
(file)
--- a/
doc/intro.rst
+++ b/
doc/intro.rst
@@
-79,6
+79,10
@@
Finally, enable the extension in your ``php.ini`` configuration file:
And from now on, Twig will automatically compiles your templates to take
advantage of the C extension.
+.. tip::
+
+ On Windows, you can also simply download and install a `pre-build DLL`_.
+
Basic API Usage
---------------
@@
-121,3
+125,4
@@
filesystem loader::
echo $twig->render('index.html', array('name' => 'Fabien'));
.. _`download page`: https://github.com/fabpot/Twig/tags
+.. _`pre-build DLL`: https://github.com/stealth35/stealth35.github.com/downloads