Skip to content

Commit

Permalink
remove #read
Browse files Browse the repository at this point in the history
  • Loading branch information
paulca committed Sep 9, 2013
1 parent ecf08ba commit 34b136a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: post
title: "This Week on Tito: Realtime Octo-Dancing"
date: 2013-09-02
author: Paul Campbell
author-img: paulca
readingtime: 3
tags: [weekly roundup]
excerpt: "Featuring Realtime Week, Bocoup Training, JSConf Colombia, The Octogala 2013, and Bristol Bad Film Club"
---

Over 1500 tickets were sold across nearly 80 events in the last week on Tito. Let's see some choice cuts.

Following on from my mention last week of [The Realtime Conference](http://2013.realtimeconf.com), the Realtime folks have launched a full-blown Realtime Week, featuring [RedisConf](http://2013.redisconf.com/) and [WebRTC Camp](http://2013.webrtccamp.com/), all of which are technologies that we're actively using or investigating for Tito. Exciting.

As we grow Tito, we're eager to spread the ways that Tito can be integrated into existing sites and applications. It's only the very, very start, but it was cool to see [Bocoup](http://bocoup.com) go live with their [Training Tracks](http://training.bocoup.com/tracks/). Using a feature that they sponsored, they're selling bundles of tickets for a special price for front end and back end training. It's really cool and the integration on their site is awesome.

Speaking of the front-end, the latest [JSConf Family](http://jsconf.com/) event to use Tito went live this week. Taking place October 18th–19th, JSConf Colombia aims to passionately energise the Javascript community in Colombia. Early Bird tickets are sold out, but you can put your name down at [jsconf.co](http://jsconf.co/).

In a super exciting development for us, [GitHub](https://tito.io/github-events/octogala-2013-) put their first publically-accessible Tito event on sale this week. The [Octogala](https://tito.io/github-events/octogala-2013-) is "a black-tie(ish) charity event for the San Francisco open source community". The event aims to get techy types up and out on their feed, dressed to impress, to help raise money for [YearUp](http://www.yearup.org/), a charity to help underprivileged young adults.

Finally, we love small events just as much as conferences and galas! We've had a few film clubs popping up, using Tito for their attendances. I love the idea of a "bad film club", and the [Bristol Bad Film Club](https://tito.io/bristol-bad-film-club/samurai-cop-screening) has their next screening of ImDB 4.5/10 rated [Samurai Cop](http://www.imdb.com/title/tt0130236/) on September 18th. Troy and Abed would be proud!
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>Latest Blog Posts</h1>
<ul class="posts list">
{% for post in site.posts limit: 5 %}
<li>
<a href="{{ post.url }}#read">
<a href="{{ post.url }}">
<span>{{ post.date | date_to_string }}</span> &raquo; {{ post.title }}
{% if post.excerpt %}
<p>{{ post.excerpt }}</p>
Expand Down

0 comments on commit 34b136a

Please sign in to comment.