2008-11-16 02:41:31 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<root>
|
|
|
|
<!-- Windows -->
|
2008-11-17 03:00:54 +03:00
|
|
|
<regexp value="(Microsoft|Windows|Win32)">
|
2008-11-16 02:41:31 +03:00
|
|
|
<info type="Windows"/>
|
|
|
|
</regexp>
|
|
|
|
|
2008-11-17 20:41:02 +03:00
|
|
|
<regexp value="Service Pack (\d)">
|
|
|
|
<info sp="1"/>
|
2008-11-17 14:22:03 +03:00
|
|
|
</regexp>
|
|
|
|
|
2008-11-17 20:41:02 +03:00
|
|
|
<regexp value="Microsoft.*7\.0">
|
|
|
|
<info type="Windows" distrib="Vista"/>
|
2008-11-16 02:41:31 +03:00
|
|
|
</regexp>
|
|
|
|
|
2008-11-17 14:22:03 +03:00
|
|
|
<regexp value="Microsoft.*6\.0">
|
|
|
|
<info type="Windows" distrib="2003"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Microsoft.*5\.1">
|
|
|
|
<info type="Windows" distrib="XP"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Microsoft.*5\.0">
|
|
|
|
<info type="Windows" distrib="2000"/>
|
|
|
|
</regexp>
|
|
|
|
|
2008-11-16 02:41:31 +03:00
|
|
|
|
|
|
|
<!-- Linux -->
|
|
|
|
<regexp value="Linux">
|
|
|
|
<info type="Linux"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Cobalt">
|
|
|
|
<info type="Linux" distrib="Cobalt"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Conectiva">
|
|
|
|
<info type="Linux" distrib="Conectiva"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Debian">
|
|
|
|
<info type="Linux" distrib="Debian or Ubuntu"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Fedora">
|
|
|
|
<info type="Linux" distrib="Fedora"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Gentoo">
|
|
|
|
<info type="Linux" distrib="Gentoo"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Knoppix">
|
|
|
|
<info type="Linux" distrib="Knoppix"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="(Mandrake|Mandriva)">
|
|
|
|
<info type="Linux" distrib="Mandrake"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Red[\-\_\ ]*Hat">
|
|
|
|
<info type="Linux" distrib="RedHat"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="SuSE">
|
|
|
|
<info type="Linux" distrib="SuSE"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Ubuntu">
|
|
|
|
<info type="Linux" distrib="Ubuntu"/>
|
|
|
|
</regexp>
|
|
|
|
|
2008-11-17 20:41:02 +03:00
|
|
|
|
2008-11-16 02:41:31 +03:00
|
|
|
<!-- Unices -->
|
|
|
|
<regexp value="FreeBSD">
|
|
|
|
<info type="FreeBSD"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="NetBSD">
|
|
|
|
<info type="NetBSD"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="OpenBSD">
|
|
|
|
<info type="OpenBSD"/>
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
<regexp value="Darwin">
|
|
|
|
<info type="Mac OSX"/>
|
|
|
|
</regexp>
|
|
|
|
</root>
|