Skip to content

Commit

Permalink
[DOCS] Update linkvalidator documentation: Administration
Browse files Browse the repository at this point in the history
Resolves: #92716
Releases: master, 10.4, 9.5
Change-Id: I0ad629f08cac11fbbffc2d61e9c4c8d7b2de7a23
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66264
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
sypets authored and lolli42 committed Oct 28, 2020
1 parent 2b658fd commit 2424288
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
27 changes: 11 additions & 16 deletions typo3/sysext/linkvalidator/Documentation/Administration/Index.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../Includes.txt



.. _administration:

Administration
--------------

Use the extension manager to install linkvalidator. It is not
installed by default.
Linkvalidator is a system extension.

If you are using Composer, you can install it like any other (core) extension
requiring the package `typo3/cms-linkvalidator`.

Apply the needed changes to the database.
If you are not using Composer, you may have to activate Linkvalidator in
the Extension Manager.

You are advised to use cURL to check for links. Linkvalidator uses the
HTTP request library shipped with TYPO3. Please have a look in the
Install Tool at the section "All Configuration" which includes an HTTP
section at the end.
Linkvalidator uses the HTTP request library shipped with TYPO3.
Please have a look in the :ref:`Global Configuration <t3coreapi:typo3ConfVars>`,
particularly at the HTTP settings.

There you may define a default timeout and you may change from using
sockets to using the cURL library.
There, you may define a default timeout. Generally, it is recommended
to always specify timeouts when working with Linkvalidator.


1 change: 1 addition & 0 deletions typo3/sysext/linkvalidator/Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ project_repository = https://git.typo3.org/Packages/TYPO3.CMS.git
[intersphinx_mapping]

t3tca = https://docs.typo3.org/m/typo3/reference-tca/master/en-us/
t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/

0 comments on commit 2424288

Please sign in to comment.