[Webapps-common-discuss] webapps-common README,1.2,1.3

seanius at haydn.debian.org seanius at haydn.debian.org
Fri Mar 31 07:04:58 UTC 2006


Update of /cvsroot/webapps-common/webapps-common
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv4048

Modified Files:
	README 
Log Message:
some offline work i did

Index: README
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README	30 Jul 2005 09:37:05 -0000	1.2
+++ README	31 Mar 2006 07:04:53 -0000	1.3
@@ -1,16 +1,28 @@
-this is the current intended layout, as it stands right now:
+Welcome to the source package for webapps-common!  Here's a rough table
+of contents for the layout in this source package:
+
+- ./debian : 
+	what you'd expect.
+
+- ./doc : 
+	again, what you'd expect.
+
+- ./dpkg : 
+	webapps-common hooks used by packages' maintainer scripts.
+	in here scripts are divided by the type of maintainer script
+	(postinst, prerm, etc) expected to call them.  see the docs and
+	examples for how they should call them.
+
+- ./internal : 
+	this directory holds most of the internal functions used by
+	the scripts in the previous section.  for example, restarting
+	running httpd servers, listing installed servers, etc.
+
+- ./templates :
+	template/default versions of some configuration files
+
+- ./examples :
+	source packages which as simply as possible show of the features
+	of webapps-common.  run ./examples/buildpackages.sh will build
+	the debs for you if you're lazy :)
 
-- ./debian : what you'd expect
-- ./doc : again, what you'd expect
-- ./dpkg : where the various maintainer script hooks will go.  see
-           how i have things laid out in dbconfig-common if you're
-	   curious of my intentions.
-- ./internal : to "do stuff" section.  again, see dbconfig-common's
-               architecture to get an idea.
-- ./install/ : per-package installation files
-- ./install/$package/httpd/$httpd/conf-partial : optional configuration
-                                                 code to be included inline
-																 in generic config file
-- ./install/$package/httpd/$httpd/conf : optional package configuration
-                                         to override generic config file
-													  not recommended unless necessary




More information about the Webapps-common-discuss mailing list