diff options
author | pav <pav@FreeBSD.org> | 2009-12-21 21:14:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-21 21:14:51 +0800 |
commit | a0393ecb7e08fc2a2b4835765399d86c2adc1f3e (patch) | |
tree | a0c89c71ed8dee93e684f02b171ec88b428fd307 /www | |
parent | 45d6eedc6530a7c349ccd9da5c8680cabad85054 (diff) | |
download | freebsd-ports-gnome-a0393ecb7e08fc2a2b4835765399d86c2adc1f3e.tar.gz freebsd-ports-gnome-a0393ecb7e08fc2a2b4835765399d86c2adc1f3e.tar.zst freebsd-ports-gnome-a0393ecb7e08fc2a2b4835765399d86c2adc1f3e.zip |
- Update description
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_layout22/Makefile | 2 | ||||
-rw-r--r-- | www/mod_layout22/pkg-descr | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index ddbac8504ce5..fb7f9a892d70 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org -COMMENT= Apache2 module to wrap served pages with a header and/or footer +COMMENT= Apache2.2 module to wrap served pages with a header and/or footer MAKE_JOBS_SAFE= yes diff --git a/www/mod_layout22/pkg-descr b/www/mod_layout22/pkg-descr index 5a6ff6ec7999..ca0eae8f0bb4 100644 --- a/www/mod_layout22/pkg-descr +++ b/www/mod_layout22/pkg-descr @@ -4,11 +4,8 @@ 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. +you can modify with mod_layout. + +THIS VERSION IS ONLY FOR APACHE 2.2.X WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=362 |