mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 23:01:55 +00:00
CRLF -> LF Unix file conversion and more DOCTYPE
This commit is contained in:
parent
3331b670a9
commit
e99e13d6d2
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
|
||||
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
||||
<title>1623/204 -- Big Boulders area</title> </head>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
@ -24,14 +24,6 @@ In third party to the bottom on the exCS Gouffre Berger trip of 1991.</p>
|
||||
<hr style="clear: both" /><p class="caption">Photo © </p>
|
||||
<!-- Photo ** not on this site ** -->
|
||||
<hr />
|
||||
<!-- LINKS -->
|
||||
<ul id="links">
|
||||
<li>Back to table of <a href="../index.htm">expo members</a></li>
|
||||
<li>Back to <a href="../../index.htm">Expedition Intro page</a>
|
||||
<ul>
|
||||
<li><a href="../../infodx.htm"><b>Index</b> to Expo</a> information pages</li>
|
||||
</ul></li>
|
||||
<li>Back to <a href="../../../index.htm">CUCC Home page</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>OpenLayers Simplest Example</title>
|
||||
|
@ -100,7 +100,7 @@ caveslist = parse_csvfile()
|
||||
dplong = file("dplong.htm", "w")
|
||||
dump = file("noinfo/lengths.dat", "w")
|
||||
|
||||
dplong.write("""<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
dplong.write("""<!DOCTYPE html>
|
||||
<html>
|
||||
<!-- Do not edit this file - it is auto-generated. Edit noinfo/create_dplong_table.py instead. -->
|
||||
<head>
|
||||
|
@ -23,8 +23,8 @@ open my $in, "<", $infile or die;
|
||||
open my $out, ">", $outfile or die;
|
||||
open my $triplist, ">", $tripfile or die;
|
||||
|
||||
print $out ("<!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\">
|
||||
print $out ("<!DOCTYPE html>
|
||||
<html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">
|
||||
@ -44,8 +44,8 @@ p { clear: both }
|
||||
<hr />
|
||||
");
|
||||
|
||||
print $triplist ("<!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\">
|
||||
print $triplist ("<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">
|
||||
<title>Expo $year: trips index</title>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
|
||||
|
@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
|
||||
<title>Stuff left at base camp (2013)</title>
|
||||
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
|
||||
<title>Stuff left at base camp (2013)</title>
|
||||
</head>
|
||||
|
||||
<body lang="en-GB" dir="LTR">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
|
||||
|
@ -1,4 +1,5 @@
|
||||
<!DOCTYPE html><html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>CUCC Expo: GPF report 2018</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
||||
|
@ -1,4 +1,5 @@
|
||||
<!DOCTYPE html><html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Incident Report 2019.07.13</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
||||
|
Loading…
Reference in New Issue
Block a user