diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html index e7a1432..f9199d2 100644 --- a/bootstrapper-manual.html +++ b/bootstrapper-manual.html @@ -132,7 +132,7 @@
  • The IRC USER message is adjusted to contain nonce=... in the 'realname' field.
  • Metadata Patches

    -

    Metadata Patches are loaded from text files in the OpenWF/Metadata Patches/ folder.

    +

    Metadata Patches are loaded from .txt files in the OpenWF/Metadata Patches/ folder.

    They are generally parsed line by line, with roughly the following steps being taken for each line:

    1. If the line starts with /, a new patch for the given absolute path is started. If the line ends on &, the next line that also starts with / will be added to this patch instead of creating a new patch.