comparison content/Coding/011-ts3-python-javascript.rst @ 7:49bebfa6f9d3

Added summary lines for those posts that had back to back headings. Those posts didn't look so great on Pelican's index.
author Brian Neal <bgneal@gmail.com>
date Fri, 31 Jan 2014 20:32:36 -0600
parents 7ce6393e6d30
children
comparison
equal deleted inserted replaced
6:061a5ff7ec61 7:49bebfa6f9d3
3 3
4 :date: 2012-01-20 19:15 4 :date: 2012-01-20 19:15
5 :tags: Python, Javascript, TeamSpeak 5 :tags: Python, Javascript, TeamSpeak
6 :slug: a-teamspeak-3-viewer-with-python-javascript 6 :slug: a-teamspeak-3-viewer-with-python-javascript
7 :author: Brian Neal 7 :author: Brian Neal
8 :summary: Here's how I cobbled together a TeamSpeak 3 viewer in Python & Javascript. And there might even be some PHP involved too...
8 9
9 The Problem 10 The Problem
10 =========== 11 ===========
11 12
12 My gaming clan started using `TeamSpeak 3`_ (TS3) for voice communications, so 13 My gaming clan started using `TeamSpeak 3`_ (TS3) for voice communications, so
101 </html> 102 </html>
102 103
103 Here is a screenshot of the static test page in action. 104 Here is a screenshot of the static test page in action.
104 105
105 .. image:: /images/011-tree1.png 106 .. image:: /images/011-tree1.png
107 :alt: screenshot
106 108
107 Nice! Thanks dynatree! Now all I need to do is figure out how to dynamically 109 Nice! Thanks dynatree! Now all I need to do is figure out how to dynamically
108 generate the JSON data and get it into the gaming clan's server status page. 110 generate the JSON data and get it into the gaming clan's server status page.
109 111
110 The Python 112 The Python