diff 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
line wrap: on
line diff
--- a/content/Coding/011-ts3-python-javascript.rst	Fri Jan 31 19:27:07 2014 -0600
+++ b/content/Coding/011-ts3-python-javascript.rst	Fri Jan 31 20:32:36 2014 -0600
@@ -5,6 +5,7 @@
 :tags: Python, Javascript, TeamSpeak
 :slug: a-teamspeak-3-viewer-with-python-javascript
 :author: Brian Neal
+:summary: Here's how I cobbled together a TeamSpeak 3 viewer in Python & Javascript. And there might even be some PHP involved too...
 
 The Problem
 ===========
@@ -103,6 +104,7 @@
 Here is a screenshot of the static test page in action.
 
 .. image:: /images/011-tree1.png
+   :alt: screenshot
 
 Nice! Thanks dynatree! Now all I need to do is figure out how to dynamically
 generate the JSON data and get it into the gaming clan's server status page.