summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 993c374a066d2012f895e74afc5ea060d9f581de (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.4
Homepage: http://www.pehjota.net/projects/ssic/

Package: ssic
Architecture: all
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.