# HG changeset patch # User haftmann # Date 1122562770 -7200 # Node ID 9ce755a0d61345c2a047840fa4086d637ad7b9da # Parent 6d21767178e6acf6a8a777dc165df872def7df20 corrected some typos diff -r 6d21767178e6 -r 9ce755a0d613 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: becomes: - 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