<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>bhomiyo-site &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/bhomiyo-site/</link>
	<description>Feed of posts on WordPress.com tagged "bhomiyo-site"</description>
	<pubDate>Fri, 18 Jul 2008 22:26:30 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[iTRANS typing now available on Bhomiyo.]]></title>
<link>http://bhomiyo.wordpress.com/2007/07/09/itrans-typing-now-available-on-bhomiyo-2/</link>
<pubDate>Sun, 08 Jul 2007 20:56:53 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/07/09/itrans-typing-now-available-on-bhomiyo-2/</guid>
<description><![CDATA[Now, you can type in iTRANS format and convert it into Hindi (or Gujarati). Other languages are to b]]></description>
<content:encoded><![CDATA[<p>Now, you can type in iTRANS format and convert it into Hindi (or Gujarati). Other languages are to be tested yet.</p>
<p>Please check out: <a href="http://bhomiyo.com/xliteratetext.aspx">http://bhomiyo.com/xliteratetext.aspx</a></p>
<p>And select "iTRANS" scheme in the left side panel. Type or copy/paste in iTRANS format and your output will display in right side panel.</p>
<p>Few items from iTRANS are left as such - tilda (~) and candra o (.c) signs.</p>
<p>Let me know if you think something should be corrected here.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[English to Hindi or Other Indian language transliteration]]></title>
<link>http://bhomiyo.wordpress.com/2007/07/07/english-to-hindi-or-other-indian-language-transliteration/</link>
<pubDate>Sat, 07 Jul 2007 05:29:25 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/07/07/english-to-hindi-or-other-indian-language-transliteration/</guid>
<description><![CDATA[English to Indian language transliteration is now available on Bhomiyo.com. Currently it is availabl]]></description>
<content:encoded><![CDATA[<p>English to Indian language transliteration is now available on Bhomiyo.com. Currently it is available as online typing or online conversion only. Website transliteration is not being made available yet. On Bhomiyo page, you will see a tool "Xliterate Text" at the bottom. Click on it or go to this url: <a href="http://bhomiyo.com/xliteratetext.aspx" target="_blank">http://bhomiyo.com/xliteratetext.aspx</a></p>
<p>Conceptually this has been done by many others so this is not really new. But since users were asking that there should be such a tool made available on Bhomiyo, its being added. It has following features:</p>
<p>* Type in phonetic English and it will convert it into the language of your selection.  The conversion occurs when space-bar, arrow keys or such control keys are pressed.</p>
<p>* Copy your Unicode content and paste it into Left side text box, click "&#62;" button and the target transliteration will be stored in the right side text box.</p>
<p>* Click on "How?" link on the page to get help on typing. If you have been typing using other tools then this is not really different.</p>
<p>If you use it and have any feedback, please post it here so I get chance to correct this.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Open the same post when clicked on Transliteration link.]]></title>
<link>http://bhomiyo.wordpress.com/2007/07/04/open-the-same-post-when-clicked-on-transliteration-link/</link>
<pubDate>Wed, 04 Jul 2007 18:39:32 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/07/04/open-the-same-post-when-clicked-on-transliteration-link/</guid>
<description><![CDATA[ Currently, when you click on a Transliteration link, it opens up the main blog link. I heard from o]]></description>
<content:encoded><![CDATA[<p> Currently, when you click on a Transliteration link, it opens up the main blog link. I heard from one of the user that he wants to open the same post (that currently user is reading) when clicked on Transliteration link.</p>
<p>This is possible using a small Javascript. Here is how you do it using BlogSpot.</p>
<p>1) Click on Template -&#62; Page Elements in your blogger menu. You will see following type of screen.</p>
<p><a href="http://bhomiyo.wordpress.com/files/2007/07/blogger_page_element.png" title="blogger_page_element.png"><img src="http://bhomiyo.wordpress.com/files/2007/07/blogger_page_element.png" alt="blogger_page_element.png" /></a></p>
<p>You should have one Page Element for Transliteration Links. Click to Edit the Element.</p>
<p><a href="http://bhomiyo.wordpress.com/files/2007/07/edit_page_element.png" title="edit_page_element.png"><img src="http://bhomiyo.wordpress.com/files/2007/07/edit_page_element.png" alt="edit_page_element.png" /></a></p>
<p>Enter the following Code in the Edit Window and Save Changes. And test the code. Site [http://pranjalbhatt.blogspot.com/] is used here as example, but you can use your site address.<br />
<code><br />
&#60;script language="javascript"&#62;<br />
&#60;!--<br />
function xliterate(obj)<br />
{<br />
var href = obj.href;<br />
var ndx = href.indexOf(&#34;.xliterate&#34;);<br />
if (ndx &#62; 0)<br />
href = href.substr(0, ndx + 11);<br />
var host = location.hostname;<br />
var path = location.pathname;<br />
ndx = location.pathname.indexOf(&#34;.xliterate&#34;);<br />
if (ndx &#62; 0)<br />
{<br />
host = &#39;&#39;<br />
path = location.pathname.substr(ndx+11);<br />
}<br />
var url = href + host + path;<br />
//alert(url);<br />
window.open(url, &#34;bhomiyo&#34;);<br />
return false;<br />
}<br />
//--&#62;<br />
&#60;/script&#62;</code></p>
<p>&#60;a href=&#34;http://bhomiyo.com/en.xliterate/pranjalbhatt.blogspot.com&#34; onclick=&#34;xliterate(this);return false;&#34;&#62;Roman Hindi&#60;/a&#62;</p>
<p>&#60;a onclick=&#34;xliterate(this);return false;&#34; href=&#34;http://bhomiyo.com/gu.xliterate/pranjalbhatt.blogspot.com&#34;&#62;Gujarati&#60;/a&#62;</p>
<p>When you copy above code and paste it in your editor, make sure that all the html tags are intact and in correct syntax. You can copy and paste it to NOTEPAD first and then copy from NOTEPAD and paste it into other editor to avoid any errors. Specially there is issue with the quotes when Wordpress renders it. So, be careful for quotes.</p>
<p>If you can't get it working - send me an email (INFO at BHOMIYO dot COM) and I will send you this code file as attachment.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Proxy URL for Urdu to Hindi Transliteration]]></title>
<link>http://bhomiyo.wordpress.com/2007/06/13/proxy-url-for-urdu-to-hindi-transliteration/</link>
<pubDate>Wed, 13 Jun 2007 04:56:56 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/06/13/proxy-url-for-urdu-to-hindi-transliteration/</guid>
<description><![CDATA[Now, there is Proxy URL available for Urdu-to-Hindi transliteration. You can publish any Unicode enc]]></description>
<content:encoded><![CDATA[<p>Now, there is Proxy URL available for Urdu-to-Hindi transliteration. You can publish any Unicode encoded Urdu site in Hindi.</p>
<p>To view BBC/urdu in Hindi: <a href="http://bhomiyo.com/uxh.xliterate/bbc.co.uk/urdu">http://bhomiyo.com/uxh.xliterate/bbc.co.uk/urdu</a><br />
Or Jang Urdu: <a href="http://bhomiyo.com/uxh.xliterate/www.urdunews.net/">http://bhomiyo.com/uxh.xliterate/www.urdunews.net/</a></p>
<p>Or Urdu Blogs: <a href="http://bhomiyo.com/uxh.xliterate/ur.wordpress.com">http://bhomiyo.com/uxh.xliterate/ur.wordpress.com</a></p>
<p>The advantages are</p>
<ul>
<li> You get wider viewership as all the Hindi readers can now read your site.</li>
<li> Search Engines will index your site in Hindi too. Bhomiyo transliterated sites appear in Google Results and every day there are many users visiting such sites.</li>
<li>Hindi News Columnist or Journalists can read Urdu news papers and get different perspectives.</li>
<li>May be some day - India and Pakistan both realize that we are saying "same" thing just it appears different...</li>
</ul>
<p>The urdu transliteration does have its shortcomings - not all words are being transliterated properly. But you can help improving it by correcting the <a href="http://bhomiyo.com/docs/helpurduhindi.aspx">online wordlist</a>. Your changes to the wordlist will affet the transliteration after an hour.</p>
<p>And STILL, the Unicode URLS are not working..</p>
<p>Post your comments here if any...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Help Improve Urdu-Hindi Translation]]></title>
<link>http://bhomiyo.wordpress.com/2007/06/11/help-improve-urdu-hindi-translation/</link>
<pubDate>Mon, 11 Jun 2007 04:40:42 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/06/11/help-improve-urdu-hindi-translation/</guid>
<description><![CDATA[Now, you can help improve Urdu-Hindi Translation done by Bhomiyo.com.
Since 1st of Jun, people tried]]></description>
<content:encoded><![CDATA[<p>Now, you can help improve Urdu-Hindi Translation done by Bhomiyo.com.</p>
<p>Since 1st of Jun, people tried out Urdu-to-Hindi trasnliteration for around 142 times. Since by manipulating the characters only, the transliteration is not accurate, an online list of Urdu-to-Hindi word map is put up that people can help improving.</p>
<p>Go to: <a href="http://www.bhomiyo.com/docs/helpurduhindi.aspx" target="_blank">http://www.bhomiyo.com/docs/helpurduhindi.aspx</a>. You will see following screen:</p>
<p><img src="http://www.bhomiyo.com/images/helpimprove.png" alt="Help Improve urdu-hindi translation" border="1" height="534" width="808" /></p>
<p>You can  type in Hindi (either with your IME or with bhomiyo keyboard by checking on the box at top) - the correct word under "Correct Hindi" column. If you have any comments, you can put comment too.</p>
<p>And then mark "DONE" box. Marking the DONE box will SAVE your changes.</p>
<p>Marking "DELETE" checkbox  will delete the word from list - this will happen when you click on Next Page or refresh the page.</p>
<p>If you have comments, please let us know.</p>
<p>Try out Bhomiyo's <a href="http://bhomiyo.com/xliteratepage.aspx">UrduToHindi Transliteration</a> - you will see that it has improved now...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Transliteration Site Statistics]]></title>
<link>http://bhomiyo.wordpress.com/2007/06/07/transliteration-site-statistics/</link>
<pubDate>Thu, 07 Jun 2007 04:59:20 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/06/07/transliteration-site-statistics/</guid>
<description><![CDATA[The &#8217;statistics&#8217;  link on the Bhomiyo&#8217;s footer links is now made available to dis]]></description>
<content:encoded><![CDATA[<p>The 'statistics'  link on the Bhomiyo's footer links is now made available to display the Transliteration site statistics. It's not looking pretty like GOogle Analytics but its showing the correct result.</p>
<p>It has four items:</p>
<p>1) Site Visit Count</p>
<p>2) Transliteration Request for Language Count</p>
<p>3)  Url Referrer Count</p>
<p>4) Last 10 IP Addresses who visited</p>
<p>You can Enter your site address to check how many times your site was accessed by users through Bhomiyo transliteration.  The count also includes the Search Engine requests and that's why some numbers may seem too high.</p>
<p>If you don't find your site, try entering with or without 'www' at the beginning. And do not add Path. Bhomiyo only stores the domain name for statistics.</p>
<p>Following is an example of total site visits as of 6/5 and 6/6.</p>
<table style="border-collapse:collapse;" border="1" cellspacing="0" rules="all">
<tr>
<td>Site</td>
<td>Count</td>
</tr>
<tr>
<td>www.jitu.info</td>
<td>1677</td>
</tr>
<tr>
<td>narad.akshargram.com</td>
<td>663</td>
</tr>
<tr>
<td>www.readers-cafe.net</td>
<td>644</td>
</tr>
<tr>
<td>bhomiyo.com</td>
<td>415</td>
</tr>
<tr>
<td>anahadnaad.wordpress.com</td>
<td>279</td>
</tr>
<tr>
<td>akshargram.com</td>
<td>270</td>
</tr>
</table>
<p><a href="http://bhomiyo.com/docs/statistics.aspx">http://bhomiyo.com/docs/statistics.aspx</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Urdu to Hindi or English Transliteration]]></title>
<link>http://bhomiyo.wordpress.com/2007/06/01/urdu-to-hindi-or-english-transliteration/</link>
<pubDate>Fri, 01 Jun 2007 18:21:53 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/06/01/urdu-to-hindi-or-english-transliteration/</guid>
<description><![CDATA[
Since Urdu and Hindi are grammatically same language and they also share a very good number of word]]></description>
<content:encoded><![CDATA[<p><font size="3"><br />
Since Urdu and Hindi are grammatically same language and they also share a very good number of words, its easier for both speakers to understand each others' language. The only obstacle is the script. Pakistan chose Arabic script instead of Devnagari for Urdu. And the script does not transliterate well into Hindi or probably roman too.</font></p>
<p><font size="3">Here is a modest try to convert Urdu text into Hindi. It's no where closer to being perfect but may be this is first step.</font></p>
<p><font size="3">Go to: <a href="http://bhomiyo.com/XLiteratePage.aspx">http://bhomiyo.com/XLiteratePage.aspx</a><br />
Enter an Urdu site: <a href="http://www.voanews.com/urdu/">http://www.voanews.com/urdu/</a><br />
Select "Urdu to Hind" in the Language drop down. And click GO.</font></p>
<p><font size="3">If you know Urdu letters and somewhat Hindi you can help me out developing a transliteration logic. OR you can give me a map of URDU letters to ENGLISH letters and I can do the rest.</font></p>
<p><font size="3">If you have any comments regarding the topic, please post it here to have everything at one place.</font></p>
<p><font size="3">You can read following blog where there are few more comments on the topic:<br />
<a href="http://hindi.rcmishra.net/2007/05/blog-post.html">http://hindi.rcmishra.net/2007/05/blog-post.html</a><br />
</font></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Posts about Bhomiyo.com on other blogs]]></title>
<link>http://bhomiyo.wordpress.com/2007/05/24/posts-about-bhomiyocom-on-other-blogs/</link>
<pubDate>Thu, 24 May 2007 14:40:34 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/05/24/posts-about-bhomiyocom-on-other-blogs/</guid>
<description><![CDATA[When the site was started, its goal was to provide searching capability in Indian languages. And it ]]></description>
<content:encoded><![CDATA[<p>When the site was started, its goal was to provide searching capability in Indian languages. And it still is allowing the capability. But what people liked was the Transliteration. Transliteration had been there for a while but it did not get real attention until Ravi Ratlami published a post on it. He provided a very good suggestion to make a proxy site and with grace of God that is achieved too.</p>
<p>Currently the feature is used by Hindi bloggers. There are many people in South India who understand each other's language very well. Specially many in South India understand Tamil like Hindi in Northern part. If this feature gets famous among TTKM (Tamil, Telugu, Kannada, Malayalam) bloggers, there would be many more people reading their blog in Indian languages.</p>
<p>There are few bloggers who have posted information about Bhomiyo on their site and here is the list. If you write a post on your blog about Bhomiyo, please inform to maintain a list here:</p>
<ul>
<li>Multiple posts on Sampada.Net - a Kannada blog <a href="http://sampada.net/blog/02/08/2007/5212" target="_blank">http://sampada.net/blog/02/08/2007/5212</a> <a href="http://sampada.net/blog/mahesha/03/08/2007/5225" target="_blank">http://sampada.net/blog/mahesha/03/08/2007/5225</a> <a href="http://sampada.net/blog/mahesha/03/08/2007/5224">http://sampada.net/blog/mahesha/03/08/2007/5224</a></li>
<li><a href="http://sarathi.info/archives/333#comment-490" target="_blank">Post on Sarathi.info about Phonetic Transliteration from English to Hindi</a></li>
<li><a href="http://masijeevi.blogspot.com/2007/06/blog-post_308.html" target="_blank">Read on Maseejivi - how google sends traffic to your blog because of Transliteration</a></li>
<li><a href="http://www.forsv.com/guju/?p=496">For SV - Prabhat na Pushpo - Gujarati Blog </a></li>
<li><a href="http://dhaiakhar.blogspot.com/2007/06/blog-post_11.html">Post on Dhai Akhar Blog of Nassuriddin</a></li>
<li><a href="http://shameelone.com/?p=46">Post about Urdu to Hindi Transliteration on Urdu Blog </a></li>
<li><a href="http://hindi.rcmishra.in/2007/06/01/please-test-bhomiyos-urdu-to-hindi-transliterator/">Please test Urdu to Hindi Transliteration</a> on RC Mishra's blog</li>
<li><a href="http://aaina2.wordpress.com/2007/05/29/hindi-blog-on-mobile/">मोबाइल पर हिंदी चिट्ठे पढ़ना हुआ आसान, धन्यवाद भोमियो! (Read Hindi Blogs on Mobile through Bhomiyo) </a></li>
<li><a href="http://kakesh.wordpress.com/2007/05/23/advantage-of-bhomiyo/">Advantage of Bhomiyo </a> on Kaksesh's blog</li>
<li><a href="http://rchindi.wordpress.com/2007/05/22/%E0%A4%AE%E0%A5%88%E0%A4%82-%E0%A4%89%E0%A4%B0%E0%A5%8D%E0%A4%A6%E0%A5%82-%E0%A4%AA%E0%A5%9D%E0%A4%A8%E0%A4%BE-%E0%A4%9A%E0%A4%BE%E0%A4%B9%E0%A4%A4%E0%A4%BE-%E0%A4%B9%E0%A5%82%E0%A4%81-bhomiyocom/"><br />
मैं उर्दू पढ़ना चाहता हूँ ‘Bhomiyo.Com’ से अनुरोध </a> on RC Mishra's blog</li>
<li><a href="http://raviratlami.blogspot.com/2007/05/cant-see-hindi-looking-at-total-garbage.html">कान्ट सी हिन्दी? लुकिंग एट टोटल गार्बेज?</a> on Ravi Ratlami's blog</li>
<li><a href="http://www.srijangatha.com/2007-08/june07/taknik-ravishankar.htm">Ravi Ratlami's article in Srijangatha</a></li>
<li><a href="http://alkonline.blogspot.com/2007/05/online-gujarati-message-composer.html">Online Gujarati Message Composer</a></li>
<li><a href="http://raviratlami1.blogspot.com/2007/04/now-you-can-write-multilingual-blogs.html">Now you can write Multilingual blogs !</a></li>
<li><a href="http://sanskritlinks.blogspot.com/2007_04_01_archive.html#2638650501903039921">Read Unicode code text in your favorite language</a></li>
<li><a href="http://kernel-kumar.blogspot.com/2006/09/multilingual-search-engine.html">A multilingual search engine</a></li>
<li><a href="http://chandrasekharannair.wordpress.com/2007/04/27/literation/">Read a post in Malayali @ chandrasekharannair.wordpress.com</a></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Sites using Proxy Transliteration]]></title>
<link>http://bhomiyo.wordpress.com/2007/05/21/sites-using-proxy-transliteration/</link>
<pubDate>Mon, 21 May 2007 15:47:28 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/05/21/sites-using-proxy-transliteration/</guid>
<description><![CDATA[Following sites have been found currently using Bhomiyo.com&#8217;s Proxy Transliteration.  If you a]]></description>
<content:encoded><![CDATA[<p>Following sites have been found currently using Bhomiyo.com's Proxy Transliteration.  If you are using it, please inform so a list can be maintained.</p>
<p><strong>English:</strong></p>
<ul>
<li><a href="http://omgwtfihwr.com">Ithan Haas Was Right</a></li>
</ul>
<p><strong>Sanskrit</strong></p>
<ul>
<li><a href="http://www.sanskritdocuments.org/all_sa">Sanskrit Documents</a></li>
</ul>
<p><strong>Hindi Domains</strong></p>
<ul>
<li> <a href="http://narad.akshargram.com">Narad Akshargram - blog aggregator</a></li>
<li> <a href="http://jitu.info/merapanna">http://jitu.info/merapanna</a></li>
<li><a href="http://srijanshilpi.com">Srijan Shilpi</a></li>
<li><a href="http://readers-cafe.net/uttaranchal/">Uttranchal Blog</a></li>
<li><a href="http://nc.readers-cafe.net/"> Nithalla Chintan Blog </a></li>
<li><a href="http://www.kaulonline.com/chittha/">Idhar Udhar Ki - Blog @ Kaul Online </a></li>
<li><a href="http://www.salvajudum.com/">Salva Judum e-Magazine</a></li>
<li><a href="http://www.tarakash.com/joglikhi/">Tarakash JogLikhi Blog</a></li>
<li><a href="http://www.hindimedia.in/">Hindi Media</a></li>
</ul>
<p><strong>Hindi Blogs</strong></p>
<ul>
<li><a href="http://epandit.blogspot.com/">http://epandit.blogspot.com/</a></li>
<li> <a href="http://raviratlami.blogspot.com">http://raviratlami.blogspot.com</a></li>
<li><a href="http://rachanakar.blogspot.com/">http://rachanakar.blogspot.com/</a></li>
<li><a href="http://hindi-mishranurag.blogspot.com/">http://hindi-mishranurag.blogspot.com/</a></li>
<li><a href="http://nirmal-anand.blogspot.com/">http://nirmal-anand.blogspot.com/</a></li>
<li><a href="http://azdak.blogspot.com/">http://azdak.blogspot.com/</a></li>
<li><a href="http://merekavimitra.blogspot.com/">http://merekavimitra.blogspot.com/</a></li>
<li><a href="http://merikavitayen.blogspot.com/">http://merikavitayen.blogspot.com/</a></li>
<li><a href="http://ghughutibasuti.blogspot.com/">http://ghughutibasuti.blogspot.com/</a></li>
<li><a href="http://priestofbeauty.blogspot.com/">http://priestofbeauty.blogspot.com/</a></li>
<li><a href="http://kakesh.blogspot.com/">http://kakesh.blogspot.com/</a></li>
<li><a href="http://hariraama.blogspot.com/">http://hariraama.blogspot.com/</a></li>
<li><a href="http://anahadnaad.wordpress.com">anahadnaad.wordpress.com</a></li>
<li><a href="http://mohalla.blogspot.com/">http://mohalla.blogspot.com/</a></li>
<li><a href="http://aaina2.wordpress.com/">http://aaina2.wordpress.com/</a></li>
<li><a href="http://merasapna.wordpress.com/">http://merasapna.wordpress.com/</a></li>
<li><a href="http://malwa.wordpress.com/read-in-other-indian-script/">http://malwa.wordpress.com/</a></li>
<li><a href="http://sanjeettripathi.blogspot.com/">Sanjeet Tripathi's Awara Banjara Blog </a></li>
<li><a href="http://manishkmr.blogspot.com/">http://manishkmr.blogspot.com/</a> - Ek Shaam Mere Naam</li>
<li><a href="http://naisadak.blogspot.com/">http://naisadak.blogspot.com/</a></li>
<li><a href="http://tannhaa.blogspot.com/">http://tannhaa.blogspot.com/</a></li>
<li><a href="http://visfot.blogspot.com/">Visfot Blog </a></li>
<li><a href="http://hindinewspaper.blogspot.com/">Hindi News Paper Blog</a></li>
<li><a href="http://fursatiya.blogspot.com/">Fursatiya Blog </a></li>
<li><a href="http://chitthacharcha.blogspot.com/">Chittha Charcha Blog </a></li>
<li><a href="http://www.tooteehueebikhreehuee.blogspot.com/"> टूटी हुई बिखरी हुई </a></li>
<li><a href="http://dilkadarpan.blogspot.com/">http://dilkadarpan.blogspot.com/</a></li>
<li><a href="http://hariraama.blogspot.com/"> प्रगत भारत - Blog </a></li>
<li><a href="http://hashiya.blogspot.com/">http://hashiya.blogspot.com/</a></li>
<li><a href="http://www.masijeevi.blogspot.com/">http://www.masijeevi.blogspot.com/</a></li>
<li><a href="http://mediayug.blogspot.com/">http://mediayug.blogspot.com/</a></li>
<li><a href="http://zerocolumn.blogspot.com/">http://zerocolumn.blogspot.com/</a></li>
<li><a href="http://poonji.wordpress.com/">Poonji Bazzar Blog</a></li>
<li><a href="http://aarambha.blogspot.com/">Aarambha - Sanjiv Tiwari ka Blog</a></li>
<li><a href="http://hivcare.blogspot.com/">HIV and AIDS Information In Hindi</a></li>
<li><a href="http://vidrohibhikshuk.blogspot.com/">Virodhi Bhikshuk Blog</a></li>
<li><a href="http://ranjanabhatia.blogspot.com/">http://ranjanabhatia.blogspot.com/</a></li>
<li><a href="http://premashram.blogspot.com/">http://premashram.blogspot.com/</a></li>
<li><a href="http://jameen-aasmaan.blogspot.com/">	http://jameen-aasmaan.blogspot.com/</a></li>
<li><a href="http://khushbookhushboo.blogspot.com/">http://khushbookhushboo.blogspot.com/</a></li>
<li><a href="http://divine-india.blogspot.com/">http://divine-india.blogspot.com/</a></li>
<li><a href="http://rex-aashiyana.blogspot.com/">Aashiyana Blog </a></li>
<li><a href="http://puranikalok.blogspot.com/">Puranik Alok Blog </a></li>
<li><a href="http://paramjitbali-ps2b.blogspot.com/">Dishayen Blog of Paramjit Bali</a></li>
<li><a href="http://alokkivani.wordpress.com/">Alok Ki Vani Blog</a></li>
<li><a href="http://musafir-pandit.blogspot.com/">Musafir Ashok Kaushik ka Blog</a></li>
<li><a href="http://saptrang.wordpress.com/">Indradhanush, Saptrang Blog</a></li>
<li><a href="http://hindipanna.blogspot.com/">Hindi Panna Blog</a></li>
<li><a href="http://munshi-premchand.blogspot.com/">Munshi Premchand Blog</a></li>
<li><a href="http://qatraqatra.blogspot.com/">http://qatraqatra.blogspot.com/</a></li>
<li><a href="http://harbalvita.blogspot.com/">http://harbalvita.blogspot.com/</a></li>
<li><a href="http://kavikulwant.blogspot.com/">Kavi Kulwant ka Geet Sunahare<br />
Blog</a></li>
<li><a href="http://satyendra2007.blogspot.com/">http://satyendra2007.blogspot.com/</a></li>
<li><a href="http://wahmoney.blogspot.com/">Wah Money Blog http://wahmoney.blogspot.com/</a></li>
<li><a href="http://sanjaysinha.blogspot.com/">Sanjay Sinha Blog</a></li>
<li><a href="http://sahabsalam.blogspot.com/">Sahab Salam Blog</a></li>
<li><a href="http://shayarfamilypoet.blogspot.com/">http://shayarfamilypoet.blogspot.com/</a></li>
<li><a href="http://bhavnaye.blogspot.com/">http://bhavnaye.blogspot.com/</a></li>
<li><a href="http://antardhwani.blogspot.com/">Antar Dhwani Blog</a></li>
<li><a href="http://directorsdesk.blogspot.com/">Director's Desk</a></li>
<li><a href="http://baaludhyan.blogspot.com/">Baal Udhyan Blog</a></li>
<li><a href="http://kahanikalash.blogspot.com/">Kahani Kalash Blog</a></li>
<li><a href="http://khushbookhushboo.blogspot.com/">http://khushbookhushboo.blogspot.com/</a></li>
<li><a href="http://anubhaw.blogspot.com/">Anubhav Blog</a></li>
</ul>
<p><strong>Urdu Sites - Urdu to Hindi only</strong></p>
<ul>
<li><a href="http://www.pakiez.com/">http://www.pakiez.com/</a></li>
<li><a href="http://hakimkhalid.blogsome.com/">Hakim Khalid ka blog</a></li>
</ul>
<p><strong>Gujarati Sites</strong></p>
<ul>
<li><a href="http://forsv.com/guju/">http://forsv.com/guju/</a></li>
<li><a href="http://www.shrithakorji.blogspot.com/">http://www.shrithakorji.blogspot.com/</a></li>
<li><a href="http://sur-sargam.blogspot.com">http://sur-sargam.blogspot.com</a></li>
<li><a href="http://gujaratigazal.wordpress.com">Gujarati Gazal And Kavita Blog</a></li>
<li><a href="http://pravachan.wordpress.com">Stories from Swadhyay Pravachan</a></li>
</ul>
<p><strong>Telugu Sites</strong></p>
<ul>
<li><a href="http://satyamsivamsundaram.blogspot.com/">http://satyamsivamsundaram.blogspot.com/</a></li>
<li><a href="http://samhitam.blogspot.com/">http://samhitam.blogspot.com/</a></li>
<li><a href="http://vbsowmya.wordpress.com/">http://vbsowmya.wordpress.com/</a></li>
</ul>
<p><strong>Tamil Sites</strong></p>
<ul>
<li><a href="http://jaffarali.blogspot.com/">http://jaffarali.blogspot.com/</a></li>
</ul>
<p><strong>Kannada Sites</strong></p>
<ul>
<li><a href="http://enguru.blogspot.com/">En Guru Kannada Blog</a></li>
</ul>
<p><strong>Oriya Sites</strong></p>
<ul>
<li><a href="http://unnata-utkala.blogspot.com/">http://unnata-utkala.blogspot.com/</a></li>
</ul>
<p><strong>Punjabi Sites</strong></p>
<ul>
<li><a href="http://punjabi1.wordpress.com/">http://punjabi1.wordpress.com/</a></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Proxy Site to Transliterate your blog ]]></title>
<link>http://bhomiyo.wordpress.com/2007/05/18/proxy-site-to-transliterate-your-blog/</link>
<pubDate>Fri, 18 May 2007 04:18:09 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/05/18/proxy-site-to-transliterate-your-blog/</guid>
<description><![CDATA[Bhomiyo announces a Beta version of Proxy site to transliterate your site in another language. This ]]></description>
<content:encoded><![CDATA[<p>Bhomiyo announces a Beta version of Proxy site to transliterate your site in another language. This is useful to publish your site in another languages. In your site, you can publish a link to see your site in another language.</p>
<p>E.g. your site address is: <a href="http://raviratlami.blogspot.com/">http://raviratlami.blogspot.com/</a></p>
<p>And you want to publish a link to let your users see your site in Romanized  Hindi. You can use following link:</p>
<p><a href="http://bhomiyo.com/en.xliterate/raviratlami.blogspot.com">http://bhomiyo.com/en.xliterate/raviratlami.blogspot.com</a></p>
<p>The "en" in above url means it is to be viewed in English. For other languages, you can use following:</p>
<p>For Hindi - hi:  <a href="http://bhomiyo.com/hi.xliterate/www.readgujarati.com">http://bhomiyo.com/hi.xliterate/gu.wordpress.com</a></p>
<p>For Gujarati - gu: <a href="http://bhomiyo.com/gu.xliterate/hi.wordpress.com">http://bhomiyo.com/gu.xliterate/hi.wordpress.com<br />
</a><br />
For Bengali - bn: <a href="http://bhomiyo.com/bn.xliterate/hi.wordpress.com">http://bhomiyo.com/bn.xliterate/hi.wordpress.com</a></p>
<p>For Punjabi - pa: <a href="http://bhomiyo.com/pa.xliterate/hi.wordpress.com">http://bhomiyo.com/pa.xliterate/hi.wordpress.com</a></p>
<p>For Telugu - te: <a href="http://bhomiyo.com/te.xliterate/hi.wordpress.com">http://bhomiyo.com/te.xliterate/hi.wordpress.com</a></p>
<p>For Tamil - tm: <a href="http://bhomiyo.com/tm.xliterate/hi.wordpress.com">http://bhomiyo.com/tm.xliterate/hi.wordpress.com</a></p>
<p>For Kannada - kn: <a href="http://bhomiyo.com/kn.xliterate/hi.wordpress.com">http://bhomiyo.com/kn.xliterate/hi.wordpress.com</a></p>
<p>For Malayalam - ml: <a href="http://bhomiyo.com/ml.xliterate/hi.wordpress.com">http://bhomiyo.com/ml.xliterate/hi.wordpress.com</a></p>
<p>For Oriya - or: <a href="http://bhomiyo.com/or.xliterate/hi.wordpress.com">http://bhomiyo.com/or.xliterate/hi.wordpress.com<br />
</a><br />
For Sinhali - sn: <a href="http://bhomiyo.com/sn.xliterate/hi.wordpress.com">http://bhomiyo.com/sn.xliterate/hi.wordpress.com</a></p>
<p>You can also use <a href="http://bhomiyo.com/xliteratepage.aspx"> Transliterate tool </a> as described in following blogs:</p>
<p><a href="http://raviratlami1.blogspot.com/2007/04/now-you-can-write-multilingual-blogs.html">http://raviratlami1.blogspot.com/2007/04/now-you-can-write-multilingual-blogs.html</a></p>
<p><a href="http://raviratlami.blogspot.com/2007/04/multilingual-blogs.html">http://raviratlami.blogspot.com/2007/04/multilingual-blogs.html</a></p>
<p>Please provide your feedback.</p>
<p><strong> Note: Currently Unicode URLs are not being supported </strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[List of Indian Languages by Total Speakers]]></title>
<link>http://bhomiyo.wordpress.com/2007/02/02/list-of-indian-languages-by-total-speakers/</link>
<pubDate>Fri, 02 Feb 2007 16:20:34 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/02/02/list-of-indian-languages-by-total-speakers/</guid>
<description><![CDATA[Did you ever wonder what is the number of people speaking an Indian language? Here is the link that ]]></description>
<content:encoded><![CDATA[<p>Did you ever wonder what is the number of people speaking an Indian language? Here is the link that gives the number:</p>
<p>http://en.wikipedia.org/wiki/List_of_Indian_languages_by_total_speakers</p>
<p>A short list is provided below.</p>
<table class="wikitable">
<tr>
<th>Language</th>
<th>Number of speakers<br />
(in millions)</th>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Hindi" title="Hindi">Hindi</a></td>
<td>337</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Bengali_language" title="Bengali language">Bengali</a></td>
<td>112</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Tamil_language" title="Tamil language">Tamil</a></td>
<td>68<sup>[<a href="http://en.wikipedia.org/wiki/Wikipedia:Citing_sources" title="Citing sources"><em><span style="white-space:nowrap;">citation needed</span></em></a>]</sup></td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Marathi_language" title="Marathi language">Marathi</a></td>
<td>62.5</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Telugu_language" title="Telugu language">Telugu</a></td>
<td>100</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Urdu" title="Urdu">Urdu</a></td>
<td>55</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Kannada_language" title="Kannada language">Kannada</a></td>
<td>37</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Malayalam_language" title="Malayalam language">Malayalam</a></td>
<td>36</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Gujarati_language" title="Gujarati language">Gujarati</a></td>
<td>34</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Oriya_language" title="Oriya language">Oriya</a></td>
<td>22</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Punjabi_language" title="Punjabi language">Punjabi</a></td>
<td>21</td>
</tr>
</table>
<p>Also check out the official languags of India: http://en.wikipedia.org/wiki/Official_languages_of_India</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Convert Hindi Wikipedia into English or other languages]]></title>
<link>http://bhomiyo.wordpress.com/2007/02/02/convert-hindi-wikipedia-into-english-or-other-languages/</link>
<pubDate>Fri, 02 Feb 2007 15:15:14 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/02/02/convert-hindi-wikipedia-into-english-or-other-languages/</guid>
<description><![CDATA[For those who understand Hindi but cannot read it, here is how to read the hindi content into your l]]></description>
<content:encoded><![CDATA[<p>For those who understand Hindi but cannot read it, here is how to read the hindi content into your language.</p>
<p>E.g. to read Hindi News site in your langauge click here:</p>
<p><a href="http://www.bhomiyo.com/en.xliterate/bbc.co.uk/hindi">http://www.bhomiyo.com/en.xliterate/bbc.co.uk/hindi</a></p>
<p>Other way is to use 'Xliteration' tool on Bhomiyo.com site as follows:</p>
<p>Go to: </p>
<p>Go to :  <a href="http://www.bhomiyo.com/XLiteratePage.aspx">http://www.bhomiyo.com/XLiteratePage.aspx</a></p>
<p>Enter site: <a href="http://hi.wikipedia.org/wiki">http://hi.wikipedia.org/wiki</a></p>
<p>Select Language</p>
<p>Click GO</p>
<p>The content under the [X-Literation] tab will be in your selected language. Now you can do this for any site written in Indian language using Unicode.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Features added on Bhomiyo.com - Jan/2007]]></title>
<link>http://bhomiyo.wordpress.com/2007/01/10/features-added-on-bhomiyocom-jan2007/</link>
<pubDate>Wed, 10 Jan 2007 17:18:01 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/01/10/features-added-on-bhomiyocom-jan2007/</guid>
<description><![CDATA[Following features were added in Jan-2007
* Tamil - Tamil language keyboard is available to search i]]></description>
<content:encoded><![CDATA[<p>Following features were added in Jan-2007</p>
<p>* Tamil - <a href="http://bhomiyo.com/?lang=tm" target="_blank">Tamil </a>language keyboard is available to search in Tamil.</p>
<p>* Transliteration - now the tool <a href="http://bhomiyo.com/xliteratepage.aspx" target="_blank">X-Literate</a> is available to transliterate in Indian languages and English</p>
<p>* Goli Maro Search - This will ignore the Hrsva and Dirgha while searching on the Internet. This helps especially in Indian languages where Himalay or Heemalay both can be correct spellings.</p>
<p>* Distribution of Keyboard - Now, the keyboard can be used in your site too. Look at previous post to get information how.</p>
<p>* Tips - At the top displays language specific tips. The tips are added to the database and they get displayed at the top. Currently web-interface to add tips is not available.</p>
<p>*  Download Fonts - link is added at the top that displays download information for all language's fonts.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to use X-Literate tool?]]></title>
<link>http://bhomiyo.wordpress.com/2007/01/10/how-to-use-x-literate-tool/</link>
<pubDate>Wed, 10 Jan 2007 17:12:09 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/01/10/how-to-use-x-literate-tool/</guid>
<description><![CDATA[Click on [X-Literate] link listed at the bottom under Tools.
A separate page will open up. Enter the]]></description>
<content:encoded><![CDATA[<p>Click on [<strong>X-Literate</strong>] link listed at the bottom under <strong>Tools.</strong></p>
<p>A separate page will open up. Enter the Site starting with <strong>http://.  E.g. </strong>http://sanskrit.gde.to/all_sa/</p>
<p>Select the target Language  from the drop down.</p>
<p>Click Go.</p>
<p>The site will be opened up in two tabs available on the page. Original will display the original content and <strong>X-Literation tab </strong>will display the X-Literated content.</p>
<p>Click on  <strong>X-Literation </strong>tab to see the transliterated content.<strong><br />
</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Transliteration - Viewing one language content in different scripts]]></title>
<link>http://bhomiyo.wordpress.com/2007/01/10/transliteration-viewing-one-language-content-in-different-scripts/</link>
<pubDate>Wed, 10 Jan 2007 17:05:50 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/01/10/transliteration-viewing-one-language-content-in-different-scripts/</guid>
<description><![CDATA[ Transliteration is a viewing a content written in particular script in another language. The best ]]></description>
<content:encoded><![CDATA[<p> Transliteration is a viewing a content written in particular script in another language. The best example is Sanskrit Text. Following is Transliteration in English for a Sanskrit Verse:</p>
<p><em>Vakratunda Mahakay Surya Koti Samprabh:</em></p>
<p>Above content is in Sanskrit but written in English.  Similarly it can be written in Gujarati, Punjabi, Bengali, Telugu, Tamil etc.</p>
<p><strong>Bhomiyo.com has a tool "X-Literate" that trans literates content from one language to another.</strong></p>
<p>- The Content should be in Unicode</p>
<p>- The Content should be one of these Indian Language - Sanskrit, Hindi, Punjabi, Gujarati, Bengali, Marathi, Telugu, Kannada, Tamil, Malayalam</p>
<p>- The transliteration can be done to one of the above indian language or English.</p>
<p>People who understand a language but cannot read it can use this tool to transliterate the content into the languge he can read (English or any other).</p>
<p>It also helps transliterating Sanskrit text in various other languages which is commonly done throughout India. E.g. Gita can be made available in all languages if it is available in Unicode in any one Language.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Use Indian Language Unicode Keyboard in your site]]></title>
<link>http://bhomiyo.wordpress.com/2007/01/10/use-indian-language-unicode-keyboard-in-your-site/</link>
<pubDate>Wed, 10 Jan 2007 16:57:59 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2007/01/10/use-indian-language-unicode-keyboard-in-your-site/</guid>
<description><![CDATA[Bhomiyo.com has made the Keyboard available for everyone to use. There are two ways you can include ]]></description>
<content:encoded><![CDATA[<p>Bhomiyo.com has made the Keyboard available for everyone to use. There are two ways you can include the keyboard in your site.</p>
<p><strong>1) Using Keyboard through inline Frame</strong></p>
<p><em> &#60;iframe<br />
width=600 height=500<br />
frameborder=0 marginwidth=0 marginheight=0<br />
src="http://www.bhomiyo.com/dist/BhomiyoText.aspx?lang=hi&#38;rows=10&#38;cols=80"&#62;<br />
&#60;/iframe&#62;</em></p>
<p>You can have other HTML stuff around this IFRAME. Above will display the typing area and online keyboard. User can type and then Copy and Paste it to their desired location.  If you have other requirements, please drop a mail - info@bhomiyo.com</p>
<p><strong>2) Using Keyboard through Pop-up window</strong></p>
<p><em> &#60;input type=button value='Hindi Typepad' onclick='window.open("http://www.bhomiyo.com/dist/BhomiyoText.aspx?lang=hi&#38;rows=10&#38;cols=80", "", "height=500,width=750,status=no,toolbar=no,menubar=no,scrollbars=yes,titlebar=no");'&#62;<br />
</em></p>
<p>Above will open up the Typepad in a pop-up window.</p>
<p>In both the above case, you can adjust the height, width, rows, cols and lang attributes. Following languages are supported:</p>
<p>hi - Hindi</p>
<p>gu - Gujarati</p>
<p>pa - Punjabi</p>
<p>bn - Bengali</p>
<p>tm - Tamil</p>
<p>te - Telugu</p>
<p>kn - Kannada</p>
<p>ml  - Malayalam</p>
<p>For any questions you can email at info@bhomiyo.com</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[vedic and puranic sanskrit literature on net in unicode]]></title>
<link>http://bhomiyo.wordpress.com/2006/09/25/vedic-and-puranic-sanskrit-literature-on-net-in-unicode/</link>
<pubDate>Mon, 25 Sep 2006 18:40:11 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2006/09/25/vedic-and-puranic-sanskrit-literature-on-net-in-unicode/</guid>
<description><![CDATA[ Here  is a great effort by some to encode much of our Sanskrit literature in Unicode.
http://sanskr]]></description>
<content:encoded><![CDATA[<p> Here  is a great effort by some to encode much of our Sanskrit literature in Unicode.</p>
<p>http://sanskrit.gde.to/all_sa/<br />
I found this through bhomiyo.com - while searching for <strong>वेदसारशिवस्तोत्रम</strong>. I found the <strong>वेदसारशिवस्तोत्रम</strong>. on wiki but I also found this site where there were lot of sanskrit literature including Gita, Vedas, Ramayan, Upnishad and all you can think of.</p>
<p>Please surely visit the sanskrit site and send you appreciation to them for bringing our vedic literature so closure to us.</p>
<p>Best thing was to search occurrences of 'मानव' or 'मन' in Gita. Open up gita page</p>
<p>http://sanskrit.gde.to/all_sa/bhagvadnew_sa.html</p>
<p>And then search in browser for  words you like and you can find out what chapter contains those words in Gita.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Unicode Fonts for Indian Languages]]></title>
<link>http://bhomiyo.wordpress.com/2006/09/20/unicode-fonts-for-indian-languages/</link>
<pubDate>Wed, 20 Sep 2006 13:51:25 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2006/09/20/unicode-fonts-for-indian-languages/</guid>
<description><![CDATA[Yes! I need to put link to Unicode Fonts on the Bhomiyo home page so that you can download it. But u]]></description>
<content:encoded><![CDATA[<p>Yes! I need to put link to Unicode Fonts on the Bhomiyo home page so that you can download it. But until then please download it as mentioned below.<br />
If you do not have Unicode Fonts installed, you will see ??? instead of characters in your chosen language . There are various Unicode fonts developed by many developers on the net.</p>
<p>Arial Unicode MS - is the one developed by Microsoft and provided with MS Office 2003 onwards. This contains all the language fonts.</p>
<p>What language you are looking for may be I can direct you to some fonts. Following are some font names.</p>
<p>Latha - Tamil<br />
Mangal (Devanagari)<br />
Raavi (Gurmukhi and Devanagari)<br />
Shruti (Gujarati and Devanagari)<br />
Tunga (Kannada and Devanagari)</p>
<p>Visit this link to download some fonts:<br />
http://www.alanwood.net/unicode/fonts.html</p>
<p>let me know if there are any other issues.<br />
-Piyush</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Funny Searches on Bhomiyo.com]]></title>
<link>http://bhomiyo.wordpress.com/2006/09/19/funny-searches-on-bhomiyocom/</link>
<pubDate>Tue, 19 Sep 2006 16:08:18 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2006/09/19/funny-searches-on-bhomiyocom/</guid>
<description><![CDATA[Its funny what people search - of course Bhomiyo does not store your identity so don&#8217;t you wor]]></description>
<content:encoded><![CDATA[<p>Its funny what people search - of course Bhomiyo does not store your identity so don't you worry! But here are some funny examples</p>
<p>"Laxmi Mittal Daughter Marriage Details"</p>
<p>"મારે છોકરી જોઇએ છે"</p>
<p>"પિયા હાજિ અલિ"</p>
<p>Well there may be more but big list to look at.</p>
<p>However, some people are having trouble typing some letters. For them,</p>
<p>Please use "A" to type  અ</p>
<p>Use forward slash  / to type 1/2 r. For example in Pratibhas you need p/rtiwas.</p>
<p>Thanks for using Bhomiyo.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Finding Sanskrit Stotra on Bhomiyo]]></title>
<link>http://bhomiyo.wordpress.com/2006/09/18/finding-sanskrit-stotra-on-bhomiyo/</link>
<pubDate>Mon, 18 Sep 2006 13:21:50 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2006/09/18/finding-sanskrit-stotra-on-bhomiyo/</guid>
<description><![CDATA[Yesterday I wanted to find (Mahamrityunjay) महामृत्युंजय verse on Internet. ]]></description>
<content:encoded><![CDATA[<p>Yesterday I wanted to find (Mahamrityunjay) महामृत्युंजय verse on Internet. Bhomiyo helped out easily - Here is the link to search it.<br />
<a href="http://www.bhomiyo.com/search.aspx?lang=hi&#38;q=%E0%A4%AE%E0%A4%B9%E0%A4%BE%E0%A4%AE%E0%A5%83%E0%A4%A4%E0%A5%8D%E0%A4%AF%E0%A5%81%E0%A4%82%E0%A4%9C%E0%A4%AF&#38;chkm=m&#38;chky=y&#38;chkg=g">  Find maha mrityunjay on Bhomiyo.com </a></p>
<p>Advantage was MSN link for the same was expired, but Yahoo link was current. So without searching again I could see Yahoo results.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Bhomiyo - Search In Hindi]]></title>
<link>http://bhomiyo.wordpress.com/2006/09/17/bhomiyo-search-in-hindi/</link>
<pubDate>Sun, 17 Sep 2006 23:04:45 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2006/09/17/bhomiyo-search-in-hindi/</guid>
<description><![CDATA[You can type in Hindi using your regular keyboard. Most of the English keys are mapped to relevant c]]></description>
<content:encoded><![CDATA[<p>You can type in Hindi using your regular keyboard. Most of the English keys are mapped to relevant characters in Hindi. E.g.</p>
<p>k - क</p>
<p>g - ग</p>
<p>m - म</p>
<p>Characters that can not have specific key in English keyboard are mapped as below:</p>
<p>w - भ, q - ख, 1 - घ, 2 - ठ, 3 - ढ, 4- थ, 5- ध, 6- छ, 7- श, 8- ष, x - क्ष</p>
<p>To write भारत, you have to type 'wart'.</p>
<p>For some characters, you have to either click on the displayed keyboard or you have to know how the unicode characters can be combined to generate other characters. For example, ज्ञ is already available in keyboard, but, द्व has to be typed as d\v.</p>
<p>Typing \ makes the previous character 1/2. For many characters you can type them in Capital to type 1/2 character. E.g. K, M.</p>
<p>If you have any typing difficulties, please let us know and continue using <a href="http://www.bhomiyo.com/?lang=hi" target="_blank">Bhomiyo to search in Hindi</a> .</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Bhomiyo.Com - on experimental basis]]></title>
<link>http://bhomiyo.wordpress.com/2006/09/17/bhomiyocom-on-experimental-basis/</link>
<pubDate>Sun, 17 Sep 2006 22:48:14 +0000</pubDate>
<dc:creator>prastut</dc:creator>
<guid>http://bhomiyo.wordpress.com/2006/09/17/bhomiyocom-on-experimental-basis/</guid>
<description><![CDATA[Bhomiyo.com  is available rightnow for experimenting with unicode search on internet. You can searc]]></description>
<content:encoded><![CDATA[<p><a href="http://www.bhomiyo.com" title="www.Bhomiyo.com" target="_blank">Bhomiyo.com </a> is available rightnow for experimenting with unicode search on internet. You can search in any wold language and results are brought to you from google, yahoo, msn and other search engines are available upon request.</p>
<p>Online keyboard for Indian languages like <a href="http://www.bhomiyo.com/?lang=hi">Hindi</a>, <a href="http://www.bhomiyo.com/?lang=pa" target="_blank">Punjabi</a>, <a href="http://www.bhomiyo.com/?lang=gu" target="_blank">Gujarati</a>, <a href="http://www.bhomiyo.com/?lang=bn">Bengali</a>, <a href="http://www.bhomiyo.com/?lang=te" target="_blank">Telugu</a>, <a href="http://www.bhomiyo.com/?lang=ka" target="_blank">Kannada</a>, <a href="http://www.bhomiyo.com/?lang=ml" target="_blank">Malayalam</a> are provided that helps typing the keywords.</p>
<p>Please  explore and provide your feedback here.</p>
]]></content:encoded>
</item>

</channel>
</rss>
