Projects Directory Overview

This directory contains several example projects that demonstrate different web-indexer behaviors based on special control files.

Back to demo list

project-a Fully Indexed

A standard project directory with no special control files. Web-indexer will:

project-b-skip-index Skip Index

Contains a .skipindex file. Web-indexer will:

This directory appears in listings but uses its custom index.html instead of a generated one.

project-c Partially Indexed

A project with mixed content including a private/ subdirectory that contains a .noindex file:

Hidden Directory: project-d-ignored

There 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).

Control File Summary