1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: ejs.js
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
debhelper (>= 8.0.0),
dh-buildinfo,
Standards-Version: 3.9.5
Homepage: https://github.com/visionmedia/ejs/
Vcs-Git: git://anonscm.debian.org/collab-maint/ejs.js.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ejs.js.git
Package: node-ejs
Architecture: all
Depends:
${misc:Depends},
nodejs (>= 0.6.19~dfsg-1-3~),
Description: Embedded JavaScript templates for Node.js
Features of EJS:
.
- Complies with the Express view system
- Static caching of intermediate JavaScript
- Unbuffered code for conditionals etc <% code %>
- Escapes html by default with <%= code %>
- Unescaped buffering with <%- code %>
- Supports tag customization
- Filter support for designer-friendly templates
- Includes
- Client-side support
- Newline slurping with <% code -%> or <% -%> or <%= code -%> or
<%- code -%>
.
This package provides EJS support to Node.js.
Package: libjs-ejs
Architecture: all
Depends:
${misc:Depends},
Description: Embedded JavaScript templates (client support)
Features of EJS:
.
- Complies with the Express view system
- Static caching of intermediate JavaScript
- Unbuffered code for conditionals etc <% code %>
- Escapes html by default with <%= code %>
- Unescaped buffering with <%- code %>
- Supports tag customization
- Filter support for designer-friendly templates
- Includes
- Client-side support
- Newline slurping with <% code -%> or <% -%> or <%= code -%> or
<%- code -%>
.
This package provides EJS support to clients (i.e. browsers).
|