FileSystemProvider

File System Provider#

This is the default Provider that writes the page out to a flat file.

FileSystemProvider creates a directory (where the path is what you specify) that contains all the Wiki pages.

This works by placing a two files for each page. A content file (pageName.txt) and a metadata file (pageName.properties).

By default all pages have a single version (-1).

NOTE
FileSystemProvider uses a simple file storage that has no versioning information.

See: HowToEnableVersions
Category.Documentation