2006/unicorn/resources/templates/index en_index.html.vm,1.15,1.16

Update of /sources/public/2006/unicorn/resources/templates/index
In directory hutz:/tmp/cvs-serv24256

Modified Files:
	en_index.html.vm 
Log Message:
typo


Index: en_index.html.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index/en_index.html.vm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- en_index.html.vm	18 Apr 2008 14:25:59 -0000	1.15
+++ en_index.html.vm	26 Sep 2008 08:49:18 -0000	1.16
@@ -1,204 +1,191 @@
-<?xml version="1.0" encoding="utf-8"?>
-#macro(genTasklist $i)
-	<div>
-		Task :
-		<select name="ucn_task" onchange="javascript:taskChanged(this.options[this.options.selectedIndex].value, $i);">
-			#foreach( $task in $tasklist ) 
-				<option value="$task.getID()">$task.getLongName("en")</option> 
-			#end
-		</select>
-	</div>
-#end
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-
-	<head>
-		<title>Unicorn</title>
-		<link rev="start" href="./" title="Home Page" />
-		<style type="text/css" media="all">@import "style/base.css";</style>
-		<script type="text/javascript" src="tabtastic/addclasskillclass.js"></script>
-		<script type="text/javascript" src="tabtastic/attachevent.js"></script>
-		<script type="text/javascript" src="tabtastic/addcss.js"></script>
-		<script type="text/javascript" src="tabtastic/tabtastic.js"></script>
-		<script type="text/javascript" src="en_parameters.js"></script>
-	</head>
-
-	<body onload="init()">
-
-		<div id="banner">
-			<h1 id="title">
-				<a href="http://www.w3.org/">
-					<img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" />
-				</a>
-				<img src="images/unicorn.png" alt="Unicorn" />
-			</h1>
-		</div>
-
-		<p id="tagline">the Web's Universal Conformance Checker - <strong>ALPHA Test Version</strong></p>
-
-		<ul id="lang_choice">
-	        
-	          <li><a href="fr_index.html"
-	              lang="fr"
-	              xml:lang="fr"
-	              hreflang="fr"
-	              rel="alternate">Fran&ccedil;ais</a>
-	
-	          </li>
-	        
-	          <li><a href="en_index.html"
-	              lang="en"
-	              xml:lang="en"
-	              hreflang="en"
-	              rel="alternate">English</a>
-	          </li>
-	     </ul>
-
-
-		<div id="frontforms">
-			<ul class="tabset_tabs">
-				<li><a href="#validate-by-uri" class="active">by URI</a></li><!--
-				--><li><a href="#validate-by-upload">by File Upload</a></li><!--
-				--><li><a href="#validate-by-input">by direct Input</a></li>
-			</ul>
-		    <div id="fields">
-
-			<fieldset id="validate-by-uri" class="tabset_content front">
-				<legend class="tabset_label">Validate by URI</legend>
-				<form method="get" action="observe">
-					#genTasklist(0)
-					<p class="instructions">Enter the URI of a document you would like checked:</p>
-					<p>
-						<label title="Address of page to Validate" for="ucn_uri">
-							Address:
-							<input type="text" name="ucn_uri" id="ucn_uri" size="45" />
-						</label>
-						<input type="hidden" name="ucn_lang" value="en" />
-
-					</p>
-					<fieldset id="opt_uri" class="options">
-						<p title="Simple options">Simple options</p>
-						<div class="simpleParamList"></div>
-					</fieldset>
-					<fieldset id="extra_opt_uri" class="moreoptions">
-						<p class="toggle closed" title="Show/Hide extra options" onclick="expand()">More Options</p>
-						<!-- invisible -->
-						<div class="advancedParamList"></div>
-						<!-- / invisible -->
-					</fieldset>
-					<p class="submit_button">
-						<label title="Submit file for validation"><input type="submit" value="Check" /></label>
-					</p>
-				</form>
-			</fieldset>
-
-			<fieldset id="validate-by-upload"  class="tabset_content front">
-				<legend class="tabset_label">Validate by File Upload</legend>
-				<form method="post" enctype="multipart/form-data" action="observe">
-					#genTasklist(1)
-					<p class="instructions">Choose the document you would like validated:</p>
-					<p>
-						<label title="Choose a Local File to Upload and Validate" for="ucn_file">
-							Local file:
-							<input type="file" id="ucn_file" name="ucn_file" size="30" />
-						</label>
-						<input type="hidden" name="ucn_lang" value="en" />
-
-					</p>
-					<fieldset id="opt_upload" class="options">
-						<p title="Simple options">Simple options</p>
-						<div class="simpleParamList"></div>
-					</fieldset>
-					<fieldset id="extra_opt_upload" class="moreoptions">
-						<p class="toggle closed" title="Show/Hide extra options" onclick="expand()">More Options</p>
-						<!-- invisible -->
-						<div class="advancedParamList"></div>
-						<!-- / invisible -->
-					</fieldset>
-					<p class="submit_button">
-						<label title="Submit file for validation">
-							<input type="submit" value="Check" />
-						</label>
-					</p>
-				</form>
-			</fieldset>
-
-			<fieldset id="validate-by-input"  class="tabset_content front">
-				<legend class="tabset_label">Validate by direct input</legend>
-				<form action="observe" method="get">
-					#genTasklist(2)
-					<p class="instructions">Enter the document you would like checked:</p>
-					<p>
-						<textarea name="ucn_text" rows="12" cols="70"></textarea>
-						<span id="ucn_text_mime"></span>
-						<input type="hidden" name="ucn_lang" value="en" />
-
-					</p>      
-					<fieldset id="opt_direct" class="options">
-						<p title="Simple options">Simple options</p>
-						<div class="simpleParamList"></div>
-					</fieldset>
-					<fieldset id="extra_opt_direct" class="moreoptions">
-						<p class="toggle closed" title="Show/Hide extra options" onclick="expand()">More Options</p>
-						<!-- invisible -->
-						<div class="advancedParamList"></div>
-						<!-- / invisible -->
-					</fieldset>
-					<p class="submit_button">
-						<label title="Submit file for validation">
-							<input type="submit" value="Check" />
-						</label>
-					</p>
-				</form>
-			</fieldset>
-		    </div><!-- fiends -->
-		</div><!-- end div id = frontforms -->
-<h2>Latest News</h2>
-<h3>7 September 2006: public preview</h3>
-<p>Welcome to the public preview of the unicorn tool. To learn more about this tool
-or how you can provide feedback for this preview, check the <a href="http://www.w3.org/QA/2006/09/unicorn_public_preview.html">W3C QA Weblog</a>.</p>
-<p><strong>Note</strong>: You need to enable Javascript to be able to check documents.</p>
-
-		<ul class="navbar"  id="menu">
-			<li><a href="http://www.w3.org/QA/2006/obs_framework/" title="Documentation about this service and the software behind it">Documentation</a> <span class="hideme">|</span></li>
-			<li><a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="Download the source for this service">Download</a> <span class="hideme">|</span></li>
-			<li><a href="mailto:public-qa-dev@w3.org" title="send us your thoughts and bug reports on the PUBLIC development mailing-list">Feedback</a> <span class="hideme">|</span></li>
-		</ul>
-
-		<p id="activity_logos">
-			<a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more">
-				<img src="http://www.w3.org/QA/2002/12/qa.png" alt="QA" />
-			</a>
-			<a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"></a>
-		</p>
-
-		<p id="support_logo">
-			Support this tool, become a<br />
-			<a href="http://www.w3.org/Consortium/supporters">
-				<img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" />
-			</a>
-		</p>
-
-		<p class="copyright">
-			<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2008
-			<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
-
-			(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
-			<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
-			<a href="http://www.keio.ac.jp/">Keio</a>),
-			All Rights Reserved.
-			W3C <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>,
-			<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
-			and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
-
-			rules apply. Your interactions with this site are in accordance
-			with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
-			<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
-			statements.
-		</p>
-
-	</body>
-
-</html>
+
+#macro(genTasklist $i)
+	<div>
+		Task :
+		<select name="ucn_task" onchange="javascript:taskChanged(this.options[this.options.selectedIndex].value, $i);">
+			#foreach( $task in $tasklist ) 
+				<option value="$task.getID()">$task.getLongName("en")</option> 
+			#end
+		</select>
+	</div>
+#end
+
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+	<head>
+		<title>Unicorn</title>
+		<link rev="start" href="./" title="Home Page" />
+		<style type="text/css" media="all">@import "style/base.css";</style>
+		<script type="text/javascript" src="tabtastic/addclasskillclass.js"></script>
+		<script type="text/javascript" src="tabtastic/attachevent.js"></script>
+		<script type="text/javascript" src="tabtastic/addcss.js"></script>
+		<script type="text/javascript" src="tabtastic/tabtastic.js"></script>
+		<script type="text/javascript" src="en_parameters.js"></script>
+	</head>
+
+	<body onload="init()">
+
+		<div id="banner">
+			<h1 id="title">
+				<a href="http://www.w3.org/">
+					<img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" />
+				</a>
+				<img src="images/unicorn.png" alt="Unicorn" />
+			</h1>
+		</div>
+
+		<p id="tagline">the Web's Universal Conformance Checker - <strong>ALPHA Test Version</strong></p>
+
+		<div id="frontforms">
+			<ul class="tabset_tabs">
+				<li><a href="#validate-by-uri" class="active">by URI</a></li><!--
+				--><li><a href="#validate-by-upload">by File Upload</a></li><!--
+				--><li><a href="#validate-by-input">by direct Input</a></li>
+			</ul>
+		    <div id="fields">
+
+			<fieldset id="validate-by-uri" class="tabset_content front">
+				<legend class="tabset_label">Validate by URI</legend>
+				<form method="get" action="observe">
+					#genTasklist(0)
+					<p class="instructions">Enter the URI of a document you would like checked:</p>
+					<p>
+						<label title="Address of page to Validate" for="ucn_uri">
+							Address:
+							<input type="text" name="ucn_uri" id="ucn_uri" size="45" />
+						</label>
+					</p>
+					<fieldset id="opt_uri" class="options">
+						<p title="Simple options">Simple options</p>
+						<div class="simpleParamList"></div>
+					</fieldset>
+					<fieldset id="extra_opt_uri" class="moreoptions">
+						<p class="toggle closed" title="Show/Hide extra options" onclick="expand()">More Options</p>
+						<!-- invisible -->
+						<div class="advancedParamList"></div>
+						<!-- / invisible -->
+					</fieldset>
+					<p class="submit_button">
+						<label title="Submit file for validation"><input type="submit" value="Check" /></label>
+					</p>
+				</form>
+			</fieldset>
+
+			<fieldset id="validate-by-upload"  class="tabset_content front">
+				<legend class="tabset_label">Validate by File Upload</legend>
+				<form method="post" enctype="multipart/form-data" action="observe">
+					#genTasklist(1)
+					<p class="instructions">Choose the document you would like validated:</p>
+					<p>
+						<label title="Choose a Local File to Upload and Validate" for="ucn_file">
+							Local file:
+							<input type="file" id="ucn_file" name="ucn_file" size="30" />
+						</label>
+					</p>
+					<fieldset id="opt_upload" class="options">
+						<p title="Simple options">Simple options</p>
+						<div class="simpleParamList"></div>
+					</fieldset>
+					<fieldset id="extra_opt_upload" class="moreoptions">
+						<p class="toggle closed" title="Show/Hide extra options" onclick="expand()">More Options</p>
+						<!-- invisible -->
+						<div class="advancedParamList"></div>
+						<!-- / invisible -->
+					</fieldset>
+					<p class="submit_button">
+						<label title="Submit file for validation">
+							<input type="submit" value="Check" />
+						</label>
+					</p>
+				</form>
+			</fieldset>
+
+			<fieldset id="validate-by-input"  class="tabset_content front">
+				<legend class="tabset_label">Validate by direct input</legend>
+				<form action="observe" method="get">
+					#genTasklist(2)
+					<p class="instructions">Enter the document you would like checked:</p>
+					<p>
+						<textarea name="ucn_text" rows="12" cols="70"></textarea>
+						<span id="ucn_text_mime"></span>
+					</p>      
+					<fieldset id="opt_direct" class="options">
+						<p title="Simple options">Simple options</p>
+						<div class="simpleParamList"></div>
+					</fieldset>
+					<fieldset id="extra_opt_direct" class="moreoptions">
+						<p class="toggle closed" title="Show/Hide extra options" onclick="expand()">More Options</p>
+						<!-- invisible -->
+						<div class="advancedParamList"></div>
+						<!-- / invisible -->
+					</fieldset>
+					<p class="submit_button">
+						<label title="Submit file for validation">
+							<input type="submit" value="Check" />
+						</label>
+					</p>
+				</form>
+			</fieldset>
+		    </div><!-- fiends -->
+		</div><!-- end div id = frontforms -->
+<h2>Latest News</h2>
+<h3 id="news_200809">September 2008: public preview, phase 2</h3>
+<p>The public preview of the Unicorn framework gets a massive update after two summers of code and spec improvements. All the changes, aimed at making the unicorn framework faster, more reliable and easier to integrate with validators and web observation tools, include:</p>
+<ul>
+<li><strong>Simplified contract format</strong>, making it easier to define interactions between unicorn and an observer</li>
+<li><strong>New tasks format</strong>, providing a more flexible way to sequence, mix and match observations</li>
+<li><strong>Performance</strong> improvements, with a new multithreaded architecture</li>
+<li>The ability to function as a <strong>servlet under more engines</strong>, including Jigsaw</li>
+<li>A <strong>localized UI</strong> (currently: English and French, as a demo)</li>
+<li>A brand new <strong>XML parser</strong> taking care of parsing tasks, contracts and observation responses</li>
+<li>Tons of <strong>bug fixes</strong></li>
+</ul>
+
+<h3 id="news_200809">September 2006: public preview</h3>
+<p>Welcome to the public preview of the unicorn tool. To learn more about this tool
+or how you can provide feedback for this preview, check the <a href="http://www.w3.org/QA/2006/09/unicorn_public_preview.html">W3C QA Weblog</a>.</p>
+
+		<ul class="navbar"  id="menu">
+			<li><a href="http://www.w3.org/QA/2006/obs_framework/" title="Documentation about this service and the software behind it">Documentation</a> <span class="hideme">|</span></li>
+			<li><a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="Download the source for this service">Download</a> <span class="hideme">|</span></li>
+			<li><a href="mailto:public-qa-dev@w3.org" title="send us your thoughts and bug reports on the PUBLIC development mailing-list">Feedback</a> <span class="hideme">|</span></li>
+		</ul>
+
+		<p id="activity_logos">
+			<a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more">
+				<img src="http://www.w3.org/QA/2002/12/qa.png" alt="QA" />
+			</a>
+			<a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"></a>
+		</p>
+
+		<p id="support_logo">
+			Support this tool, become a<br />
+			<a href="http://www.w3.org/Consortium/supporters">
+				<img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" />
+			</a>
+		</p>
+
+		<p class="copyright">
+			<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2006
+			<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
+
+			(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
+			<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
+			<a href="http://www.keio.ac.jp/">Keio</a>),
+			All Rights Reserved.
+			W3C <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>,
+			<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
+			and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
+
+			rules apply. Your interactions with this site are in accordance
+			with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
+			<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
+			statements.
+		</p>
+
+	</body>
+
+</html>

Received on Friday, 26 September 2008 08:49:57 UTC