added README
authorhaftmann
Sat, 04 Jun 2005 22:45:28 +0200
changeset 16249 7fefdd1a40a2
parent 16248 f1de3731a54d
child 16250 1a91cdebd604
added README
Admin/website/README
--- a/Admin/website/README	Sat Jun 04 22:41:51 2005 +0200
+++ b/Admin/website/README	Sat Jun 04 22:45:28 2005 +0200
@@ -57,7 +57,16 @@
   processed by the preprocessing layer
 * for HTML includes, it is most convenient to name them *.include.html
 * whole dirs maybe selected for statically copying them to the target destination
-  by configuring the project layer 
+  by configuring the project layer
+* for attributes etc. referencing file locations, there is a convenient
+  abbreviation: "//" at the beginning of a path is translated to the root,
+  but expressed relatively to the current location, e. g.
+
+  in abc/def/itsme.html: <a href="//abc/ghi/itsyou.html">
+                becomes: <a href="../def/itsyou.html">
+
+  Further, targets are checked for existances.
+  This is a simple but powerful thing easing to keep the pages consistent.
 
 
 (3) using the project layer framework