--- 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