Issue 108: Some urls are processed the wrong way
Status:  Fixed
Owner:
Closed:  May 2012
Project Member Reported by abdu.e...@gmail.com, Apr 27, 2012
Since version 0.8 mixare checks for the url and content to decide how to process the data(json / xml). It currently ignores the Type property that can be added to an url.

This way if someone uses a custom url which contains one of the following words: wiki, twitter or osm
Then mixare will process the data as those types instead of the default way (explained here: https://code.google.com/p/mixare/wiki/DisplayYourOwnData)

The solution is to also check for the type property before using an other processor than the default ones.

PS:
This problem occured here: 
http://groups.google.com/group/mixare-development/browse_thread/thread/65569c4823877919 
it used docuwiki as an url, and because wiki matches another dataprocessor it uses the wikidataprocessor thus the json data is processed the wrong way.

Apr 27, 2012
Project Member #1 abdu.e...@gmail.com
(No comment was entered for this change.)
Summary: Some urls are processed the wrong way
May 1, 2012
Project Member #2 abdu.e...@gmail.com
(No comment was entered for this change.)
Status: Fixed