Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

May Dev Derby copy #174

Merged
merged 2 commits into from
Apr 25, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions apps/demos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@
"summary": _("With the Websocket API and protocol, you can open a two-way channel between the browser and a server, for scalable and real-time data flow. No more server polling!"),
"description": _("With the Websocket API and protocol, you can open a two-way channel between the browser and a server, for scalable and real-time data flow. No more server polling!"),
"learn_more": [],
"tab_copy": _("??"),
"tab_copy": _("""<p>With the <a href="https://developer.mozilla.org/en/WebSockets">Websocket API and protocol</a>, you can open a two-way communication channel between the browser and a server. This lets you send messages to the server and receive event-driven responses in real time, all without server polling. Websockets are simple, scalable, and future-proof. <a href="http://www.websocket.org/">Websocket.org</a> even argues that Websockets are the "next evolutionary step in web communication."</p>
<p>Not excited yet? This is about more than just sending messages&mdash;it's about highly interactive experiences. Last month, Little Workshop and Mozilla collaborated to create <a href="https://hacks.mozilla.org/2012/03/browserquest/">BrowserQuest</a>, a multiplayer online game that uses Websockets at its core. As if that weren't enough, Mozilla's very own Rob Hawkes created <a href="http://rawkets.com/">Rawkets</a>, a multiplayer space shooter that also uses Websockets.</p>
<p>Of course, you can't do much with Websockets unless you have a server to communicate with. Thankfully, there are many free Websockets servers available on the web, including <a href="http://pusher.com/">Pusher</a>, <a href="http://nodejitsu.com/#/">Nodejitsu</a>, and <a href="http://beaconpush.com/">Beaconpush</a>. If you prefer, you could even set up your own Websockets server.</p>
<p>What can you create with the Websocket API and protocol? The next BrowserQuest? A better Rawkets? Show the world this month the May Dev Derby!</p>"""),
},
{
"tag_name": "challenge:2012:june",
Expand All @@ -181,13 +184,13 @@
},
{
"tag_name": "challenge:2012:july",
"title": _("July 2012 Dev Derby Challenge - ??"),
"short_title": _("??"),
"title": _("July 2012 Dev Derby Challenge - No JavaScript"),
"short_title": _("No JavaScript"),
"dateline": _("July 2012"),
"short_dateline": _("July"),
"tagline": _("??"),
"summary": _("??"),
"description": _("??"),
"tagline": _("Code with no.js!"),
"summary": _("Creating rich user experiences for the Web has never been easier. Today's open Web standards put some of the most powerful features right at your fingertips. Animate pages with CSS, validate user input with HTML, and more. What else can you do without JavaScript?"),
"description": _("Creating rich user experiences for the Web has never been easier. Today's open Web standards put some of the most powerful features right at your fingertips. Animate pages with CSS, validate user input with HTML, and more. What else can you do without JavaScript?"),
"learn_more": [],
"tab_copy": _("??"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tab copy for July is missing. Is that intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. The full tab copy isn't going to show up until July 1, so I will work on it between now and then.

},
Expand Down