Commit ae08e0e2 authored by Pascal Hartig's avatar Pascal Hartig

Hide Backbone.xmpp from index as long as it's offline

parent c7df201d
...@@ -218,9 +218,12 @@ ...@@ -218,9 +218,12 @@
<li class="labs"> <li class="labs">
<a href="labs/architecture-examples/socketstream/README.md" data-source="http://www.socketstream.org" data-content="SocketStream is a fast, modular Node.js web framework dedicated to building realtime single-page apps">SocketStream</a> <a href="labs/architecture-examples/socketstream/README.md" data-source="http://www.socketstream.org" data-content="SocketStream is a fast, modular Node.js web framework dedicated to building realtime single-page apps">SocketStream</a>
</li> </li>
<!--
// Link is currently not working.
<li class="routing labs"> <li class="routing labs">
<a href="http://todomvc.crypho.com" data-source="https://github.com/ggozad/Backbone.xmpp" data-content="Backbone.xmpp is a drop-in replacement for Backbone’s RESTful API, allowing models/collections to be persisted on XMPP Pub-Sub nodes providing real-time updates.">Backbone.xmpp</a> <a href="http://todomvc.crypho.com" data-source="https://github.com/ggozad/Backbone.xmpp" data-content="Backbone.xmpp is a drop-in replacement for Backbone’s RESTful API, allowing models/collections to be persisted on XMPP Pub-Sub nodes providing real-time updates.">Backbone.xmpp</a>
</li> </li>
-->
</ul> </ul>
<hr> <hr>
<h2>Compare these to a non-framework implementation</h2> <h2>Compare these to a non-framework implementation</h2>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment