template for biogs - online edit of handbook/computing/folkupdate.html

This commit is contained in:
Philip Sargent 2023-07-26 13:32:24 +01:00
parent 43f3a0e5fe
commit 21416a51cc

View File

@ -5,7 +5,8 @@
<title>CUCC Expedition Handbook: People Update</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body><style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<body>
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<h2 id="tophead">CUCC Expedition Handbook</h2>
<h1>The list of people on expo</h1>
@ -56,6 +57,8 @@ and you will see the result online at <a href="http://expo.survex.com/folk/">htt
<p>It is recommended that the nerd does this locally on their own laptop first. It does not need to be an expo laptop, even a
Windows 10 laptop is fine if the script is run in a WSL terminal. The only software you need to install is the default python
package.
<h4>Mugshots and bios</h4>
<p>In the folk.csv file is a field which is typically either "i/john-mugshot.jpg" or "l/john-bio.html". If it is an HTML file, then that file can contain links to several photos as well as containing biographical details: roles in organising expos, CUCC committee positions etc. <p>There is an example template for this biog file in folk/l/_template.html which shows you how to use the HTML idioms for figures and captions in the context of a troggle page. This bio is viewed by clicking on the person's name in the folk page, but is also copied and displayed as part of the troggle page on the person which includes the list of survex files and logbook entries they appear in.
<h4>Readme</h4>
<p>The script and CSV file also have a <a href="/folk/README.txt">README.txt</a> file in the folk folder which contains more
detailed coding notes re interactions with other troggle code.
@ -66,9 +69,7 @@ phase of the Expo website.
Another relic is <a href="../troggle/scriptsqms.html">the complex QM process</a>.
The <a href="../survey/onlinewallet.html"><var>wallets.py</var> script</a> actually post-dates troggle, but was written stand-alone
because of the steep learning curve of getting to grips with Django and because troggle in those days was undocumented.
All these will (2021+) eventually be merged into troggle - we hope.
<hr />
</body>
All these will eventually be merged into troggle - we hope. At the moment (July 2023), it is not run by a database reset and must be done manually.
<hr /></body>
</html>