From 4245f74485241f52329fed57eefc938657723301 Mon Sep 17 00:00:00 2001 From: Daniel Lienert Date: Wed, 29 Mar 2017 19:18:46 +0200 Subject: [PATCH] TASK: Remove the WIP not in the readme --- Readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index a88f22d..b5c1976 100644 --- a/Readme.md +++ b/Readme.md @@ -1,10 +1,8 @@ -[![StyleCI](https://styleci.io/repos/56771923/shield?branch=master)](https://styleci.io/repos/56771923) [![Build Status](https://travis-ci.org/neos/metadata-extractor.svg?branch=master)](https://travis-ci.org/neos/metadata-extractor) [![Latest Stable Version](https://poser.pugx.org/neos/metadata-extractor/v/stable)](https://packagist.org/packages/neos/metadata-extractor) [![Total Downloads](https://poser.pugx.org/neos/metadata-extractor/downloads)](https://packagist.org/packages/neos/metadata-extractor) +[![StyleCI](https://styleci.io/repos/56771923/shield?branch=master)](https://styleci.io/repos/56771923) [![Build Status](https://travis-ci.org/neos/metadata-extractor.svg?branch=master)](https://travis-ci.org/neos/metadata-extractor) [![Latest Stable Version](https://poser.pugx.org/neos/metadata-extractor/v/stable)](https://packagist.org/packages/neos/metadata-extractor) [![Total Downloads](https://poser.pugx.org/neos/metadata-extractor/downloads)](https://packagist.org/packages/neos/metadata-extractor) [![License](https://poser.pugx.org/neos/metadata-extractor/license)](https://packagist.org/packages/neos/metadata-extractor) # Neos Meta Data Extractor Package This package handles extraction of meta data from assets. -**Note: This package is work in progress. The class structure and interfaces may change a lot over time. The package is not meant for productive use.** - The package provides the `ExtractorInterface`. With `isSuitableFor()` the implementing classes decide if they will be used for a specific resource. The `AbstractExtractor` implements a check by media type. Just extend and set `$compatibleMediaTypes` to the possible media type range(s). Returned DTOs are added to a collection and forwarded to the central `MetaDataManger` of the package *Neos.MetaData*. ## Extractors