@@ -29,14 +29,14 @@ In the Extension Manager you have various options to configure the Module:
###### Record Storage Page
If you want to store the test records on a specific page/system folder, you can provde a page id here.
##### Excluded Tables
###### Excluded Tables
A comma seperated list of tables that the **Linkchecker** should ignore, when searching for URLs.
##### Exclude Table Fields
###### Exclude Table Fields
A comma seperated list of table columns that the **Linkchecker** should ignore, when searching for URLs.
You need to use the format **table<column>** here.
##### Timeout limit
###### Timeout limit
The maximum time the **URL checker** should spend before failing the request.
## The backend module
...
...
@@ -66,5 +66,3 @@ Again you can add a **Test URL** and an **Expected URL**.
###### Test Content Comparison
If you ever need to compare the content of two pages, then you should use this function. You just need to enter two urls to start the comparison of the contents. Of course you can trigger this job by using a scheduler job.
### Usage
All the parts of the backend module are used in a similar way.