You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adventurett/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
2
2
## Description
3
3
4
-
Every year I help my father set put up his list of trips on his business's website, http://www.adventurett.com. The website runs an ancient e-commerce system (Yahoo Small Business) so there's a lot of manual work involved so I wrote a couple of tiny scripts to help me do this.
4
+
Every year I help my father set up his list of trips on his business's website, http://www.adventurett.com. The website runs an ancient e-commerce system (Yahoo Small Business). There's a lot of manual work involved so I wrote a couple of tiny scripts to help me do this year after year.
5
5
6
6
### calendar.ts
7
-
Takes in two CSV files and generates raw HTML to populate https://adventurett.com/calendario.html. The first one lists tours and their properties. The second one lists specific excursion dates. See input folder for examples.
7
+
Takes in two CSV files and generates raw HTML to populate http://adventurett.com/calendario.html. The first one lists tours and their properties. The second one lists specific excursion dates. See input folder for examples.
8
8
9
9
### optionLists.ts
10
-
Takes in two CSV files and generates a list of RTML options that create the "Dates" dropdown for each individual tour page. For an example of the dropdown, see http://adventurett.com/atlantic-city.html.
10
+
Takes in two CSV files and generates a list of RTML options for the "Dates" dropdown in each individual tour page. For an example of the dropdown see http://adventurett.com/atlantic-city.html.
11
11
12
12
## Setup
13
13
Install `typescript` and `ts-node` globally to run each solution file.
@@ -31,14 +31,14 @@ To generate the calendar HTML, go into `calendar.ts` and change the locale (`en`
To generate the list of options, go into `optionLists.ts` and change the locale (`en` or `es`) as well as the name of the CSV files that hold that year's tours and excursion list.
34
+
To generate the list of RTML options, go into `optionLists.ts` and change the locale (`en` or `es`) as well as the name of the CSV files that hold that year's tours and excursion list.
0 commit comments