From c3ea3e03fa86a1203c4db9bb14e156fd11c8fac8 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 23 Sep 2013 23:02:09 -0400 Subject: Initial commit. --- (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..89ab565 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: ssic +Section: web +Priority: optional +Maintainer: "P. J. McDermott" +Build-Depends: debhelper (>= 9.0.0) +Build-Depends-Indep: perl, libcgi-ssi-perl +Standards-Version: 3.9.4 + +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. -- cgit v0.9.1