Add HTML document listing the WebID specifications
authorscor <scorlosquet@gmail.com>
Mon, 29 Jul 2013 09:36:04 -0400
changeset 386 c905c95c0a99
parent 385 3ceacc485d2d
child 387 fd467e507399
Add HTML document listing the WebID specifications
spec/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spec/index.html	Mon Jul 29 09:36:04 2013 -0400
@@ -0,0 +1,66 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE html>
+<html dir="ltr" typeof="bibo:Document " about="" property="dcterms:language" content="en" version="XHTML+RDFa 1.0" prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54# dcterms: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ xsd: http://www.w3.org/2001/XMLSchema#" xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <title>WebID-TLS</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+
+<!--
+      === NOTA BENE ===
+      For the three scripts below, if your spec resides on dev.w3 you can check them
+      out in the same tree and use relative links so that they'll work offline,
+     -->
+
+<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED" />
+<style type="text/css">
+dd {
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+
+</style>
+<!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
+</head>
+  <body class="h-entry"><div class="head">
+  <p>
+
+      <a href="http://www.w3.org/"><img width="72" height="48" alt="W3C" src="https://www.w3.org/Icons/w3c_home" /></a>
+
+  </p>
+  <h1 property="dcterms:title" id="title" class="title p-name">WebID specifications</h1>
+
+
+
+      <p class="copyright">
+        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
+        2010-2013
+
+        <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup>
+        (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
+        <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
+        <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved.
+        <abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
+        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
+        <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
+      </p>
+
+
+  <hr />
+
+
+<section id="abstract"><h2>Abstract</h2>
+<p>A global distributed Social Web requires that each person be able to control their identity, that this identity be linkable across sites -  placing each person in a Web of relationships - and that it be possible to authenticate globally with such identities. By making distributed authentication easy one can allow everybody to protect their resources and enable their preferred privacy settings.</p>
+</section>
+
+
+<section id="outline"><h2>Specifications</h2>
+<dl>
+  <dt><a href="identity-respec.html">WebID 1.0 - Web Identity and Discovery</a></dt>
+  <dd>This specification outlines a simple universal identification mechanism that is distributed, openly extensible, improves privacy, security and control over how each person can identify themselves in order to allow fine grained access control to their information on the Web. It does this by applying the best practices of Web Architecture whilst building on well established widely deployed protocols and standards including HTML, URIs, HTTP, and RDF Semantics.</dd>
+  <dt><a href="tls-respec.html">WebID-TLS - WebID Authentication over TLS</a></dt>
+  <dd> The WebID-TLS protocol enables secure, efficient and maximally user friendly authentication on the Web using TLS and X.509 Certificates. It enables people to authenticate onto any site by simply choosing one of the certificates proposed to them by their browser. These certificates can be created by any Web Site for their users. This specification extends the WebID Identity specification which defines many of the core concepts used in WebID-TLS. </dd>
+</dl>
+</section>
+
+
+</body></html>