mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michaël Zasso
60d1aac8d2
|
8 years ago | |
---|---|---|
.. | ||
AUTHORS | 8 years ago | |
Jinja2-2.8.tar.gz.md5 | 8 years ago | |
Jinja2-2.8.tar.gz.sha512 | 8 years ago | |
LICENSE | 8 years ago | |
OWNERS | 8 years ago | |
README.chromium | 8 years ago | |
__init__.py | 8 years ago | |
_compat.py | 8 years ago | |
_stringdefs.py | 8 years ago | |
bccache.py | 8 years ago | |
compiler.py | 8 years ago | |
constants.py | 8 years ago | |
debug.py | 8 years ago | |
defaults.py | 8 years ago | |
environment.py | 8 years ago | |
exceptions.py | 8 years ago | |
ext.py | 8 years ago | |
filters.py | 8 years ago | |
get_jinja2.sh | 8 years ago | |
lexer.py | 8 years ago | |
loaders.py | 8 years ago | |
meta.py | 8 years ago | |
nodes.py | 8 years ago | |
optimizer.py | 8 years ago | |
parser.py | 8 years ago | |
runtime.py | 8 years ago | |
sandbox.py | 8 years ago | |
tests.py | 8 years ago | |
utils.py | 8 years ago | |
visitor.py | 8 years ago |
README.chromium
Name: Jinja2 Python Template Engine
Short Name: jinja2
URL: http://jinja.pocoo.org/
Version: 2.8
License: BSD 3-clause License
License File: NOT_SHIPPED
Security Critical: no
Description:
Template engine for code generation in Blink.
Source: https://pypi.python.org/packages/f2/2f/0b98b06a345a761bec91a079ccae392d282690c2d8272e708f4d10829e22/Jinja2-2.8.tar.gz
MD5: edb51693fe22c53cee5403775c71a99e
SHA-1: 4a33c1a0fd585eba2507e8c274a9cd113b1d13ab
Local Modifications:
This only includes the jinja2 directory from the tarball and the LICENSE and
AUTHORS files. Unit tests (testsuite directory) have been removed.
Additional chromium-specific files are:
* README.chromium (this file)
* OWNERS
* install script (get_jinja2.sh)
* files of hashes (MD5 is also posted on website, SHA-512 computed locally).
Script checks hash then unpacks archive and installs desired files.
Retrieve or update by executing jinja2/get_jinja2.sh from third_party.