summaryrefslogtreecommitdiffstats
path: root/projects/index.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.mdwn')
-rw-r--r--projects/index.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/projects/index.mdwn b/projects/index.mdwn
index 8783b6b..4a0c664 100644
--- a/projects/index.mdwn
+++ b/projects/index.mdwn
@@ -20,6 +20,15 @@ Within this project, I've also developed a number of programs, including:
* [markdownbook](http://git.proteanos.com/markdownbook/markdownbook.git/)
* [pro-archman](http://www.proteanos.com/dev/pro-archman/)
+[ssic (Server Side Includes Compiler)](ssic/)
+---------------------------------------------
+
+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.
+
[cgol (Curses Game of Life)](cgol/)
-----------------------------------