summaryrefslogtreecommitdiff
path: root/www/mod_layout/pkg-descr
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-03 04:04:48 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-03 04:04:48 +0000
commit13d131206d45a842809186df6b17e34554e715d1 (patch)
treee3291fb6f80a8d6f1d661efe701feea4d5ef0930 /www/mod_layout/pkg-descr
parento Update to 0.3.1 (diff)
o Update to 3.0
o Support NOPORTDOCS and deploy DOCSDIR o Update COMMENT, DESCR, PKGMESSAGE and WWW tag o Clean up installation (enable httpd.conf stuff by default) o Install better documentation PR: 29254 Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r--www/mod_layout/pkg-descr23
1 files changed, 9 insertions, 14 deletions
diff --git a/www/mod_layout/pkg-descr b/www/mod_layout/pkg-descr
index f75b3ed788ed..9de7f17673d8 100644
--- a/www/mod_layout/pkg-descr
+++ b/www/mod_layout/pkg-descr
@@ -1,18 +1,13 @@
-From the software's FAQ list:
- So what is Mod Layout?
+mod_layout is a utility to wrap served webpages. This means it can
+add a footer ot 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; see the file 'faq.html' for more
+information.
- Mod layout wraps a page, by saying this I mean that it can place
- information at both the beginning and the end of a document. This
- allows you do create a single look and feel throughout a website
- without using server side includes to "automagically" add content
- in either of these two locations. You can use it to add standard
- disclaimers to all of the pages on a server or to place banner
- adds on the top of all pages (I know, banner adds, ick...). I've
- even seen people use the header and footer to place the entire
- contents of a given server inside of tables. There are many
- possibilities.
-
-WWW: http://www.tangent.org/mod_layout/
+WWW: http://software.tangent.org/projects.pl?view=mod_layout
- Pete
petef@databits.net