Mercurial > p > roundup > code
comparison website/www/conf.py @ 7962:828f79ae965b
doc: update links and docs on checking links
Add timeout for link checking so make linkcheck completes.
Document grep command to use to filter broken links to external links.
Fix PostgreSQL links to point to current pages.
Fix pyreadline3 link.
Fix vim po file plugin link
Use wayback machine for zpi internationalization link.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 13 May 2024 18:42:26 -0400 |
| parents | 67438e439da8 |
| children | a377590eba34 |
comparison
equal
deleted
inserted
replaced
| 7961:32ead43b8299 | 7962:828f79ae965b |
|---|---|
| 244 r'http://www.bizarsoftware.com.au/', # reference in license, | 244 r'http://www.bizarsoftware.com.au/', # reference in license, |
| 245 r'http://11.11.11.101', # dummy example url | 245 r'http://11.11.11.101', # dummy example url |
| 246 r'https://.../rest/.*', # dummy example url | 246 r'https://.../rest/.*', # dummy example url |
| 247 r'http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport', # dead link, there for historic | 247 r'http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport', # dead link, there for historic |
| 248 ] | 248 ] |
| 249 | |
| 250 linkcheck_timeout = 10 # seconds |
