mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
|
|
<html>
|
|
<head>
|
|
<title>CUCC Expo Handbook: Developer info</title>
|
|
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
|
</head>
|
|
<body>
|
|
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
|
<h1>Expo Website - Developer/Maintainer info</h1>
|
|
<p>The website is now large and complicated with a lot (too many!) of
|
|
moving parts. This handbook section contains info for people doing
|
|
annual updates, server syncing, and troggle development work.</p>
|
|
|
|
<ul>
|
|
<li><a href="update.html#update">Updating the website</a></li>
|
|
<li><a href="update.html#checkout">Expo Website manual</a></li>
|
|
</ul>
|
|
|
|
<h2><a id="update">Updating the website - HOWTO</a></h2>
|
|
|
|
<h3>Adding a new year</h3>
|
|
<p>Edit noinfo/folk.csv, adding the new year to the end of the header
|
|
line, a new column, with just a comma (blank
|
|
cell) for people who weren't there, a 1 for people who were there, and
|
|
a -1 for people who were there but didn't go caving. Add new lines for
|
|
new people, with the right number of columns.</p>
|
|
|
|
<p>This proces is tedious and error-prone and ripe for improvement.
|
|
Adding a list of people, fro the bier book, and their aliases would be
|
|
a lot better, but some way to make sure that names match with previous
|
|
years would be
|
|
good.</p>
|
|
</body>
|
|
</html>
|
|
|