Added whitespace after quote.

This commit is contained in:
http://ypid.wordpress.com/ 2014-06-24 17:05:31 +00:00 committed by admin
parent 767454396f
commit a291766255

View file

@ -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)