- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Thu, 10 Apr 2014 08:25:52 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/c4a2bca84e81 branches: changeset: 656:c4a2bca84e81 user: Cameron McCormack <cam@mcc.id.au> date: Fri Apr 11 01:25:28 2014 +1000 description: Version control svgwg.org front page. diffstat: index.html | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diffs (23 lines): diff --git a/index.html b/index.html new file mode 100644 --- /dev/null +++ b/index.html @@ -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> · <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> · <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> · <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> · <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>.
Received on Thursday, 10 April 2014 15:26:18 UTC