diff --git a/handbook/computing/newyear.html b/handbook/computing/newyear.html new file mode 100644 index 000000000..20802a363 --- /dev/null +++ b/handbook/computing/newyear.html @@ -0,0 +1,58 @@ + + + + +CUCC Expedition Handbook: Programmers manual + + + +

CUCC Expedition Handbook - Online systems

+

Expo Data Maintenance - Creating a New Year

+ +

Creating a New Year in the Expo online systems

+ + + +

Adding a new year in the Expo online systems

+ +

There is no script to do this (yet). In the list below everything in expofiles is done by directly overwriting what is on the server. Changes to expoweb and troggle must be done using the version control system as these are repositories. +

+

Edit folk/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.

+ +

This proces is tedious and error-prone and ripe for improvement. +Adding a list of people, from 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.

+ +Return to the main online systems manual. + +
+ + + diff --git a/handbook/manual.html b/handbook/manual.html index 0f601ed9e..662a4aec4 100644 --- a/handbook/manual.html +++ b/handbook/manual.html @@ -252,6 +252,7 @@ editing these files.

superseded in 2012).

This may be a useful reminder of what is in a survex file how to create a survex file. +

Updating expo year pages

Each year's expo has a documentation index which is in the folder

@@ -264,7 +265,27 @@ superseded in 2012).

Once you have pushed your changes to the repository you need to update the server's local copies, by ssh into the server and running hg update in the expoweb folder.

-

Adding a new year

+

Adding a new yearin the Expo online systems

+

There is no script to do this (yet). In the list below everything in expofiles is done by directly overwriting what is on the server. Chnages to expoweb and troggle must be done using the version control system as these are repositories. +

Edit folk/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 @@ -272,7 +293,7 @@ a -1 for people who were there but didn't go caving. Add new lines for new people, with the right number of columns.

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 +Adding a list of people, from 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.