First release
This commit is contained in:
parent
9a1476b7c4
commit
627f7724ee
16 changed files with 10030 additions and 9 deletions
12
Makefile
12
Makefile
|
@ -9,11 +9,11 @@ sense:
|
|||
# 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
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue