软件包:douceur(0.2.0-3 以及其他的) [debports]
simple CSS parser and inliner in Go (program)
This package provides douceur, a simple CSS parser and HTML inliner.
Parser is vaguely inspired by CSS Syntax Module Level 3 (https://www.w3.org/TR/css-syntax-3/) and corresponding JS parser (https://github.com/tabatkins/parse-css).
Inliner only parses CSS defined in HTML document; it DOES NOT fetch external stylesheets (for now).
Parse a CSS file and display result:
$ douceur parse inputfile.css
Inline CSS in an HTML document and display result:
$ douceur inline inputfile.html
其他与 douceur 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libgo23
- Runtime library for GNU Go applications