documenting multitudinous little scripts

This commit is contained in:
Philip Sargent
2020-04-26 00:48:38 +01:00
parent a233c4880b
commit 04976f6ed8
7 changed files with 231 additions and 87 deletions

View File

@@ -1,13 +1,12 @@
<!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">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>2009 Expo Logbook</title></head>
<title>2020 Expo Logbook</title></head>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
<body id="logbk">
<h1>Expo 2009</h1>
<h1>Expo 2020</h1>
<!--fragment for each trip-->
@@ -15,18 +14,22 @@
<hr />
<div class="tripdate" id="tyyyy-mm-dd">yyyy-mm-dd</div>
<div class="trippeople">people on the trip</div>
<div class="triptitle">title of trip </div>
<div class="triptitle">cave or area - title of trip </div>
<p>text here</p>
<p>Note that " - " delimits the "cave" (which could be "basecamp", or "plateau")
from the rest of the title. The "cave" is parsed by the troggle logbook importer.</p>
<p>text here</p>
<div class="timeug">T/U 6hrs</div>
</div>
<!--end of fragment-->
<div id="menu">
<ul id="links">
<li><a href="index.html">Back to 2009 Index</a></li>
<li><a href="index.html">Back to 2020 Index</a></li>
<li><a href="../../pubs.htm">Index</a> to all publications</li>
<li><a href="../../index.htm">Back to Expeditions intro page</a></li>
<li><a href="../../../index.htm">CUCC Expo Home Page</a></li>
</ul>
</div>
</body>
</html>