blob: 6c881443f8549fc612dff2d327ad3dc74f94a94b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Source: ssic
Section: web
Priority: optional
Maintainer: "P. J. McDermott" <pj@pehjota.net>
Build-Depends: debhelper (>= 9.0.0)
Build-Depends-Indep: perl, libcgi-ssi-perl
Standards-Version: 3.9.5
Homepage: http://www.pehjota.net/projects/ssic/
Package: ssic
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libcgi-ssi-perl
Multi-Arch: foreign
Description: Server Side Includes compiler
This is ssic, a Server Side Includes Compiler.
.
ssic processes HTML documents with SSI directives formatted as SGML comments.
It can be used to process documents without an HTTP server for local browsing
or to generate static HTML documents to be efficiently served by an HTTP
server. Documents could even be preprocessed, e.g. by a Markdown processor,
before being parsed with ssic.
|