diff --git a/doc/forum/__91__announce__93___metadata_extration_utility.mdwn b/doc/forum/__91__announce__93___metadata_extration_utility.mdwn index 382ee1dd58..3214f36d9b 100644 --- a/doc/forum/__91__announce__93___metadata_extration_utility.mdwn +++ b/doc/forum/__91__announce__93___metadata_extration_utility.mdwn @@ -3,7 +3,7 @@ Let me announce 'metatag', a simple metadata extraction utility. The Design Idea is to make it completely event driven. There are string matching rules over added metadata, who invoke engines when matched, which in turn add more metadata and so on. Thus the whole metadata extraction process is controlled by those easily configurable rules. Processing a file or -directory just starts by adding "/=filename"to the metadata, everything else bootstraps from that. After metadata +directory just starts by adding "/=filename" to the metadata, everything else bootstraps from that. After metadata got extracted there are exporters which implement different backends for storing this metadata (currently only a 'print' and a 'gitannex' exporter are implemented)