2006/unicorn/WebContent/WEB-INF/cache/index index.en.html,NONE,1.1.2.1

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/cache/index
In directory hutz:/tmp/cvs-serv19002/WebContent/WEB-INF/cache/index

Added Files:
      Tag: dev2
	index.en.html 
Log Message:
New project

--- NEW FILE: index.en.html ---
<?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 "./resources/style/base.css";</style>
	<script type="text/javascript" src="./resources/scripts/mootools.js"></script>
	<script type="text/javascript" src="./resources/scripts/w3c-validator.js"></script>
	<link rev="made" href="mailto:www-validator@w3.org" />
	<link rel="shortcut icon" href="http://www.w3.org/2008/site/images/favicon.ico" type="image/x-icon" />
	<link rev="start" href="./" title="Home Page" />
</head>
<body>
	<div id="banner">
		<h1 id="title">
			<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="resources/images/w3c.png" /></a>
			<a href="./"><span>Unicorn - ALPHA Test Version</span></a>
		</h1>
		<p id="tagline">The Web's Universal Conformance Checker</p>
	</div>
	<div id="frontforms">
		<ul id="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">
					<p class="instructions">Select a task:</p>
					<p>
						<label title="Address of page to Validate">Task:
							<select name="ucn_task" class="ucn_task">
								<option value="conformance">General Conformance Check</option> 
								<option value="full-css">Global CSS Validation</option> 
							</select>
						</label>
					</p>
					<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="extra_opt_uri" class="moreoptions">
						<legend class="toggletext" title="Show/Hide extra options">More Options</legend>
						<div class="options">
							<table>
								<tr>
									<th id="header_profile_uri">
										<label for="profile_uri">Profile :</label>
									</th>
									<td headers="header_profile_uri">
										<select id="profile_uri" name="profile">
											<option value="none">No special profile</option>
											<option value="css1">CSS level 1</option>
											<option value="css2">CSS level 2</option>
											<option selected="selected" value="css21">CSS level 2.1</option>
											<option value="css3">CSS level 3</option>
											<option value="svg">SVG</option>
											<option value="svgbasic">SVG Basic</option>
											<option value="svgtiny">SVG tiny</option>  
											<option value="mobile">Mobile</option>
											<option value="atsc-tv">ATSC TV profile</option>
											<option value="tv">TV profile</option>
										</select>
									</td>
									<th id="header_medium_uri">
										<label for="medium_uri">Medium :</label>
									</th>
									<td headers="header_medium_uri">
										<select id="medium_uri" name="usermedium">
											<option selected="selected" value="all">All</option>
											<option value="aural">aural</option>
											<option value="braille">braille</option>
											<option value="embossed">embossed</option>
											<option value="handheld">handheld</option>
											<option value="print">print</option>
											<option value= "projection">projection</option>
											<option value="screen">screen</option>
											<option value="tty">TTY</option>
											<option value="tv">TV</option>
											<option value="presentation">presentation</option>
										</select>
									</td>
								</tr>
								<tr>
									<th id="header_warning_uri">
										<label for="warning_uri">Warnings :</label>
									</th>
									<td colspan="3" headers="header_warning_uri">
										<select id="warning_uri" name="warning"> 
											<option value="2">All</option>
											<option selected="selected" value="1">Normal report</option>
											<option value="0">Most important</option>
											<option value="no">No warnings</option>
										</select>
									</td>
								</tr>
							</table>
						</div>
					</fieldset>
					<p class="submit_button">
						<input type="hidden" name="ucn_lang" value="en" />
						<label title="Submit URI 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">
					<p class="instructions">Select a task:</p>
					<p>
						<label title="Address of page to Validate">Task:
							<select name="ucn_task" class="ucn_task">
								<option value="conformance">General Conformance Check</option> 
								<option value="full-css">Global CSS Validation</option> 
							</select>
						</label>
					</p>
					<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="extra_opt_upload" class="moreoptions">
						<legend class="toggletext" title="Show/Hide extra options">More Options</legend>
						<div class="options">
							<table>
								<tr>
									<th id="header_profile_upload">
										<label for="profile_upload">Profile :</label>
									</th>
									<td headers="header_profile_upload">
										<select id="profile_upload" name="profile">
											<option value="none">No special profile</option>
											<option value="css1">CSS level 1</option>
											<option value="css2">CSS level 2</option>
											<option selected="selected" value="css21">CSS level 2.1</option>
											<option value="css3">CSS level 3</option>
											<option value="svg">SVG</option>
											<option value="svgbasic">SVG Basic</option>
											<option value="svgtiny">SVG tiny</option>  
											<option value="mobile">Mobile</option>
											<option value="atsc-tv">ATSC TV profile</option>
											<option value="tv">TV profile</option>
										</select>
									</td>
									<th id="header_medium_upload">
										<label for="medium_upload">Medium :</label>
									</th>
									<td headers="header_medium_upload">
										<select id="medium_upload" name="usermedium">
											<option selected="selected" value="all">All</option>
											<option value="aural">aural</option>
											<option value="braille">braille</option>
											<option value="embossed">embossed</option>
											<option value="handheld">handheld</option>
											<option value="print">print</option>
											<option value= "projection">projection</option>
											<option value="screen">screen</option>
											<option value="tty">TTY</option>
											<option value="tv">TV</option>
											<option value="presentation">presentation</option>
										</select>
									</td>
								</tr>
								<tr>
									<th id="header_warning_upload">
										<label for="warning_upload">Warnings :</label>
									</th>
									<td colspan="3"
											headers="header_warning_upload">
										<select id="warning_upload" name="warning"> 
											<option value="2">All</option>
											<option selected="selected" value="1">Normal report</option>
											<option value="0">Most important</option>
											<option value="no">No warnings</option>
										</select>
									</td>
								</tr>
							</table>
						</div>
						</fieldset>
					<p class="submit_button">
						<input type="hidden" name="ucn_lang" value="en" />
						<label title="Submit URI 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 method="get" action="observe">
					<p class="instructions">Select a task:</p>
					<p>
						<label title="Address of page to Validate">Task:
							<select name="ucn_task" class="ucn_task">
								<option value="conformance">General Conformance Check</option> 
								<option value="full-css">Global CSS Validation</option> 
							</select>
						</label>
					</p>
					<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="extra_opt_input" class="moreoptions">
						<legend class="toggletext" title="Show/Hide extra options">More Options</legend>
						<div class="options">
							<table>
								<tr>
									<th id="header_profile_input">
										<label for="profile_input">Profile :</label>
									</th>
									<td headers="header_profile_input">
										<select id="profile_input" name="profile">
											<option value="none">No special profile</option>
											<option value="css1">CSS level 1</option>
											<option value="css2">CSS level 2</option>
											<option selected="selected" value="css21">CSS level 2.1</option>
											<option value="css3">CSS level 3</option>
											<option value="svg">SVG</option>
											<option value="svgbasic">SVG Basic</option>
											<option value="svgtiny">SVG tiny</option>  
											<option value="mobile">Mobile</option>
											<option value="atsc-tv">ATSC TV profile</option>
											<option value="tv">TV profile</option>
										</select>
									</td>
									<th id="header_medium_input">
										<label for="medium_input">Medium :</label>
									</th>
									<td headers="header_medium_input">
										<select id="medium_input" name="usermedium">
											<option selected="selected" value="all">All</option>
											<option value="aural">aural</option>
											<option value="braille">braille</option>
											<option value="embossed">embossed</option>
											<option value="handheld">handheld</option>
											<option value="print">print</option>
											<option value= "projection">projection</option>
											<option value="screen">screen</option>
											<option value="tty">TTY</option>
											<option value="tv">TV</option>
											<option value="presentation">presentation</option>
										</select>
									</td>
								</tr>
								<tr>
									<th id="header_type_input">
										<label for="type_input">Type :</label>
									</th>
									<td headers="header_type_input">
										<select id="type_input" name="type">
											<option selected="selected" value="none">Automatic</option>
											<option value="html">HTML</option>
											<option value="css">CSS</option>
										</select>
									</td>
									<th id="header_warning_input">
										<label for="warning_input">Warnings :</label>
									</th>
									<td headers="header_warning_input">
										<select id="warning_input" name="warning"> 
											<option value="2">All</option>
											<option selected="selected" value="1">Normal report</option>
											<option value="0">Most important</option>
											<option value="no">No warnings</option>
										</select>
									</td>
								</tr>
							</table>
						</div>
					</fieldset>
					<p class="submit_button">
						<input type="hidden" name="ucn_lang" value="en" />
						<label title="Submit URI for validation">
							<input type="submit" value="Check" />
						</label>
					</p>
				</form>
			</fieldset>
		</div>
	</div>
	<div class="intro" id="don_program">
		<script type="text/javascript" src="http://www.w3.org/QA/Tools/don_prog.js"></script>
	</div>  
	<div id="ucn_news"> 
		<h1>Latest News</h1>
		<h2 id="news_200809">September 2008: public preview, phase 2</h2>
		<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>
		<h2 id="news_200609">September 2006: public preview</h2>
		<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>
	</div> 
	<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>
	<ul id="lang_choice">
		<li><a href="validator.html.en"
				lang="en"
				xml:lang="en"
				hreflang="en"
				rel="alternate">English</a>
		</li>
		<li><a href="validator.html.fr"
				lang="fr"
				xml:lang="fr"
				hreflang="fr"
				rel="alternate">Français</a>
		</li>
	</ul>
	<div id="footer">
		<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-small.png" alt="QA" />
			</a>
			<a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="Download the code">
				<img src="./resources/images/opensource-75x65.png" alt="Open Source" height="48"/>
			</a>
		</p>
		<p id="support_logo">
			<a href="http://www.w3.org/QA/Tools/Donate">
				<img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
			</a>
		</p>
		<p class="copyright">
			<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2009
			<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>
	</div>
</body>
</html>

Received on Wednesday, 5 August 2009 10:27:11 UTC