| 9 |
|
# Set variables for any arguments we might use below |
| 10 |
|
VALEXTLINKS="/path/to/Validate External Links/validate_external_links.sh" |
| 11 |
|
LINKS_LOCAL="file:///path/to/Validate External Links/Sample files/extlinks.csv" |
| 12 |
< |
LINKS_ONLINE="http://wiki.oni2.net/w/extlinks.csv" |
| 12 |
> |
LINKS_ONLINE="https://wiki.oni2.net/w/extlinks.csv" |
| 13 |
|
EXCEPT_LOCAL="file:///path/to/Validate External Links/exceptions.txt" |
| 14 |
< |
EXCEPT_ONLINE="http://iritscen.oni2.net/val/exceptions.txt" |
| 14 |
> |
EXCEPT_ONLINE="https://wiki.oni2.net/Validate_External_Links/Exceptions" |
| 15 |
|
REPORT_DIR="/path/to/ValExtLinks reports" |
| 16 |
|
UPLOAD_INFO="/path/to/Validate External Links/sftp_login.txt" |
| 17 |
|
CHROME="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" |