ZenonZ / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

Some urls are processed the wrong way #108

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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: http://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/65569c482
3877919 
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.

Original issue reported on code.google.com by abdu.e...@gmail.com on 27 Apr 2012 at 9:57

GoogleCodeExporter commented 8 years ago

Original comment by abdu.e...@gmail.com on 27 Apr 2012 at 10:00

GoogleCodeExporter commented 8 years ago

Original comment by abdu.e...@gmail.com on 1 May 2012 at 8:03