mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-25 08:41:54 +00:00
Merge remote-tracking branch 'refs/remotes/origin/expoweb' into expoweb
This commit is contained in:
commit
564fe69c62
@ -98,16 +98,17 @@ repository. To properly finish the job you need to get a nerd to
|
|||||||
<li>
|
<li>
|
||||||
ssh into expo@expo.survex.com from a machine already configured to do this
|
ssh into expo@expo.survex.com from a machine already configured to do this
|
||||||
<li>cd to the directory containing the repo you want, i.e. "cd expoweb" for the handbook, which takes you to /home/expo/expoweb
|
<li>cd to the directory containing the repo you want, i.e. "cd expoweb" for the handbook, which takes you to /home/expo/expoweb
|
||||||
<li>Run "<a href="https://www.selenic.com/mercurial/hg.1.html">hg status</a>" (to check what
|
<li>Run "<a href="https://git-scm.com/book/en/v2/Getting-Started-Getting-Help">git status</a>" (to check what
|
||||||
changes are pending),
|
changes are pending),
|
||||||
<li>then "<a href="https://www.selenic.com/mercurial/hg.1.html">hg diff</a>" to see the changes in detail
|
<li>then "<a href="https://git-scm.com/book/en/v2/Getting-Started-Getting-Help">git add</li>a> <em>filename</em>em>
|
||||||
(or "hg diff|less" if you know how to use "less") and
|
</em>" to stage the page you have just edited.
|
||||||
<li>then DO NOT just run '<a href="https://www.selenic.com/mercurial/hg.1.html">hg commit</a>' unless you know how <em>emacs</em> works as it would dump
|
<li>then DO NOT just run '<a href="https://git-scm.com/book/en/v2/Getting-Started-Getting-Help">
|
||||||
|
git commit</a>' unless you know how <em>emacs</em> works as it would dump
|
||||||
you into an emacs editing window (C-x C-C is the way to exit emacs). Instead, use the "-m" option:
|
you into an emacs editing window (C-x C-C is the way to exit emacs). Instead, use the "-m" option:
|
||||||
<code>hg commit -m "changed topcamp phone number - myName" </code>
|
<code>git commit -m "changed topcamp phone number - myName" </code>
|
||||||
which submits the obligatory comment with the commit operation. You should write something informative and brief about your changes between the quotation marks and also give your full name.
|
which submits the obligatory comment with the commit operation. You should write something informative and brief about your changes between the quotation marks and also give your full name.
|
||||||
</ul>
|
</ul>
|
||||||
<p>We intend to make this issue go away when we migrate the expoweb repo from mercurial to git during 2020.
|
<p>We hope to make this issue go away by integrating triggers, but it is a low priority (April 2020).
|
||||||
<hr />
|
<hr />
|
||||||
<p>Go on to <a href="hbmanual2.html">Editing several pages</a><br />
|
<p>Go on to <a href="hbmanual2.html">Editing several pages</a><br />
|
||||||
Return to <a href="onlinesystems.html">Online systems overview</a>
|
Return to <a href="onlinesystems.html">Online systems overview</a>
|
||||||
|
@ -30,13 +30,17 @@ from phones are a bit variable in how they do EOL characters.
|
|||||||
|
|
||||||
<h3>Tunnel files (Drawings)</h3>
|
<h3>Tunnel files (Drawings)</h3>
|
||||||
|
|
||||||
|
<h3>QMs</h3>
|
||||||
|
<p>As the caves get written up, run <a href="scriptsqms.html">svx2qm.py</a> and <a href="scriptsqms.html">find-dead-qms.py</a> to check that the QMs have all be entered correctly into the svx files and that thecave descriptions have been updated with (a) the new open QMs and (b) the old closed QMs.
|
||||||
|
|
||||||
<h3>Survex files</h3>
|
<h3>Survex files</h3>
|
||||||
|
Look at the <a href="svxvalid.html">valid SVX refs</a> page to check that new svx files properly reference the wallet folders, and create the wallet folder link back to the svx if the contents.json file in the wallet folder needs updating.
|
||||||
|
|
||||||
<h3>Folk</h3>
|
<h3>Folk</h3>
|
||||||
<p>During prep. for the new expo the folklist will be updated with all the new people expected, but after expo the mugshots and blurb text for the new people will need to be added. See <a href="folkupdate.html">folkupdate</a> for the procedure.
|
<p>During prep. for the new expo the folklist will be updated with all the new people expected, but after expo the mugshots and blurb text for the new people will need to be added. See <a href="folkupdate.html">folkupdate</a> for the procedure.
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
Annual tasks <a href="newyear.html">New expo year jobs</a>.
|
Annual tasks <a href="newyear.html">New expo year jobs</a>.<br />
|
||||||
Return to the main <a href="manual.html">online systems manual</a>.
|
Return to the main <a href="manual.html">online systems manual</a>.
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
@ -6,207 +6,152 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Expo Personal Gear List</h1>
|
<h1>Expo Personal Gear List</h1>
|
||||||
|
<p>First time on Expo: What should I take? Read on... No apologies are made for the simplistic approach, and no responsibility is accepted for errors or omissions ;-) Make sure you have at least the Essentials; consider taking the Extras for a more pleasant time, but don't fret if you can't get them. The Excessive sections are for the gearists...</p>
|
||||||
<p>First time on Expo: What should I take? Read on... No apologies are made for
|
<p>Lightweight stuff is good so as it makes carrying all your caving and camping gear to top camp significantly less epic/tedious. Two of everything (pit, karrimat, utensils, clothes) reduces the amount of stuff you have to keep carrying up and down the mountain.</p>
|
||||||
the simplistic approach, and no responsibility is accepted for errors or
|
|
||||||
omissions ;-) Make sure you have at least the Essentials; consider taking the
|
|
||||||
Extras for a more pleasant time, but don't fret if you can't get them. The
|
|
||||||
Excessive sections are for the gearists...</p>
|
|
||||||
<p>Lightweight stuff is good so as it makes carrying all your caving and camping
|
|
||||||
gear to top camp significantly less epic/tedious. Two of everything
|
|
||||||
(pit, karrimat, utensils, clothes) reduces the amount of stuff you have
|
|
||||||
to keep carrying up and down the mountain.</p>
|
|
||||||
|
|
||||||
<h3>Gear-tape - labelling</h3>
|
<h3>Gear-tape - labelling</h3>
|
||||||
<p>It is almost essential (for caving generally, but particularly for Expo) to settle
|
<p>It is almost essential (for caving generally, but particularly for Expo) to settle on a particular combination of colours of electrical insulation tape, and label <em>absolutely everything</em> you own with the stuff. To see which combinations are available, have a look those already used at <a href="geartape.html">recent gear tape colours</a>.</p>
|
||||||
on a particular combination of colours of electrical insulation tape, and label
|
<p>Tape <em>everything</em>, not just your caving gear; while one karabiner looks much like another, it's equally true that one karrimat looks much like another. And especially your phone, phone cable, charger, charger-cable, laptop, mouse, mug/plate/cutlery - essentially anything you want to be reasonably sure to get back.</p>
|
||||||
<em>absolutely everything</em> you own with the stuff. To see which combinations are
|
|
||||||
available, have a look those already used at <a href="geartape.html">recent gear tape colours</a>.
|
|
||||||
|
|
||||||
<p> Tape
|
|
||||||
<em>everything</em>, not just your caving gear; while one karabiner looks much
|
|
||||||
like another, it's equally true that one karrimat looks much like
|
|
||||||
another. And especially your phone, phone cable, charger, charger-cable, laptop, mouse, mug/plate/cutlery -
|
|
||||||
essentially anything you want to be reasonably sure to get back.</p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Clothes</h3>
|
<h3>Clothes</h3>
|
||||||
|
<p>Expo can be hot, cold, wet or dry, or (more usually) all of these in rapid succession and combination! It can be really dank and cold (cold fog or snowing!) in the bivi.</p>
|
||||||
<p>Expo can be hot, cold, wet or dry, or (more usually) all of
|
|
||||||
these in rapid succession and combination! It can be really chilly
|
|
||||||
(snowing!) in the bivi.</p>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Essentials
|
<li>Essentials
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sunshades, sun cream, sunhat - do not underestimate the power of the
|
<li>Sunshades, sun cream, sunhat - do not underestimate the power of the sun when wandering across the plateau!</li>
|
||||||
sun when wandering across the plateau!</li>
|
<li>Warm hat, gloves.</li>
|
||||||
<li>Warm hat, gloves.</li>
|
<li>Raincoat, fleece, shirts, shorts, trousers. Fast-drying gear is good. Versatile layers is good.</li>
|
||||||
<li>Raincoat, fleece, shirts, shorts, trousers. Fast-drying gear
|
<li>Underwear.</li>
|
||||||
is good. Versatile layers is good.</li>
|
<li>Socks - lots of them! They will get wet.</li>
|
||||||
<li>Underwear.</li>
|
<li>Boots - waterproof walking boots are better than non-waterproof ones. Make sure you get ones with good ankle support, for boulder-hopping (have a look at some of the photos of the plateau on this website and you'll see what I mean).</li>
|
||||||
<li>Socks - lots of them! They will get wet.</li>
|
<li>Trainers or other such footwear for wearing on the journey, into Bad Aussee or when you've had enough of clumping round in boots.</li>
|
||||||
<li>Boots - waterproof walking boots are better than non-waterproof
|
</ul>
|
||||||
ones. Make sure you get ones with good ankle support, for
|
</li>
|
||||||
boulder-hopping (have a look at some of the photos of the plateau on this
|
<li>Extras
|
||||||
website and you'll see what I mean).</li>
|
<ul>
|
||||||
<li>Trainers or other such footwear for wearing on the journey, into Bad
|
<li>Waterproof over-trousers - highly recommended/vital.</li>
|
||||||
Aussee or when you've had enough of clumping round in boots.</li>
|
<li>Gaiters - keeps the snow and/or water out of your socks.</li>
|
||||||
</ul></li>
|
<li>Swimming trunks/cossie for swimming in the river at base camp.</li>
|
||||||
<li>Extras
|
<li>Crocs or other lightweight footwear for moving around the bivi and scambling to the toilet grike. (Open-toed sandals can be a problem due to pointy limestone).</li>
|
||||||
<ul>
|
</ul>
|
||||||
<li>Waterproof over-trousers - highly recommended/vital.</li>
|
</li>
|
||||||
<li>Gaiters - keeps the snow and/or water out of your socks.</li>
|
|
||||||
<li>Swimming trunks/cossie for swimming in the river at base camp.</li>
|
|
||||||
<li>Crocs or other lightweight footwear for moving around the bivi and scambling to the toilet grike.
|
|
||||||
(Open-toed sandals can be a problem due to pointy limestone).</li>
|
|
||||||
</ul></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Camping equipment</h3>
|
<h3>Camping equipment</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Essentials
|
<li>Essentials
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sleeping bag - make sure it's warm, 3 season at least; it can be
|
<li>Sleeping bag - make sure it's warm, 3 season at least; it can be damn cold/snowy/windy.</li>
|
||||||
damn cold/snowy/windy.</li>
|
<li>Something to sleep on at top camp. Minimum is Karrimat. Air beds and camp beds also popular. We have a small stock of <a href="https://www.amazon.co.uk/gp/product/B0025YIAP6/">camp beds</a> in the bivi. They are cheap and weigh only 3kg, but you do need an insulating layer as well as a sleeping bag. Sharp floor put thermarests and airbeds at risk of deflation if used directly on the 'floor'.</li>
|
||||||
<li>Something to sleep on at top camp. Minimum is Karrimat. Air beds
|
<li>Head torch.</li>
|
||||||
and camp beds also popular. We have a small stock of <a href="https://www.amazon.co.uk/gp/product/B0025YIAP6/">camp beds</a> in the bivi. They are cheap and weigh only 3kg, but you do need an insulating layer as well as a sleeping bag. Sharp
|
<li>Mug, spoon, mess tin for bivi</li>
|
||||||
floor put thermarests and airbeds at risk of deflation if used directly on the 'floor'.</li>
|
<li>Batteries and/or charger for above.</li>
|
||||||
<li>Head torch.</li>
|
<li>Bivi Bag - breathable - the bivi can be quite drippy (and cold).</li>
|
||||||
<li>Mug, spoon, mess tin for bivi</li>
|
</ul>
|
||||||
<li>Batteries and/or charger for above.</li>
|
</li>
|
||||||
<li>Bivi Bag - breathable - the bivi can be quite drippy (and cold).</li>
|
<li>Extras
|
||||||
</ul></li>
|
<ul>
|
||||||
<li>Extras
|
<li>Second (rather lower-spec) sleeping bag, for using at base camp. This means you don't have to carry your sleeping bag across the plateau every time.</li>
|
||||||
<ul>
|
<li>Camp bed provides fewest punctures.</li>
|
||||||
<li>Second (rather lower-spec) sleeping bag, for using at base camp. This
|
<li>Second karrimat, for the same reason.</li>
|
||||||
means you don't have to carry your sleeping bag across the plateau every
|
<li>Knife, fork, spoon, mug for basecamp (you may be able to get by on expo-communal ones).</li>
|
||||||
time.</li>
|
<li>Second/spare camp light/clothes/hat (anything you want to leave at bivi but might need at base too).</li>
|
||||||
<li>Camp bed provides fewest punctures.</li>
|
<li>Penknife - some people would regard this as essential.</li>
|
||||||
<li>Second karrimat, for the same reason.</li>
|
<li>Base camp tent - more or less any waterproof one will do. See if you can share...</li>
|
||||||
<li>Knife, fork, spoon, mug for basecamp (you may be able to get by on
|
</ul>
|
||||||
expo-communal ones).</li>
|
</li>
|
||||||
<li>Second/spare camp light/clothes/hat (anything you want to leave at bivi but might
|
<li>Excessive (this section could go on and on...)
|
||||||
need at base too).</li>
|
<ul>
|
||||||
<li>Penknife - some people would regard this as essential.</li>
|
<li>Inflatable pillow</li>
|
||||||
<li>Base camp tent - more or less any waterproof one will do. See if you can share...</li>
|
</ul>
|
||||||
</ul></li>
|
</li>
|
||||||
<li>Excessive (this section could go on and on...)
|
|
||||||
<ul>
|
|
||||||
<li>Inflatable pillow</li>
|
|
||||||
</ul></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Caving equipment</h3>
|
<h3>Caving equipment</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Essentials
|
<li>Essentials
|
||||||
<ul>
|
<ul>
|
||||||
<li>Oversuit, (warm) undersuit, wetsocks/woolly socks, kneepads, wellies, helmet, gloves.</li>
|
<li>Oversuit, (warm) undersuit, wetsocks/woolly socks, kneepads, wellies, helmet, gloves.</li>
|
||||||
<li>Shreddies</li>
|
<li>Shreddies</li>
|
||||||
<li>Balaclava - it's 1C underground.</li>
|
<li>Balaclava - it's 1C underground.</li>
|
||||||
<li>Light - preferably long-duration LED. Bring enough batteries for 30-40 hours
|
<li>Light - preferably long-duration LED. Bring enough batteries for 30-40 hours caving. There is 12V recharging at the bivi but capacity is limited and sun-based.
|
||||||
caving. There is 12V recharging at the bivi but capacity is limited and sun-based.
|
<ul>
|
||||||
<ul>
|
<li>charger!.</li>
|
||||||
<li>charger!.</li></ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Backup light.</li>
|
<li>Backup light.</li>
|
||||||
<li>SRT kit. Absolutely imperative that you gear tape up the bits.</li>
|
<li>SRT kit. Absolutely imperative that you gear tape up the bits.</li>
|
||||||
<li>Karabiners - the more the merrier! Have you ever seen someone with too
|
<li>Karabiners - the more the merrier! Have you ever seen someone with too many?</li>
|
||||||
many?</li>
|
<li>Emergency whistle.</li>
|
||||||
<li>Emergency whistle.</li>
|
<li>13mm spanner (open ended) for bolting. Preferably half-length. Attached with snoopy/krab and elastic/gear string to arm, wrist or harness.</li>
|
||||||
<li>13mm spanner (open ended) for bolting. Preferably half-length.
|
<li>Dangly bag, large enough for:
|
||||||
Attached with snoopy/krab and
|
<ul>
|
||||||
elastic/gear string to arm, wrist or harness.</li>
|
<li>Spare batteries.</li>
|
||||||
<li>Dangly bag, large enough for:
|
<li>Flapjack, fudge, chocolate bars, tube of condensed milk, etc.</li>
|
||||||
<ul>
|
<li>Water bottle.</li>
|
||||||
<li>Spare batteries.</li>
|
<li>Survival bag (this could live in a pocket.)</li>
|
||||||
<li>Flapjack, fudge, chocolate bars, tube of condensed milk, etc.</li>
|
<li>Small first aid kit</li>
|
||||||
<li>Water bottle.</li>
|
<li>Maybe your entire SRT kit too, if you're going through a tight section or have a long way to go before you get to the pitches.</li>
|
||||||
<li>Survival bag (this could live in a pocket.)</li>
|
</ul>
|
||||||
<li>Small first aid kit</li>
|
</li>
|
||||||
<li>Maybe your entire SRT kit too, if you're going through a tight
|
</ul>
|
||||||
section or have a long way to go before you get to the pitches.</li>
|
</li>
|
||||||
</ul></li>
|
<li>Extras
|
||||||
</ul></li>
|
<ul>
|
||||||
<li>Extras
|
<li>Thermal vest and leggings - could be essential. The caves are cold and there will be periods of waiting around and slow survey work.</li>
|
||||||
<ul>
|
<li>Extra gear attachment points on harness - e.g. Beast D-ring.</li>
|
||||||
<li>Thermal vest and leggings - could be essential. The caves are cold and
|
<li>Emergency knife (in case you are involved in a mid-rope rescue - but make sure you know what you're doing before you start slashing around!)</li>
|
||||||
there will be periods of waiting around and slow survey work.</li>
|
<li>Pulley. Indispensable if you ever have to haul people, and a great help even for tackle sacks.</li>
|
||||||
<li>Extra gear attachment points on harness - e.g. Beast D-ring.</li>
|
<li>Spare gloves - you are very likely to trash a pair (or two) on expo</li>
|
||||||
<li>Emergency knife (in case you are involved in a mid-rope rescue - but make
|
<li>gimp (cheapo plastic mac) - makes waiting around at pitchheads much less grim</li>
|
||||||
sure you know what you're doing before you start slashing around!)</li>
|
<li>Euro adaptor for charger/gadgets</li>
|
||||||
<li>Pulley. Indispensable if you ever have to haul people, and a great help
|
<li>12V charger (car cigarette-lighter plug) or 5V USB-based charger for the bivi</li>
|
||||||
even for tackle sacks.</li>
|
</ul>
|
||||||
<li>Spare gloves - you are very likely to trash a pair (or two) on expo</li>
|
</li>
|
||||||
<li>gimp (cheapo plastic mac) - makes waiting around at pitchheads much less grim</li>
|
<li>Excessive
|
||||||
<li>Euro adaptor for charger/gadgets</li>
|
<ul>
|
||||||
<li>12V charger (car cigarette-lighter plug) or 5V USB-based charger for the bivi</li>
|
<li>Ice gear - ice axe, crampons, ice boots, ice screws, etc - essential if you're tackling the icy areas of Eishöhle.</li>
|
||||||
</ul></li>
|
<li>Skyhooks - pair of, for clawing your way across blank walls when rigging.</li>
|
||||||
<li>Excessive
|
<li>Camera, packaged in a waterproof, highly visible, indestructible, tiny, zero-mass box...</li>
|
||||||
<ul>
|
<li>Bolting kit</li>
|
||||||
<li>Ice gear - ice axe, crampons, ice boots, ice screws, etc - essential
|
</ul>
|
||||||
if you're tackling the icy areas of Eishöhle.</li>
|
</li>
|
||||||
<li>Skyhooks - pair of, for clawing your way across blank walls when
|
|
||||||
rigging.</li>
|
|
||||||
<li>Camera, packaged in a waterproof, highly visible, indestructible,
|
|
||||||
tiny, zero-mass box...</li>
|
|
||||||
<li>Bolting kit</li>
|
|
||||||
</ul></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Miscellaneous</h3>
|
<h3>Miscellaneous</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Essentials
|
<li>Essentials
|
||||||
<ul>
|
<ul>
|
||||||
<li>Rucksack or pack frame. Make this a <b>BIG</b> one; don't make the same mistake as Aled by bringing a little 35 litre. <b><u>65 litres or more</b></u>.</li>
|
<li>Rucksack or pack frame. Make this a <strong>BIG</strong> one; don't make the same mistake as Aled by bringing a little 35 litre. <strong><span style="text-decoration: underline;">65 litres or more</span></strong>.</li>
|
||||||
<li>Compass.</li>
|
<li>Compass.</li>
|
||||||
<li>Water bottle/bladder.</li>
|
<li>Water bottle/bladder.</li>
|
||||||
<li>Toiletries - toothbrush, toothpaste, soap etc.</li>
|
<li>Toiletries - toothbrush, toothpaste, soap etc.</li>
|
||||||
<li>Flannel & towel.</li>
|
<li>Flannel & towel.</li>
|
||||||
<li>Glasses & spares if you need them.</li>
|
<li>Glasses & spares if you need them.</li>
|
||||||
<li>Contact lenses - get enough daily use-once ones. The upper caves are very dusty.</li>
|
<li>Contact lenses - get enough daily use-once ones. The upper caves are very dusty.</li>
|
||||||
<li>Bivvy bag (very lightweight, non-breathable) - emergency shelter anywhere. The plateau can become
|
<li>Bivvy bag (very lightweight, non-breathable) - emergency shelter anywhere. The plateau can become unfriendly very quickly. Erin and Earl had to resort to bivvy bags when caught by a storm on the Hinter in 1999. You could use the one from your caving gear, or get a proper camping one too. (Warning - fancy ones can be ludicrously expensive!)</li>
|
||||||
unfriendly very quickly. Erin and Earl had to resort to bivvy bags when
|
<li>Plastic bags/dry-bags - the secret to dry clothes/pit/gear is bags in bags, with spare bags to hand...</li>
|
||||||
caught by a storm on the Hinter in 1999. You could use the one from
|
<li>Reserve supply of gear tape, in case you need to relabel anything.</li>
|
||||||
your caving gear, or get a proper camping one too. (Warning - fancy ones can be
|
<li>Money - although if you're a mean, awkward, skinflint you could get through Expo without spending anything, you will probably want to spend money on postcards, personal 'nice food' and tourist stuff on days off. Most people pay for the Expo shopping at some time; this will count as credit towards your Expo bill. There are cash dispensers in Bad Aussee.</li>
|
||||||
ludicrously expensive!)</li>
|
<li>Passport.</li>
|
||||||
<li>Plastic bags/dry-bags - the secret to dry clothes/pit/gear is bags in bags, with spare
|
<li>EHIC (European health insurance card).</li>
|
||||||
bags to hand...</li>
|
<li>Insurance.</li>
|
||||||
<li>Reserve supply of gear tape, in case you need to relabel anything.</li>
|
<li>Food for the journey out.</li>
|
||||||
<li>Money - although if you're a mean, awkward, skinflint you could get
|
<li>PVC oversuit owners: appropriate patching kit.</li>
|
||||||
through Expo without spending anything, you will probably want to spend money
|
|
||||||
on postcards, personal 'nice food' and tourist stuff on days off. Most people
|
|
||||||
pay for the Expo shopping at some time; this will count as credit towards your
|
|
||||||
Expo bill. There are cash dispensers in Bad Aussee.</li>
|
|
||||||
<li>Passport.</li>
|
|
||||||
<li>EHIC (European health insurance card).</li>
|
|
||||||
<li>Insurance.</li>
|
|
||||||
<li>Food for the journey out.</li>
|
|
||||||
<li>PVC oversuit owners: appropriate patching kit.</li>
|
|
||||||
</ul></li>
|
|
||||||
<li>Extras
|
|
||||||
<ul>
|
|
||||||
<li>Camera/phone, plus your own USB charging cable.</li>
|
|
||||||
<li>GPS - or good GPS app on your phone. For surface surveying and finding entrances.</li>
|
|
||||||
<li>Walking pole(s) for walking across the plateau. Useful for
|
|
||||||
balance when stepping across big holes. Most people seem to just use
|
|
||||||
one as two get in the way on the scrambly bits. </li>
|
|
||||||
<li>Cash for the journey (in Euros).</li>
|
|
||||||
<li>Book to read on the journey. Base camp has a big box of books for when it rains there.</li>
|
|
||||||
</ul></li>
|
|
||||||
<li>Excessive
|
|
||||||
<ul>
|
|
||||||
<li>Tablet/netbook/laptop - can be used for data entry/prospecting guide info.</li>
|
|
||||||
<li>Spare stuff - suppose you break (eek!) your jammer? There is a climbing
|
|
||||||
shop in the next town.</li>
|
|
||||||
</ul></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
</li>
|
||||||
<p><em>Original by Earl Merson (1999); edited and updated David
|
<li>Extras
|
||||||
Loeffler (2003), Edvin, Duncan, OllyM (2008) and Wookey (2014) and Philip (2018)</em></p>
|
<ul>
|
||||||
<hr />
|
<li>Camera/phone, plus your own USB charging cable.</li>
|
||||||
|
<li>GPS - or good GPS app on your phone. For surface surveying and finding entrances.</li>
|
||||||
</body>
|
<li>Walking pole(s) for walking across the plateau. Useful for balance when stepping across big holes. Most people seem to just use one as two get in the way on the scrambly bits.</li>
|
||||||
|
<li>Cash for the journey (in Euros).</li>
|
||||||
|
<li>Book to read on the journey. Base camp has a big box of books for when it rains there.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Excessive
|
||||||
|
<ul>
|
||||||
|
<li>Tablet/netbook/laptop - can be used for data entry/prospecting guide info.</li>
|
||||||
|
<li>Spare stuff - suppose you break (eek!) your jammer? There is a climbing shop in the next town.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p><em>Original by Earl Merson (1999); edited and updated David Loeffler (2003), Edvin, Duncan, OllyM (2008) and Wookey (2014) and Philip (2018)</em></p>
|
||||||
|
<hr /></body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -21,14 +21,14 @@
|
|||||||
<li><a href="../bankofexpo.html">boe</a> Bank of Expo (perl) runs the accounts preceding and during expo
|
<li><a href="../bankofexpo.html">boe</a> Bank of Expo (perl) runs the accounts preceding and during expo
|
||||||
<li><a href="scriptscurrent.html#latex">bierbook.tex</a> LaTeX script for generating the bierbook - a new list of names and dates each year
|
<li><a href="scriptscurrent.html#latex">bierbook.tex</a> LaTeX script for generating the bierbook - a new list of names and dates each year
|
||||||
<li><a href="scriptscurrent.html#latex">seshbook.tex</a> LaTeX script for generating the seshbook - works from the same list of names
|
<li><a href="scriptscurrent.html#latex">seshbook.tex</a> LaTeX script for generating the seshbook - works from the same list of names
|
||||||
<li><a href="scriptscurrent.html#latex">therionpage.tex</a> LaTeX script anbd makefile for generating therion-style protractors</li><br />
|
<li><a href="scriptscurrent.html#latex">therionpage.tex</a> LaTeX script and makefile for generating therion-style protractors</li><br />
|
||||||
<li><a href="scriptscurrent.html#latex">wallets.py</a> generates statuspages and to-do list pages for survey data production.
|
<li><a href="scriptscurrent.html#latex">wallets.py</a> generates statuspages and to-do list pages for survey data production.
|
||||||
<li><a href="scriptsqms.html#svx2qm">svx2qm.py</a> extracts QMs from the survex files
|
<li><a href="scriptsqms.html">svx2qm.py</a> extracts QMs from the survex files (and <a href="scriptsqms.html">find-dead-qms.py</a>)
|
||||||
<li><a href="scriptsqms.html#tabqms">tablize-qms.pl</a> turns the list of QMs extracted into an HTML file
|
<li><a href="scriptsqms.html">tablize-qms.pl</a> turns the list of QMs extracted into an HTML file
|
||||||
<li><a href="scriptscurrent.html#surface">make_svx.sh</a> generates surface Survex tracks
|
<li><a href="scriptscurrent.html#surface">make_svx.sh</a> generates surface Survex tracks
|
||||||
<li><a href="scriptscurrent.html#svxtrace">svxtrace.py</a> analyses Survex tracks to help find errors
|
<li><a href="scriptscurrent.html#svxtrace">svxtrace.py</a> analyses Survex tracks to help find errors
|
||||||
<li><a href="scriptscurrent.html#survex">chk-refs.sh</a> analyses Survex files and wallets files to find reference errors</li><br />
|
<li><a href="scriptscurrent.html#survex">chk-refs.sh</a> analyses Survex files and wallets files to find reference errors</li><br />
|
||||||
|
<li><a href="scriptscurrent.html#loser1624">convert.py</a> Scripts working on Loser-1624 Uebersicht_2011.svx</li>
|
||||||
<li><a href="scriptscurrent.html#cavestats">cavestats</a> extracts overall lengths and depths from all the survex files
|
<li><a href="scriptscurrent.html#cavestats">cavestats</a> extracts overall lengths and depths from all the survex files
|
||||||
<li><a href="scriptscurrent.html#makefile">Makefile</a> coordinates running many of these scripts (needs maintenance)
|
<li><a href="scriptscurrent.html#makefile">Makefile</a> coordinates running many of these scripts (needs maintenance)
|
||||||
</ul>
|
</ul>
|
||||||
@ -37,17 +37,19 @@
|
|||||||
|
|
||||||
<p>Apart from these scripts, troggle in full deployment also needs <br>- a running mySQL database, <br>- a running apache webserver and <br>- cgit to display git repos.
|
<p>Apart from these scripts, troggle in full deployment also needs <br>- a running mySQL database, <br>- a running apache webserver and <br>- cgit to display git repos.
|
||||||
|
|
||||||
<h3 id="inscripts">Old and possibly obsolete scripts</a></h3>
|
<h3 id="inscripts">Old but maybe useful scripts</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="scriptscurrent.html#glossary">make-glossary.pl</a> - used while documenting very complex caves (161 and 204).
|
<li><a href="scriptscurrent.html#glossary">make-glossary.pl</a> - used while documenting very complex caves (161 and 204).
|
||||||
We may need this again for Tunnocks/Balkon.
|
We may need this again for Tunnocks/Balkon.
|
||||||
<li><a href="scriptsqms.html#find-dead-qms">find-dead-qms.py</a> - several QM scripts and intermediate files
|
<li><a href="scriptscurrent.html#alljs">make-alljs.py</a> - extracts legs and entrances - still used?
|
||||||
<li><a href="scriptscurrent.html#alljs">make-alljs.py</a> - extracts legs and entrances
|
<li><a href="scriptscurrent.html#indxl4">make-indxal4.pl</a> - is this obsolete?
|
||||||
<li><a href="scriptscurrent.html#indxl4">make-indxal4.pl</a> - obsolete
|
</ul>
|
||||||
<li><a href="scriptscurrent.html#logbk">logbk.pl</a> - obsolete
|
<p>There were perl and python scripts scattered through the :drawings: and :loser: (svx files) repos. Not all of the functions in these scripts have been recreated in more recent scripts or programmed into troggle.
|
||||||
|
The old scripts have been collected into /scripts or /noinfo in the :expoweb: repository.
|
||||||
|
<h3 id="obs">Obsolete scripts</a></h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="scriptscurrent.html#logbk">logbk.pl</a> - 2004 - obsolete. Replaced by troggle import parsers.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>There are perl and python scripts scattered through the :drawings: and :loser: (svx files) repos. Not all of the functions in these scripts have been recreated in more recent scripts or programmed into troggle.
|
|
||||||
|
|
||||||
<h3 id="newscript">When you write a script</a></h3>
|
<h3 id="newscript">When you write a script</a></h3>
|
||||||
<p>Any script that generates an HTML file should insert <em><meta name="keywords" content="NOEDIT"></em>
|
<p>Any script that generates an HTML file should insert <em><meta name="keywords" content="NOEDIT"></em>
|
||||||
in the HTML header. Then when troggle renders the page it will not allow the user to edit the generated page. See <a href="../computing/hbmanual1.html">handbook editing</a> for a fuller explanation of troggle post-processing.
|
in the HTML header. Then when troggle renders the page it will not allow the user to edit the generated page. See <a href="../computing/hbmanual1.html">handbook editing</a> for a fuller explanation of troggle post-processing.
|
||||||
|
@ -122,6 +122,13 @@ The design of these files is intended to confine all changes year to year to the
|
|||||||
<p>This function is now done by the troggle input parsers.
|
<p>This function is now done by the troggle input parsers.
|
||||||
<p><span style="color:red">[to be documented - for historic interest only]</span>
|
<p><span style="color:red">[to be documented - for historic interest only]</span>
|
||||||
|
|
||||||
|
<h4 id="loser1624">Loser-1624 scripts</h4>
|
||||||
|
<p>
|
||||||
|
In /scripts/noinfo/scripts/loser-caves1624-raw-data/ there is convert.py and split.sh which operate on
|
||||||
|
Uebersicht_2011.svx doing coinversions on a dataset generated from dataset generated from CaveRenderer.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
Return to: <a href="otherscripts.html">Other scripts</a><br />
|
Return to: <a href="otherscripts.html">Other scripts</a><br />
|
||||||
|
@ -79,9 +79,11 @@ find -name '*.svx' | xargs qms/svx2qm.py --format csv
|
|||||||
</code></pre>
|
</code></pre>
|
||||||
and --format human produces a simple text format.
|
and --format human produces a simple text format.
|
||||||
<p>
|
<p>
|
||||||
<b>
|
|
||||||
FINISH - the 2019 copies are online HERE and HERE
|
The 2019 copies are online in /expofiles/:
|
||||||
</b>
|
<a href="/expofiles/writeups/2019/qms2019.txt">qms2019.txt</a> and
|
||||||
|
<a href="/expofiles/writeups/2019/qms2019.csv">qms2019.csv</a>.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This will work on all survex *.svx files even those which have not yet been run through the troggle import process.
|
This will work on all survex *.svx files even those which have not yet been run through the troggle import process.
|
||||||
<p>Phil says (13 April 2020): <em>"The generated files are not meant to be served by the webserver, it’s a tool for people to run locally. Someone could modify it to create HTML output (or post-process the CSV output to do the same), but that is work still to be done."</em>
|
<p>Phil says (13 April 2020): <em>"The generated files are not meant to be served by the webserver, it’s a tool for people to run locally. Someone could modify it to create HTML output (or post-process the CSV output to do the same), but that is work still to be done."</em>
|
||||||
@ -90,7 +92,7 @@ This will work on all survex *.svx files even those which have not yet been run
|
|||||||
<p>Troggle <em>troggle/parsers/survex.py</em> currently parses and stores all the QMs it finds in survex files. The tables where the data is put are listed in <a href="datamodel.html">the current data model</a> including structure for ticking them off.
|
<p>Troggle <em>troggle/parsers/survex.py</em> currently parses and stores all the QMs it finds in survex files. The tables where the data is put are listed in <a href="datamodel.html">the current data model</a> including structure for ticking them off.
|
||||||
<p>There is not yet a troggle report listing the QMs.
|
<p>There is not yet a troggle report listing the QMs.
|
||||||
|
|
||||||
<h2>QMs - other oddments</h2>
|
<h2>QMs - monitoring progress</h2>
|
||||||
|
|
||||||
<h4 id="find-dead-qms">find-dead-qms.py</h4>
|
<h4 id="find-dead-qms">find-dead-qms.py</h4>
|
||||||
<p>This finds references to <em>completed</em> qms in the qm.csv files in the cave folders (/1623/ etc.) in the :expoweb: repository. It looks to see which QMs have been completed but where there is not yet a matching text in the cave description.
|
<p>This finds references to <em>completed</em> qms in the qm.csv files in the cave folders (/1623/ etc.) in the :expoweb: repository. It looks to see which QMs have been completed but where there is not yet a matching text in the cave description.
|
||||||
|
Loading…
Reference in New Issue
Block a user