Mobinomy.com:
Mobinomy.com is the first .com directory for .mobi sites online. While .mobi sites will be used primarily through the mobile, there will exist a need for users to check out relevant .mobi sites on the web. Mobinomy.com attempts to cater to this need.
I understand the needs of having access to mobile formated content and directories is one way to achieve that… not quite sure it is the best way to do it.
More and more website will have this mobile version somewhere (most likely not with content negotiation), the problem is given one page on the web how to tell the browser where to find the mobile device friendly version.
We have been talking about that with Marco and one solution that comes up was to use the link element in html to indicate where to find a mobile version:
<link
rel="alternate"
type="application/vnd.wap.xhtml+xml"
title="XHTML-MP version"
href="https://www.smoothplanet.com/mobile"
/>
To be continued…