This is Calvino Rabeni's personal page for PlayAsBeing group. PlayAsBeing is a contemplative dialogue group hosted in the online "world" called Second Life. For an introduction, see the list of articles About PlayAsBeing.
Scribe Pages
{{
<h2>Guardian Sessions</h2>
<ul>
foreach(var p in wiki.getsearch('content:"Guardian for this meeting was Calvino"', 1000,'-title')) {
<li>
web.link(p.uri,p.title);
if (!map.contains(p.tags,"Calvino-hosted")) {web.html("<em><font size='5' color='green'> *</font></em>");}
if (map.contains(p.tags,"Calvino-recommended")) {web.html("<em><font size='5' color='red'> *</font></em>");} </li>
}</ul>
}}