diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-24 05:32:23 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-24 05:32:23 +0800 |
commit | 61a4407458f3556e9754ef1e29bc52e8b7ab427a (patch) | |
tree | 78c0151101102b492d0ba047c830a74eef196083 /www/mod_layout22/pkg-descr | |
parent | 9bdc183d148201328944a89dd49562c229363c63 (diff) | |
download | freebsd-ports-graphics-61a4407458f3556e9754ef1e29bc52e8b7ab427a.tar.gz freebsd-ports-graphics-61a4407458f3556e9754ef1e29bc52e8b7ab427a.tar.zst freebsd-ports-graphics-61a4407458f3556e9754ef1e29bc52e8b7ab427a.zip |
Add mod_layout2 4.0.1a,
apache2 module to wrap served pages with a
header and/or footer.
PR: 45496
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'www/mod_layout22/pkg-descr')
-rw-r--r-- | www/mod_layout22/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/mod_layout22/pkg-descr b/www/mod_layout22/pkg-descr new file mode 100644 index 00000000000..66cd42238f7 --- /dev/null +++ b/www/mod_layout22/pkg-descr @@ -0,0 +1,14 @@ +mod_layout is a utility to wrap served webpages. This means it can +add a footer or header to a document. This allows you to create a +standard look and feel throughout a website without using SSI. +Some example uses are adding standard disclaimers to the bottom of +all pages, banner ads to the top of all pages, or even a menu at +the beginning of a page. There are many other per-document settings +you can modify with mod_layout; Currently this mod_layout version +is still an alpha version. But it can be used in production +environment for people who need Apache 2.0.x. +THIS VERSION IS ONLY FOR APACHE 2.0.X +New mod_layout features won't be backported to mod_layout 3.x designed +for apache 1.3.x. +See, for more informations : +WWW: http://software.tangent.org/projects.pl?view=mod_layout |