This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 58791512 Add OO sub pages
58791512 is described below
commit 58791512eba5ea54f4bc7bf07bc5c73933fe8b43
Author: Sebb <[email protected]>
AuthorDate: Thu Jul 4 08:39:42 2024 +0100
Add OO sub pages
---
tools/scan-page.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/scan-page.js b/tools/scan-page.js
index c8ab0bee..09f431f6 100755
--- a/tools/scan-page.js
+++ b/tools/scan-page.js
@@ -18,6 +18,7 @@ function isASFhost(host) {
host == 'apachecon.com' ||
host == 'openoffice.org' ||
host.endsWith('.apache.org') ||
+ host.endsWith('.openoffice.org') ||
host.endsWith('.apachecon.com');
}
if (!isASFhost(inithost)) {