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>"404" means the link is broken - the resource is not found.
|
||||||
<li>"500" means something has gone wrong.
|
<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>"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>"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.
|
<li>"None" or "0" means something has gone terribly wrong.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -18,6 +18,8 @@ Link Checking for
|
||||||
<td> {{ code.recent_check__return_code }} </td>
|
<td> {{ code.recent_check__return_code }} </td>
|
||||||
<td> {{ code.count }} </td>
|
<td> {{ code.count }} </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
{% empty %}
|
||||||
|
<tr><td colspan=2>None of the active links for {{ provider.provider }} have been checked.</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,8 @@ DOAB Linkchecking for
|
||||||
<td> {{ code.links__recent_check__return_code }} </td>
|
<td> {{ code.links__recent_check__return_code }} </td>
|
||||||
<td> {{ code.count }} </td>
|
<td> {{ code.count }} </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
{% empty %}
|
||||||
|
<tr><td colspan=2>None of the active links for {{ publisher.publisher }} have been checked.</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@ -49,8 +51,6 @@ DOAB Linkchecking for
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
</li>
|
</li>
|
||||||
{% empty %}
|
|
||||||
None of the active links for {{ publisher.publisher }} have been checked.
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue