This directory contains several example projects that demonstrate different web-indexer behaviors based on special control files.
A standard project directory with no special control files. Web-indexer will:
Contains a .skipindex file. Web-indexer will:
index.html file (which exists here)This directory appears in listings but uses its custom index.html instead of a generated one.
A project with mixed content including a private/ subdirectory that contains a .noindex file:
private/ subdirectory is completely hidden from listingsprivate/ are not accessible through the web interfaceThere is also a project-d-ignored directory in the source data that you won't see in any listings. It contains a .noindex file, which means:
This demonstrates the difference between .skipindex (visible but not indexed) and .noindex (completely hidden).
.noindex - Directory is completely excluded from listings and indexing.skipindex - Directory appears in listings but no index page is generated