[Webapps-common-discuss] webapps-common/doc Makefile, 1.3, 1.4 PHP-Policy-Manual-DRAFT.sgml, 1.5, 1.6 Webapps-Policy-Manual-DRAFT.sgml, 1.19, 1.20

neilm at haydn.debian.org neilm at haydn.debian.org
Mon Apr 3 18:31:49 UTC 2006


Update of /cvsroot/webapps-common/webapps-common/doc
In directory haydn:/tmp/cvs-serv10940

Modified Files:
	Makefile PHP-Policy-Manual-DRAFT.sgml 
	Webapps-Policy-Manual-DRAFT.sgml 
Log Message:
* Add removal of xml files to makefile
* Add a bit of text about wteh webapps-common package
* Web created configs should be in /etc. They're still configs


Index: Makefile
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/doc/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	17 Oct 2005 11:01:01 -0000	1.3
+++ Makefile	3 Apr 2006 18:31:47 -0000	1.4
@@ -16,7 +16,7 @@
 clean:	${foreach f, ${TARGETS}, ${f}-clean}
 	
 %-clean:
-	rm -rf ${foreach ext,xml dvi html info ps pdf txt tov tex tpt, ${@:-clean=}.${ext}}
+	rm -rf ${foreach ext,xml dvi html info ps pdf txt tov tex tpt docbookxml, ${@:-clean=}.${ext}}
 
 %.xml:	%.sgml
 	debiandoc2docbookxml ${@:.xml=.sgml}

Index: PHP-Policy-Manual-DRAFT.sgml
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/doc/PHP-Policy-Manual-DRAFT.sgml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- PHP-Policy-Manual-DRAFT.sgml	24 Nov 2005 10:28:52 -0000	1.5
+++ PHP-Policy-Manual-DRAFT.sgml	3 Apr 2006 18:31:47 -0000	1.6
@@ -32,8 +32,7 @@
 			Debian GNU/Linux distribution or on the World Wide
 			Web at the GNU General Public Licence. You can
 			also obtain it by writing to the Free Software
-			Foundation, Inc., 59 Temple Place - Suite 330,
-			Boston, MA 02111-1307, USA.
+			Foundation, Inc., 52 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 	<toc sect1>
 
 	<chapt id="about">About this manual

Index: Webapps-Policy-Manual-DRAFT.sgml
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/doc/Webapps-Policy-Manual-DRAFT.sgml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Webapps-Policy-Manual-DRAFT.sgml	5 Aug 2005 05:27:12 -0000	1.19
+++ Webapps-Policy-Manual-DRAFT.sgml	3 Apr 2006 18:31:47 -0000	1.20
@@ -6,7 +6,7 @@
 	<author>Neil McGovern
 	<author>Sean Finney			
 	<version>
-		$Revision$
+		Revision: DRAFT-1.9
 	<abstract>
 		This manual describes the policy requirements for the
 		packaging of web application in the Debian GNU/Linux
@@ -16,7 +16,7 @@
 		that each web application package must satisfy to be
 		included in the distribution.
 	<copyright>
-		Copyright © 2005 The Debian Webapps Team
+		Copyright © 2005-2006 The Debian Webapps Team
 		<email>debian-webapps at lists.debian.org</email>.
 		<p>
 			This manual is free software; you may redistribute
@@ -36,8 +36,7 @@
 			Debian GNU/Linux distribution or on the World Wide
 			Web at the GNU General Public Licence. You can
 			also obtain it by writing to the Free Software
-			Foundation, Inc., 59 Temple Place - Suite 330,
-			Boston, MA 02111-1307, USA.
+			Foundation, Inc., 52 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 	<toc sect1>
 
 	<chapt id="about">About this manual
@@ -253,12 +252,8 @@
 					administrator should always be
 					able to prevent this behaviour
 					by changing the file permissions
-					via dpkg-statoverride.
-
-					<em>TODO</em>: should
-					configuration files generated via
-					a web interface exist in /etc,
-					or in /var/lib as included files?
+					via dpkg-statoverride. These application created files
+					should be located in <file>/etc/<var>PACKAGE</var></file>.
 				<p>
 					The following table reflects the
 					requirements for configuration
@@ -535,5 +530,13 @@
 			</list>
 
 		<sect id="tools-webapps">webapps-common
-			
+		<p> <package>webapps-common</package>provides a centralized
+			set of tools and procedures for configuring web applications,
+			webserver extensions, and other packages related to the world
+			of web applications. Details of this package, and it's implementation
+			can be found in the <url id="http://webapps-common.alioth.debian.org/draft-wac/html" name="webapps-common developer's guide">.
+			The <package>webapps-common</package> package may be used instead of
+			registering applications directly with the webserver, as described in
+			<em>Registering and unregistering an application with web servers</em> section.
+					
 </book>




More information about the Webapps-common-discuss mailing list