Version control svgwg.org front page.
authorCameron McCormack <cam@mcc.id.au>
Fri, 11 Apr 2014 01:25:28 +1000
changeset 656 c4a2bca84e81
parent 655 fb27a036fff0
child 657 79bd8f8bd9cb
Version control svgwg.org front page.
index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.html	Fri Apr 11 01:25:28 2014 +1000
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<meta charset=UTF-8>
+<title>SVG Working Group document repository</title>
+<style>
+body { font: 16px Lucida Grande, sans-serif; max-width: 50em; margin: 4em auto; line-height: 1.4; color: #222; }
+h1 { font-size: 24px; color: #444; }
+li { margin-top: 1em; }
+</style>
+<h1>SVG Working Group document repository</h1>
+<p>This site hosts a number of documents produced by the SVG Working Group:</p>
+<ul>
+  <li><a href="/svg2-draft/">SVG 2 Editor's Draft</a> &#xb7; <a href="https://svgwg.org/hg/svg2/file/tip/master/">source</a></li>
+  <li><a href="/specs/animation-elements/">Animation Elements Editor's Draft</a> &#xb7; <a href="https://svgwg.org/hg/svg2/file/tip/specs/animation-elements/">source</a></li>
+  <li><a href="/specs/integration/">SVG Integration Editor's Draft</a> &#xb7; <a href="https://svgwg.org/hg/svg2/file/tip/specs/integration/">source</a></li>
+  <li><a href="/specs/streaming/">SVG Streaming Editor's Draft</a> &#xb7; <a href="https://svgwg.org/hg/svg2/file/tip/specs/streaming/">source</a></li>
+</ul>
+
+<p>For more information see the wiki pages for the <a href="http://www.w3.org/Graphics/SVG/WG/">SVG Working Group</a> and <a href="http://www.w3.org/Graphics/fx/wiki/Main_Page">FX Taskforce</a>.