Added whitespace after quote.
This commit is contained in:
parent
767454396f
commit
a291766255
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
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.
|
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
|
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
|
got extracted there are exporters which implement different backends for storing this metadata (currently only a
|
||||||
'print' and a 'gitannex' exporter are implemented)
|
'print' and a 'gitannex' exporter are implemented)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue