[xiph-commits] r18815 - websites/xiph.org/video

jack at svn.xiph.org jack at svn.xiph.org
Sun Feb 24 15:35:03 PST 2013


Author: jack
Date: 2013-02-24 15:35:03 -0800 (Sun, 24 Feb 2013)
New Revision: 18815

Added:
   websites/xiph.org/video/atom-feed.xml
Log:
Add Atom feed.

Added: websites/xiph.org/video/atom-feed.xml
===================================================================
--- websites/xiph.org/video/atom-feed.xml	                        (rev 0)
+++ websites/xiph.org/video/atom-feed.xml	2013-02-24 23:35:03 UTC (rev 18815)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom">
+  <title>video.xiph.org</title>
+  <subtitle>a blog about startups and code</subtitle>
+
+  <link rel="alternate" type="text/html" href="http://video.xiph.org/" />
+  <link rel="self" type="application/atom+xml" href="http://video.xiph.org/atom-feed.xml" />
+  <id>http://video.xiph.org/atom-feed.xml</id>
+  <updated>2013-02-24T23:40:46Z</updated>
+
+  <entry>
+    <title>Episode 1: A Digital Media Primer for Geeks</title>
+    <link rel="alternate" type="text/html" href="/vid1.shtml" />
+    <id>tag:video.xiph.org,2013:/vid1.shtml</id>
+    <updated>2013-02-24T23:40:46Z</updated>
+
+    <author>
+      <name>Xiph.org</name>
+    </author>
+
+    <summary type="html"><![CDATA[
+    <p>
+      This first video from Xiph.Org presents the technical foundations of
+      modern digital media via a half-hour firehose of information. One
+      community member called it "a Uni lecture I never got but really
+      wanted."
+    </p>
+    <p>
+      The program offers a brief history of digital media, a quick summary of
+      the sampling theorem, and myriad details of low level audio and video
+      characterization and formatting. It's intended for budding geeks looking
+      to get into video coding, as well as the technically curious who want to
+      know more about the media they wrangle for work or play.
+    </p>
+    ]]>
+    </summary>
+  </entry>
+</feed>



More information about the commits mailing list