multilingual-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
From climbtothestars.org
From climbtothestars.org


  <div class="post" lang="en">
  <pre><div class="post" lang="en">


<p class="date-permalink">permalink here</p>
<p class="date-permalink">permalink here</p>
Line 23: Line 23:
<div class="post-content">
<div class="post-content">
<p>My blog has been bilingual for a long time now. Rest of post content...</p>
<p>My blog has been bilingual for a long time now. Rest of post content...</p>
         </div>
         </div></pre>

Revision as of 10:12, 22 January 2006

multilingual-brainstorming

Multilingual blogs (or sites) spotted in the wild:

People with parallel blogs (not really a solution to the problem stated, more like a workaround):

Code Samples

From climbtothestars.org

<div class="post" lang="en">

	<p class="date-permalink">permalink here</p>
	<h2 class="post-title" id="post-1259"><a href="http://climbtothestars.org/archives/2006/01/22/requirements-for-a-multilingual-wordpress-plugin/" rel="bookmark" title="Permanent Link: Requirements for a Multilingual Wordpress Plugin">Requirements for a Multilingual Wordpress Plugin</a></h2>
    
    <div class="other-excerpt" lang="fr"><p>Quelques réflexions concernant un plugin multilingue pour WordPress.</p></div>        	
	<div class="post-content">
	<p>My blog has been bilingual for a long time now. Rest of post content...</p>
        </div>