Fixed the version number.
authorAndrei Sambra <andrei@fcns.eu>
Mon, 19 Nov 2012 11:14:53 -0500
changeset 295 c54d85913cf5
parent 294 c57761e951c4
child 296 20eafdeb0327
Fixed the version number.
spec/identity-respec.html
--- a/spec/identity-respec.html	Mon Nov 19 16:19:02 2012 +0100
+++ b/spec/identity-respec.html	Mon Nov 19 11:14:53 2012 -0500
@@ -2,7 +2,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>WebID 1.1</title>
+    <title>WebID 1.0</title>
     <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
     <!--
       === NOTA BENE ===
@@ -10,6 +10,9 @@
       out in the same tree and use relative links so that they'll work offline,
      -->
 <style type='text/css'>
+#webid-diagram {
+    width: 90%;
+}
 
 code {
     font-family: monospace;
@@ -422,7 +425,7 @@
 <h1>Publishing the WebID Profile Document</h1>
 
 <p>The set of relations to be published in the <tref>WebID Profile</tref> document can be presented in a graphical notation as follows.</p>
-<img alt="WebID overview" width="90%" src="img/WebID-overview.png"/>
+<img id='webid-diagram' alt="WebID overview" src="img/WebID-overview.png"/>
 <p>The document can publish many more relations than are of interest to the WebID profile, as shown in the above graph. 
 For example Bob can publish a depiction or logo, so that sites he authenticates to can personalize the user experience. He can post links to people he knows, who in turn have WebIDs published on other sites, in order to create a distributed Social Web. 
 He can also publish one or more authentication principals. More information on authentication principals can be found on the <a href="http://www.w3.org/2005/Incubator/webid/wiki/Identity_Interoperability">WebID Identity Interoperability</a> page.