mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 23:01:55 +00:00
Move folk.csv and makefolklist.py to folk and scripts dirs respectively.
(out of noinfo)
This commit is contained in:
parent
b50e4d02da
commit
11239c9db4
4
Makefile
4
Makefile
@ -41,8 +41,8 @@ noinfo/cavestats:
|
||||
|
||||
folklist: folk/index.htm
|
||||
|
||||
folk/index.htm: noinfo/folk.csv noinfo/make-folklist.py
|
||||
python noinfo/make-folklist.py < noinfo/folk.csv > folk/index.htm
|
||||
folk/index.htm: folk/folk.csv scripts/make-folklist.py
|
||||
python scripts/make-folklist.py < folk/folk.csv > folk/index.htm
|
||||
|
||||
###########
|
||||
|
||||
|
Can't render this file because it has a wrong number of fields in line 2.
|
@ -252,7 +252,7 @@ superseded in 2012).</p>
|
||||
<p> 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. </p>
|
||||
|
||||
<h3>Adding a new year</h3>
|
||||
<p>Edit noinfo/folk.csv, adding the new year to the end of the header
|
||||
<p>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
|
||||
@ -288,7 +288,7 @@ good.</p>
|
||||
<pre>
|
||||
Script location Input file Output file Purpose
|
||||
/svn/trunk/expoweb/noinfo/make-indxal4.pl /svn/trunk/expoweb/noinfo/CAVETAB2.CSV many produces all cave description pages
|
||||
/svn/trunk/expoweb/noinfo/make-folklist.py /svn/trunk/expoweb/noinfo/folk.csv http://expo.survex.com/folk/index.htm Table of all expo members
|
||||
/svn/trunk/expoweb/scripts/make-folklist.py /svn/trunk/expoweb/folk/folk.csv http://expo.survex.com/folk/index.htm Table of all expo members
|
||||
|
||||
/svn/trunk/surveys/tablize-csv.pl /svn/trunk/surveys/tablizebyname-csv.pl
|
||||
/svn/trunk/surveys/Surveys.csv
|
||||
|
Loading…
Reference in New Issue
Block a user