mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-01-18 08:52:37 +00:00
<hr> format
This commit is contained in:
parent
f2b48b465a
commit
7dd341685d
@ -120,14 +120,22 @@ idea to type up <i>just your trip(s)</i> in a separate file, e.g. "logbook-mynew
|
||||
|
||||
<p>Do whatever you like to try and represent the logbook in html. The only rigid structure is the markup to allow troggle to parse the files into 'trips':</p>
|
||||
<code><pre>
|
||||
<hr />
|
||||
<div class="tripdate" id="t2007-07-12B">2007-07-12</div>
|
||||
<div class="trippeople"><u>Jenny Black</u>, Olly Betts</div>
|
||||
<div class="triptitle">Top Camp - Setting up 76 bivi</div>
|
||||
<div class="timeug">T/U 10 mins</div></pre></code>
|
||||
<p>Note that the ID's must be unique, so are generated from 't' plus the trip date plus a,b,c etc.
|
||||
<p>Note: the ID's must be unique, so are generated from 't' plus the trip date plus a,b,c etc.
|
||||
when there is more than one trip on a day.</p>
|
||||
<p>T/U stands for "Time Underground" in hours (6 minutes would be "0.1 hours").
|
||||
<p>Note: T/U stands for "Time Underground" in hours (6 minutes would be "0.1 hours").
|
||||
<p>Note: the <hr /> is significant and used in parsing, it is not just prettiness.
|
||||
|
||||
<p>[ Yes this format needs to be re-done using a proper structure:<br>
|
||||
<code><pre>
|
||||
<div class="logentry"><br>
|
||||
<span style="text-decoration: line-through wavy red;"> </span>
|
||||
</div"></pre></code>
|
||||
it's on the to-do list...]
|
||||
<hr />
|
||||
<h3 id="history">Historical logbooks</h3>
|
||||
<p>Older logbooks (prior to 2007) were stored as logbook.txt with just a bit of consistent markup to allow troggle parsing.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user