mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
8286411c81
These tests check for broken URLs in the URL insets of the manuals, examples, and templates. The tests are disabled by default because the Perl interpreter is needed. Later on they can be activated with a flag, as follows: cmake ... -DLYX_ENABLE_URLTESTS=ON but for now the connection from the TOP-CMakeLists.txt is left out. Missing part: 1.) Declaring an setting the option LYX_OPTION(ENABLE_URLTESTS "Enable for URL tests" OFF ALL) 2.) make the connection if(LYX_ENABLE_URLTESTS) add_subdirectory(development/checkurls "${TOP_BINARY_DIR}/checkurls") endif()
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
# "Login incorrect."
|
|
# permission denied
|
|
ftp://ftp.aas.org/pubs
|
|
ftp://ftp.springer.de/pub/tex/latex/aa
|
|
# Cannot connect to trick.ntp.springer.de
|
|
ftp://trick.ntp.springer.de/pub/tex/latex/llncs/latex2e
|
|
# file/directory not found
|
|
ftp://www.ctan.org/pub/tex-archive/macros/latex2e/contrib/fancyhdr/fancyhdr.pdf
|
|
ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
|
|
# What protocol is 'htp'
|
|
htp://www.lyx.org
|
|
# Net::HTTP: connect: timeout
|
|
http://www.educat.hu-berlin.de/~voss/lyx
|
|
#Net::HTTP: Bad hostname 'math.tulane.edu'
|
|
http://math.tulane.edu/~entcs/
|
|
# Net::HTTP: Bad hostname 'media.texample.net'
|
|
http://media.texample.net/tikz/examples/TEX/free-body-diagrams.tex
|
|
# Net::HTTP: Bad hostname 'shelob.ce.ttu.edu'
|
|
http://shelob.ce.ttu.edu/daves/faq.html
|
|
http://shelob.ce.ttu.edu/daves/lpfaq/faq.html
|
|
# Net::HTTP: Bad hostname 'www.devel.lyx.org'
|
|
http://www.devel.lyx.org
|
|
http://www.devel.lyx.org/
|
|
# Net::HTTP: Bad hostname 'www.euskalgnu.org'
|
|
http://www.euskalgnu.org
|
|
http://www.uon.edu/doe
|
|
# Net::HTTP: Bad hostname 'www.it.lyx.org'
|
|
http://www.it.lyx.org
|
|
# Net::HTTP: Bad hostname 'www.mx.lyx.org'
|
|
http://www.mx.lyx.org
|
|
# Net::HTTP: Bad hostname 'www.no.lyx.org'
|
|
http://www.no.lyx.org |