summary refs log tree commit diff stats
path: root/tools/finish.nim
Commit message (Expand)AuthorAgeFilesLines
* [tools] use the right parameter [backport:1.0] (#18957)flywind2021-10-061-1/+1
* tools/finish: don't quote path with space (#14058) [backport]alaviss2020-04-221-3/+2
* fixes #12319 - change exception handling for finish.exe (#12413)Gampol T2019-11-151-0/+2
* Switch mingw links (#12561)genotrance2019-10-311-1/+1
* fixes #11770Araq2019-08-161-8/+16
* fixes a finish.exe regressionAndreas Rumpf2019-07-061-1/+2
* Add non-interactive installer flag (-y) to finish.nim (#10603) [backport]Matt Haggard2019-02-081-4/+21
* Add nimble dir to path via finishGanesh Viswanathan2018-05-091-7/+20
* Fixes for #7747 - finish.exe issues (#7748)genotrance2018-05-021-15/+16
* fixes finish.nim download bugAraq2018-03-011-1/+1
* finish.nim: make it work with spaces in the path to curlAraq2017-12-021-1/+1
* finish.nim tool: make path environment creation more robustAraq2017-09-301-6/+15
* finish.nim tool: use global path environment variable if local does not existAraq2017-05-171-1/+7
* finish tool can use 'nimgrab' tool to download the mingw versionAraq2017-02-261-1/+5
* finish.nim: user has multiple chances to move .7z file to proper locationAraq2017-02-111-0/+3
* finish.nim: final round of improvementsAraq2017-02-081-8/+51
* finish tool improvementsAraq2017-02-061-11/+14
* finish.nim: yet another GCC detection problem fixedAraq2017-01-301-2/+3
* finish tool: untested improvements to the GCC detection logicAndreas Rumpf2017-01-261-2/+2
* downloader tool worksAraq2017-01-231-3/+3
* finish tool: untested download featureAndreas Rumpf2017-01-151-1/+25
* finish tool: slightly more informative error messageAndreas Rumpf2017-01-131-0/+1
* finish tool: Check for installations in 'program files' et alAraq2016-12-291-3/+22
* fixes criticial finish.nim bugAraq2016-11-031-2/+4
* further cleanups; refs #4934Araq2016-10-241-0/+165
color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
		<title>
			 display/box/float/clear test 
		</title>
 	<style type="text/css">
/* last modified: 1 Dec 98 */ 	

html {
font: 10px/1 Verdana, sans-serif;
background-color: blue;
color: white;
}

body {
margin: 1.5em;
border: .5em solid black;
padding: 0;
width: 48em;
background-color: white;
}

dl {
margin: 0;
border: 0;
padding: .5em;
}

dt { 
background-color: rgb(204,0,0);
margin: 0; 
padding: 1em;
width: 10.638%; /* refers to parent element's width of 47em. = 5em or 50px */
height: 28em;
border: .5em solid black;
float: left;
}

dd {
float: right;
margin: 0 0 0 1em;
border: 1em solid black;
padding: 1em;
width: 34em;
height: 27em;
}

ul {
margin: 0;
border: 0;
padding: 0;
}

li {
display: block; /* i.e., suppress marker */
color: black;
height: 9em;
width: 5em;
margin: 0;
border: .5em solid black;
padding: 1em;
float: left;
background-color: #FC0;
}

#bar {
background-color: black;
color: white;
width: 41.17%; /* = 14em */
border: 0;
margin: 0 1em;
}

#baz {
margin: 1em 0;
border: 0;
padding: 1em;
width: 10em;
height: 10em;
background-color: black;
color: white;
}

form { 
margin: 0;
display: inline;
}

p { 
margin: 0;
}

form p {
line-height: 1.9;
}

blockquote {
margin: 1em 1em 1em 2em;
border-width: 1em 1.5em 2em .5em;
border-style: solid;
border-color: black;
padding: 1em 0;
width: 5em;
height: 9em;
float: left;
background-color: #FC0;
color: black;
}

address {
font-style: normal;
}

h1 {
background-color: black;
color: white;
float: left;
margin: 1em 0;
border: 0;
padding: 1em;
width: 10em;
height: 10em;
font-weight: normal;
font-size: 1em;
}
  </style>
	</head>
	<body>
		<dl>
			<dt>
			 toggle 
			</dt>
			<dd>
			<ul>
				<li>
				 the way 
				</li>
				<li id="bar">
				<p>
				 the world ends 
				</p>
				<form action="./" method="get">
					<p>
					 bang 
					<input type="radio" name="foo" value="off">
					</p>
					<p>
					 whimper 
					<input type="radio" name="foo2" value="on">
					</p>
				</form>
				</li>
				<li>
				 i grow old 
				</li>
				<li id="baz">
				 pluot? 
				</li>
			</ul>
			<blockquote>
				<address>
					 bar maids, 
				</address>
			</blockquote>
			<h1>
				 sing to me, erbarme dich 
			</h1>
			</dd>
		</dl>
		<p style="color: black; font-size: 1em; line-height: 1.3em; clear: both">
		 This is a nonsensical document, but syntactically valid HTML 4.0. All
 100%-conformant CSS1 agents should be able to render the document 
elements above this paragraph indistinguishably (to the pixel) from this
 
			<a href="https://www.w3.org/Style/CSS/Test/CSS1/current/sec5526c.gif">reference rendering,</a>
		 (except font rasterization and form widgets). All discrepancies 
should be traceable to CSS1 implementation shortcomings. Once you have 
finished evaluating this test, you can return to the <a href="https://www.w3.org/Style/CSS/Test/CSS1/current/sec5526c.htm">parent page</a>. 
		</p>
	

</body></html>