first commit

This commit is contained in:
Sven Wappler
2021-04-17 00:26:33 +02:00
commit 866c63cc63
813 changed files with 100696 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
You need to set <code>config.index_enable = 1</code> to allow page indexing.
The following sites were found with indexing disabled:
<ul>
<f:for each="{pages}" as="page">
<li>[{page.uid}] {page.title}</li>
</f:for>
</ul>