summaryrefslogtreecommitdiff
path: root/textproc/libflate/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libflate/pkg-descr')
-rw-r--r--textproc/libflate/pkg-descr9
1 files changed, 0 insertions, 9 deletions
diff --git a/textproc/libflate/pkg-descr b/textproc/libflate/pkg-descr
deleted file mode 100644
index fe60ebd5583c..000000000000
--- a/textproc/libflate/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Flate is a template library used to deal with html code in CGI applications.
-The library includes C and Perl support. All html code is put in an external
-file (the template) and printed using the library functions: variables, zones
-(parts to be displayed or not) and tables (parts to be displayed 0 to n times).
-Using this method you don't need to modify/recompile your application when
-modifying html code, printing order doesn't matter in your CGI code, and your
-CGI code is much cleaner.
-
-WWW: http://flate.dead-inside.org/