Smallest Federated Wiki

Don's Sfw: Start Here

Our new wiki innovates three ways. It shares through federation, composes by refactoring and wraps data with visualization. Follow our open development on GitHub or just watch our work in progress videos here.

<iframe width="400" height="250" frameborder="0" src="http://player.vimeo.com/video/27671065?title=0&byline=0&portrait=0" style="-moz-box-shadow: 5px 8px 10px 5px #888;-webkit-box-shadow: 5px 8px 10px 5px #888;box-shadow: 5px 8px 10px 5px #888;"></iframe> <p> We introduce the parts of a Federated Wiki page. The "story" is a collection of paragraphs and paragraph like items. The "journal" collects story edits. Should you take my page and edit it as yours, I can see what you've done and may decide to take your edits as my own. </p>

The Smallest Federated Wiki was the founding project that has grown into many sites running substantially evolved client and server software. See Federated Wiki

<hr>

See more of our short videos on vimeo or youtube .

<iframe width="400" height="250" frameborder="0" src="http://player.vimeo.com/video/27673743?title=0&byline=0&portrait=0" style="-moz-box-shadow: 5px 8px 10px 5px #888;-webkit-box-shadow: 5px 8px 10px 5px #888;box-shadow: 5px 8px 10px 5px #888;"></iframe> <p> We explore how a federated wiki's page elements get converted to HTML. The conversion happens on the client side. Coffeescript code uses the type of each story item to retrieve "emit" and "bind" functions. Emit creates the HTML DOM objects while bind connects them up to jQuery. </p>

<iframe width="400" height="250" frameborder="0" src="http://player.vimeo.com/video/27671347?title=0&byline=0&portrait=0" style="-moz-box-shadow: 5px 8px 10px 5px #888;-webkit-box-shadow: 5px 8px 10px 5px #888;box-shadow: 5px 8px 10px 5px #888;"></iframe> <p> We show how drag-and-drop between federated wiki pages creates a new model for sharing. A simple JSON model of the page makes this all straightforward. </p>