Closed
Bug 773659
Opened 14 years ago
Closed 13 years ago
Stale entries on the Mozilla Site Directory
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dmaher, Assigned: cmore)
References
()
Details
Attachments
(1 file, 2 obsolete files)
|
19.42 KB,
text/html
|
Details |
Hello,
The following is a list of sites which are currently linked from the Mozilla Site Directory, but which appear to no longer be valid (expired domains, non-existent content, etc) :
blogs.mozilla-europe.org
brasstacks.mozilla.com
chilemoz.org
mozilla-europe.org
mozilla-hr.org
mozilla.lk
mozilla.mk
I would suggest that these links be removed from the community page.
Updated•14 years ago
|
Assignee: server-ops-webops → nobody
Group: infra
Component: Server Operations: Web Operations → www.mozilla.org
Product: mozilla.org → Websites
QA Contact: cshields
Comment 1•14 years ago
|
||
adding stephend..
Is there some kind of link checker in our webqa process?
Comment 2•13 years ago
|
||
(In reply to Corey Shields [:cshields] from comment #1)
> adding stephend..
>
> Is there some kind of link checker in our webqa process?
There is indeed; https://github.com/mozilla/marketing-project-template/blob/master/pages/page_object.py provides a lot of functionality, and this isn't even in expensive Selenium. We only run it for supported sites, but can run it on-demand, if needed. There are also easy-to-run manual tools, such as Xenu, on Windows, we could use.
I believe there's a transition plan in the works for Mozilla.org (former) -> Mozilla.org (current, i.e. "One Mozilla") pages, but there are a ton of pages, so might take some time.
Comment 3•13 years ago
|
||
For background, those links had been manually maintained but are now generated by a script Chris has created. He has some staleness checking in there but it may need to be tweaked to catch more examples like this.
| Assignee | ||
Comment 4•13 years ago
|
||
I'm re-running my scripts that generate this page amount updating the domain wiki pages. I also added a few exceptions that should clean these up. It appears that these have gone stale since the last time I ran the scripts.
Thanks!
Assignee: nobody → chrismore.bugzilla
| Assignee | ||
Comment 5•13 years ago
|
||
I've made changes to the filter and found a few exceptions. Check out the this file, which will be the new directory and see if this looks better.
| Assignee | ||
Comment 6•13 years ago
|
||
David: If the attachment looks fine now. Do you need me to combine it with the existing page and you commit it to SVN?
Comment 7•13 years ago
|
||
Yes, I can commit it to SVN if you want to send me a new version of the full list to post.
| Assignee | ||
Comment 8•13 years ago
|
||
PHP code + updated directory.
Attachment #650326 -
Attachment is obsolete: true
Comment 9•13 years ago
|
||
Checked in at r108185.
Please verify that this looks right -- should be live in 10 minutes or so.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
The only "broken" links (which aren't 404s), are:
https://caminobrowser.jp/
error code: 12157 (error 12157), linked from page(s):
http://caminobrowser.jp/
https://getthunderbird.jp/
error code: 12157 (error 12157), linked from page(s):
http://getthunderbird.jp/
And those are returning: (Error code: ssl_error_rx_record_too_long)
Comment 11•13 years ago
|
||
Some of the non-English text got messed up in my earlier commit -- that should be fixed with r108186.
| Assignee | ||
Comment 12•13 years ago
|
||
I've fixed another exception in the script and it will catch those two .jp errors and others like it. The domain would redirect to https and then the https would fail. I will upload a new copy unless David manually removed caminobrowser.jp and getthunderbird.jp.
Comment 13•13 years ago
|
||
I've removed those two links in r108213.
| Assignee | ||
Comment 14•13 years ago
|
||
David: here is the latest version.
Attachment #650656 -
Attachment is obsolete: true
Comment 15•13 years ago
|
||
Checked in at r108214.
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•