sidebar
$(document).ready(function() {
var wholething = $('#text-html.section');
if (wholething.length == 0) return;
var bag_name = 'theinformation_public';
var host = 'http://theinformation.tiddlyspace.com/';
$('')
.appendTo('body');
if (typeof(io) === 'undefined') {
console.log('nosocket');
}
var socketuri = 'http://tiddlyspace.com:8081'
, atdiv = $('#recents')
var atbox = new Tiddlers(atdiv,
socketuri,
host + 'tiddlers?',
['recipe/' + bag_name],
{sizer: 15});
atbox.start();
});Syndicated 2012-07-28 17:01:31 (Updated 2012-07-28 17:02:33) from cdent
