-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelations.xml
43 lines (42 loc) · 1.51 KB
/
relations.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<!-- ios, MO, win, lin, and -->
<COMPARISONS>
<COMPARISON>
<ID>ios</ID>
<ID>MO</ID>
<AUDIO>media/io_mo.mp3</AUDIO>
<HTML>http://www.infoworld.com/article/2612286/ios/9-dumb-differences-between-ios-and-os-x-apple-should-fix.html
<NAME>Dumb differences</NAME>
</HTML>
<SIMILARITY>Only supposed to run on devices created by Apple</SIMILARITY>
<DIFFERENCE>iOS runs on mobile devices; MacOs runs on laptops and desktops</DIFFERENCE>
</COMPARISON>
<COMPARISON>
<ID>ios</ID>
<ID>and</ID>
<HTML>http://www.diffen.com/difference/Android_vs_iOS</HTML>
<SIMILARITY>Mainly for mobile devices</SIMILARITY>
<DIFFERENCE>iOS mainly runs on devices created by Apple, Android is not targeting specific hardware</DIFFERENCE>
<DIFFERENCE>Android is opensource, iOS is closed source</DIFFERENCE>
</COMPARISON>
<COMPARISON>
<ID>win</ID>
<ID>MO</ID>
<ID>lin</ID>
<SIMILARITY>Mainly for desktop and laptop computers</SIMILARITY>
<AUDIO>media/lydeks_lang.mp3</AUDIO>
<AUDIO>media/lydeks.mp3</AUDIO>
</COMPARISON>
<COMPARISON>
<ID>and</ID>
<ID>lin</ID>
<SIMILARITY>Open source</SIMILARITY>
<SIMILARITY>Based on the same kernel</SIMILARITY>
<DIFFERENCE>Android is for mobile devices, Linux is mainly used on servers, desktops, and laptops</DIFFERENCE>
</COMPARISON>
<COMPARISON>
<ID>win</ID>
<ID>lin</ID>
<COMMENT>Windows and Ubuntu-linux have versions that are for mobile devices.</COMMENT>
</COMPARISON>
</COMPARISONS>