2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 12:41:09 +00:00

Add 'foreign friends' to names alias list

This commit is contained in:
Philip Sargent
2022-10-12 23:10:48 +03:00
parent 004a3e2db1
commit 45f06293f5
3 changed files with 25 additions and 9 deletions

View File

@@ -60,6 +60,16 @@ is used in the table above to construct possible unambiguous identifiers.
{% endfor %}
</table>
<p>And these are people known to us, who appear as survex *team members or in logbook participant lists, but are not expo members
and so are not managed or reported:
{% for p in foreign_friends %}
<tr>
<td><b>{{p}},</b></td>
</tr>
{% endfor %}
</table>
<p>Don't blame me [programmer] for this, it's just what you all have collectively done over the decades by using this absurd variety of short-form
name formats when you have entered the cave data.
<p>The code that does this is in <var>troggle/parsers/people.py</var>.