[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#799815: ITP: golang-github-yosssi-ace -- HTML template engine for Go



Package: wnpp
Severity: wishlist
Owner: Anthony Fok <foka@debian.org>

* Package name    : golang-github-yosssi-ace
  Version         : 0.0.4+git20150515.41.78e48a2-1
  Upstream Author : Keiji Yoshida
* URL             : https://github.com/yosssi/ace
* License         : MIT
  Programming Lang: Go
  Description     : HTML template engine for Go

 Ace is an HTML template engine for Go.  This is inspire by
 Slim (http://slim-lang.com/) and Jade (http://jade-lang.com/).
 This is a refinement of Gold (http://gold.yoss.si/).
 .
 Example:
 .
   ace = doctype html html lang=en
   head
     title Hello Ace = css
       h1 { color: blue; }
   body
     h1 {{.Msg}} #container.wrapper
       p..
         Ace is an HTML template engine for Go.
         This engine simplifies HTML coding in Go web application development.
     = javascript
       console.log('Welcome to Ace');

Reason for packaging:
 "github.com/yosssi/ace" is needed by
 "github.com/spf13/hugo", i.e. Hugo the static website generator.

To be maintained within the pkg-go team.


Reply to: