serious updates

This commit is contained in:
Lazy Hippopotamus
2024-03-11 20:32:25 -04:00
parent a9133bc903
commit 4472bc77e0
30 changed files with 6 additions and 407 deletions

View File

@@ -7,6 +7,8 @@
periodically for information on new releases, design considerations, known bugs, etc. You can think of it as a miniblog.
</div>
<div class="text">
<b>2024-3-11:</b> Model updates, and now this site can actually be built by the latest sitix updates :D.
<br><br>
<b>2024-3-10:</b> Now the project-object model is a LOT better. When a lookup fails for something that is also a valid filename, that file is loaded as an object
(so subsequent lookups will find it). This means it's possible to replicate the behavior of \[#file] with \[^file], although because of child-access you need to
escape the filename (like <code>\[^directory/file\\.html]</code>). The latter also allows accessing objects inside a file without rendering that file. The old include

View File

@@ -21,7 +21,7 @@
<a href="[^baseurl]"><img src="[^baseurl]/res/sitix-large.png"/></a>
<div>
[f pages i]
<a href="[^baseurl]/pages/[^i.filename]">[^i.title]</a>
<a href="[^baseurl]/[^i.filename]">[^i.title]</a>
[/]
</div>
</div>
@@ -51,7 +51,7 @@
<b>Places in This Site</b><br>
<a href="[^baseurl]">Home</a><br>
[f pages i]
<a href="[^baseurl]/pages/[^i.filename]">[^i.title]</a><br>
<a href="[^baseurl]/[^i.filename]">[^i.title]</a><br>
[/]
</div>
<div>