[Webapps-common-discuss] webapps-common/doc Webapps-Policy-Manual-DRAFT.sgml,1.7,1.8

neilm@haydn.debian.org neilm@haydn.debian.org


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

Modified Files:
	Webapps-Policy-Manual-DRAFT.sgml 
Log Message:
Added section on terms and conventions


Index: Webapps-Policy-Manual-DRAFT.sgml
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/doc/Webapps-Policy-Manual-DRAFT.sgml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Webapps-Policy-Manual-DRAFT.sgml	29 Jun 2005 11:49:44 -0000	1.7
+++ Webapps-Policy-Manual-DRAFT.sgml	29 Jun 2005 13:06:15 -0000	1.8
@@ -70,6 +70,25 @@
 		<sect id="about-related">Related Documents
 			<p>
 				FIXME: This Policy is deeply bound to the Debian Policy Manual...
+	<chapt id="terms">Terms and Conventions
+		<p>
+			<taglist>
+				<tag><item>
+					<p><strong>httpd</strong>
+					<p>Any server providing http
+				<tag><item>
+					<p><strong>Web application</strong>
+					<p>A suite of static/dynamic pages for common purpose
+				<tag><item>
+					<p><strong>Static pages</strong>
+					<p>Pages requiring no server interpretation/execution
+				<tag><item>
+					<p><strong>Dynamically interpreted pages</strong>
+					<p>Pages requiring server interpretation to generate web content. <em>Most PHP applications are based from this type of content.</em>
+				<tag><item>
+					<p><strong>Dynamically executed pages</strong>
+					<p>Similar to interpreted pages, but instead of interpretation the content is obtained by execution of a script or binary. <em>Most packages using a "cgi-bin" would fall under this category.</em>
+			</taglist>
 	<chapt id="issues">Common issues and recommended solutions
 		<p>
 			Packaging a web application is much hard than it could seem in the first place.