corrected some typos
authorhaftmann
Thu, 28 Jul 2005 16:59:30 +0200
changeset 16952 9ce755a0d613
parent 16951 6d21767178e6
child 16953 f025e0dc638b
corrected some typos
Admin/website/README
--- a/Admin/website/README	Thu Jul 28 16:54:19 2005 +0200
+++ b/Admin/website/README	Thu Jul 28 16:59:30 2005 +0200
@@ -4,7 +4,7 @@
 (1) philosophy
 ==============
 
-The webpage sources consists of three different layers:
+The webpage sources consist of three different layers:
 
 a) the presentation layer
 -------------------------
@@ -37,7 +37,7 @@
 c) the preprocessing layer
 --------------------------
 
-This allows to use things like includes, current date and so on:
+This allows to use things like includes, current date, and so on:
 
     "XHTML plus processing instructions"
 
@@ -53,7 +53,7 @@
 You may add arbitrary files to the dir structure, but adhere to the following:
 * use XHTML, not loose HTML
 * only structural markup; if you need layout effects, use CSS
-  (browse the exitings files to get some inspirations)
+  (browse the exiting files to get some inspirations)
 * any files ending with .html are considered as HTML files and are implicitly
   processed by the preprocessing layer
 * for HTML includes, it is most convenient to name them *.include.html to
@@ -67,7 +67,7 @@
   in abc/def/itsme.html: <a href="//abc/ghi/itsyou.html">
                 becomes: <a href="../def/itsyou.html">
 
-  Further, targets are checked for existances.
+  Further, targets are checked for existance.
   This is a simple yet powerful thing easing to keep the pages consistent.
 * for the semantics of the processing instructions, see build/pypager.py
   source code
@@ -83,7 +83,7 @@
 After a correct configuration, the build process may be started by
 > make
 
-The project layer tries to be smart about dependencies, but inlucdes,
+The project layer tries to be smart about dependencies, but includes,
 embedded images and so on are not tracked; to built dependencies anew,
 do
 > make depends