cleanup
parent
97b3c499ad
commit
221a56ba8d
|
@ -25,7 +25,7 @@ When a link is checked we record the status code returned by the web server.
|
|||
<li>"404" means the link is broken - the resource is not found.
|
||||
<li>"500" means something has gone wrong.
|
||||
<li>"503" means that a website couldn’t be reached. This could happen because the server was too busy, under maintenance, or something else.
|
||||
<li>"503" means that a website couldn’t be reached. This could happen because the server was too busy, under maintenance, or something else.
|
||||
<li>"504" indicates that the server, while acting as a gateway or proxy did not get a response in time from an upstream server.
|
||||
<li>"511" indicates a problem with the security of the connection - most often an incomplete certificate.
|
||||
<li>"None" or "0" means something has gone terribly wrong.
|
||||
</ul>
|
||||
|
|
|
@ -18,6 +18,8 @@ Link Checking for
|
|||
<td> {{ code.recent_check__return_code }} </td>
|
||||
<td> {{ code.count }} </td>
|
||||
</tr>
|
||||
{% empty %}
|
||||
<tr><td colspan=2>None of the active links for {{ provider.provider }} have been checked.</td>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@ DOAB Linkchecking for
|
|||
<td> {{ code.links__recent_check__return_code }} </td>
|
||||
<td> {{ code.count }} </td>
|
||||
</tr>
|
||||
{% empty %}
|
||||
<tr><td colspan=2>None of the active links for {{ publisher.publisher }} have been checked.</td>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
@ -49,8 +51,6 @@ DOAB Linkchecking for
|
|||
{% endfor %}
|
||||
</table>
|
||||
</li>
|
||||
{% empty %}
|
||||
None of the active links for {{ publisher.publisher }} have been checked.
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue