raintpl 3.1.0-1 source package in Ubuntu

Changelog

raintpl (3.1.0-1) unstable; urgency=medium

  * updated the watch file to use https://github.com/feulf/raintpl3
  * modified d/control:
    - updated Homepage: Closes: #898838
    - upgraded Standards-Version and dh-level
    - added a dependency on pkg-php-tools and libjs-less
    - made a more comprehensive description
    - added Vcs stuff
  * simplified the packaging, with a file raintpl.install
  * fixed a few quirks with override_dh_install in d/rules

 -- Georges Khaznadar <email address hidden>  Mon, 31 Dec 2018 15:47:35 +0100

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
raintpl_3.1.0-1.dsc 1.8 KiB 3941d002467f706b3a3796e8a0003c9610d67e051d84124e25245b3464203be3
raintpl_3.1.0.orig.tar.gz 262.0 KiB 6a2c80b5b26ff841cff6c0a7d5203892e59a419960c143d0891d3c71f2e7179d
raintpl_3.1.0-1.debian.tar.xz 2.3 KiB ed34d93a7e6cda522833bf3a3096a38666088ab24163ff6df9fef54ce6615315

Available diffs

No changes file available.

Binary packages built by this source

raintpl: easy and fast template engine for PHP

 RainTPL is an easy template engine for PHP that enables designers and
 developers to work better together, it loads HTML template to
 separate the presentation from the logic.
 .
 Features
 --------
 .
    - Easy for designers, only 10 tags, {$variable}, {#constant#}, {include},
      {loop}, {if}, { comment }, {noparse}, {function}
    - Easy for developers, 5 methods to load and draw templates.
    - Powerful, modifier and operation with variables
    - Extensible, load plugins and register new tags
    - Secure, sandbox with blacklist.