automatic commit
This commit is contained in:
parent
c6325d1d8c
commit
9a1476b7c4
4 changed files with 18 additions and 0 deletions
15
Makefile
15
Makefile
|
@ -2,3 +2,18 @@ github:
|
|||
git add .
|
||||
git commit -a -m "automatic commit"
|
||||
git push origin master
|
||||
|
||||
sense:
|
||||
cat source/*.csv > temp/stage1-from-csv.csv
|
||||
cat source/*.rem > temp/stage1.rem
|
||||
# perl scripts/rem2csv.pl temp/stage1.rem > temp/stage1-from-rem.csv
|
||||
cat temp/stage1*.csv | sort -u > temp/stage2.csv
|
||||
sort -t\; -k3n -k2n -k1n temp/stage2.csv -o temp/stage3.csv
|
||||
# perl scripts/csv2rem-ics.pl temp/stage3.csv > temp/events-ics.rem
|
||||
# perl scripts/csv2rem-html.pl temp/stage3.csv > temp/events-html.rem
|
||||
#
|
||||
# outputs
|
||||
# perl scripts/csv2ikiwiki.pl temp/stage3.csv > output/events-ikiwiki.csv
|
||||
# remind -m -p36 temp/events-html.rem | perl ../rem2html/rem2html --nomini --title Events > output/events.html
|
||||
# remind -s360 -irem2ics=1 temp/events-ics.rem 1 Jan 2014 | TZ=CEST HOSTNAME=foo perl ../rem2ics/rem2ics -do -norecur -usetag > output/events.ics
|
||||
# perl scripts/csv2rem.pl temp/stage3.csv > output/events.rem
|
||||
|
|
1
temp/stage1-from-csv.csv
Normal file
1
temp/stage1-from-csv.csv
Normal file
|
@ -0,0 +1 @@
|
|||
10;6;2017;-;17;9;2017;dOCUMENTA;various;Kassel;Germany;<http://www.documenta.de/>
|
|
1
temp/stage1.rem
Normal file
1
temp/stage1.rem
Normal file
|
@ -0,0 +1 @@
|
|||
REM 14 Feb Valentine's Day
|
1
temp/stage2.csv
Normal file
1
temp/stage2.csv
Normal file
|
@ -0,0 +1 @@
|
|||
10;6;2017;-;17;9;2017;dOCUMENTA;various;Kassel;Germany;<http://www.documenta.de/>
|
|
Loading…
Add table
Add a link
Reference in a new issue