# HG changeset patch # User haftmann # Date 1117917928 -7200 # Node ID 7fefdd1a40a219aa650827b72fdbc163845f7444 # Parent f1de3731a54d534b721c26343e76575632344a48 added README diff -r f1de3731a54d -r 7fefdd1a40a2 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: + becomes: + + 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