Skip to content

Commit b417bee

Browse files
committed
4.0.1
1 parent 5820c38 commit b417bee

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,20 @@ Run from the command line:
3535
A webserver will be started and a browser window will pop up.
3636

3737
## Example
38-
The folder `ImportExport` contains an example configuration file `Example_1_bikes.csv`.
39-
You can load this configuration into the RobotTool via the `Edit` -> `Import configuration` button from the products panel.
40-
41-
The example shows several ways to retrieve data from two **fake webshops**:
42-
- [ABC_Bikes](https://snstatcomp.github.io/webscrapingtests/RobotTool/ABC_Bikes)
43-
- [Cheap_Bikes](https://snstatcomp.github.io/webscrapingtests/RobotTool/Cheap_Bikes)
44-
45-
The prices on the Cheap_Bikes webshop are dynamic: some of them change when retrieving the page again.
38+
From release 4.0.1 an example database is preloaded. This database shows several ways to retrieve data from two **fake webshops**:
39+
- [ABC_Bikes](https://snstatcomp.github.io/webscrapingtests/RobotTool/ABC_Bikes): this site contains static prices
40+
- [Cheap_Bikes](https://snstatcomp.github.io/webscrapingtests/RobotTool/Cheap_Bikes): this site contains dynamic prices: some of them change when retrieving the page again.
4641

4742
When pressing the `Get new priceinfo` button on the right upper corner the tool will collect prices from the fake webshops.
4843
You can then manually initialize the price from the 'price' field in the panel that pops up after pressing one of the red boxes.
49-
After retrieving new data using the `Get new priceinfo` the changes will become visible.
44+
After retrieving new data using the `Get new priceinfo` the changes will become visible. For further interaction we refer to the user guide below.
5045

5146
This is a screenshot of the tool after some runs:
5247

5348
![screenshot](example1.png)
5449

50+
Versions prior to 4.0.1: load the example database from the file `Example_1_bikes.csv` in the folder `ImportExport` via the `Edit` -> `Import configuration` button from the products panel (left top)
51+
5552
## RobotTool user guide
5653
The RobotTool user guide contains a more detailed description of the functionality of the tool, the import and export of configuration and prices, to work with XPaths and how to configure the tool.
5754
It is available in two versions in de `/Doc` folder of this repo:

inst/app/ui/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ define(libs, function($, io, i18next, XHR, init, utils) {
4343
var
4444
infoText = {
4545
version: 'v4.0.1',
46-
copyright: 'Copyright \u00A9 2015 - 2022 CBS, Statistics Netherland'
46+
copyright: 'By Statistics Netherland, released under EUPL'
4747
};
4848

4949
/**
0 Bytes
Binary file not shown.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)