Project

General

Profile

Actions

Bug #9298

closed

Проверить актуальность ссылок в библиографии

Added by Denis Efremov over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Start date:
10/04/2018
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

Некоторые ссылки из библиографии более не актуальны. В них отсутствует информация, изначально там присутствовавшая. Пос сылкам код 404 - страница не найдена. Необходимо проверить все ссылки и поставить дату актуальности.

Actions #1

Updated by Denis Efremov over 5 years ago

Битые ссылки:

http://astralinux.com/home/novosti/437-rbt-fstec.html
http://astralinux.com/doc-pkviu.html

Можно поправить на:

http://old.astra-linux.su/home/novosti/437-rbt-fstec.html
http://old.astra-linux.su/doc-pkviu.html

Actions #2

Updated by Denis Efremov over 5 years ago

Скрипт для пробивки ссылок на 404

odt2txt text.odt | grep http > links.txt
while read l; do curl -s --head --request GET ${l} | grep 301 && echo "FAIL: $l"; done < <(cat links.txt)
while read l; do curl -s --head --request GET ${l} | grep 404 && echo "FAIL: $l"; done < <(cat links.txt)

Actions #3

Updated by Ilya Shchepetkov almost 5 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF