Closed
Bug 936452
Opened 12 years ago
Closed 12 years ago
Create static status page for MDN maintenance
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: groovecoder, Assigned: openjck)
References
Details
(Whiteboard: [specification][type:feature])
What problems would this solve?
===============================
Inform users when MDN has network-level outages.
Who would use this?
===================
All MDN visitors
What would users see?
=====================
A static page (ideally with tumbeasts) explaining that MDN is down for maintenance. Include links to dochub.io, kapeli.com/dash?ref=mdn, and http://zealdocs.org/?ref=mdn
What would users do? What would happen as a result?
===================================================
Visitors hit MDN and see a helpful status page with links where they can get their information. They can visit a link to get offline apps.
Is there anything else we should know?
======================================
Under the offline links we should emphasize that MDN will always contain the latest and greatest information. :)
| Reporter | ||
Comment 1•12 years ago
|
||
Ali, who should create the content/copy for this offline status page? Can you needinfo? them?
Blocks: 935002
Flags: needinfo?(aspivak)
Updated•12 years ago
|
Assignee: nobody → jkarahalis
Comment 2•12 years ago
|
||
Draft of content here:
https://wiki.mozilla.org/MDN/Development/MaintenanceNotice
Comment 3•12 years ago
|
||
Do we want to add the datea/times to this, or is it better to keep it generic???
Flags: needinfo?(aspivak) → needinfo?(eshepherd)
Comment 4•12 years ago
|
||
(In reply to ali spivak from comment #3)
> Do we want to add the datea/times to this, or is it better to keep it
> generic???
I don't think date needs to be there, if this is the offline status -- people should know the date. I did add a line at the end indicating when it should be back online.
Flags: needinfo?(eshepherd)
| Reporter | ||
Comment 5•12 years ago
|
||
https://github.com/mozilla/kuma/pull/1646
Screenshot of the static maintenance page with static assets delivered via CDN:
http://screencast.com/t/fEXlmhjCJXw4
Per https://bugzilla.mozilla.org/show_bug.cgi?id=935002#c22 we may or may not have static assets from the CDN available. So, here's a screenshot of the static maintenance page *missing* some static assets via CDN:
http://screencast.com/t/gJYlezJu6vjn
David - I think we should merge what we have so we have something in place; we can continue to work on copying the static assets from the CDN to the maintenance package. What do you think?
Flags: needinfo?(dwalsh)
Comment 6•12 years ago
|
||
I think we should bring down relevant images, add them to a zip file, and send them with the index.html file. We shouldn't rely on CDN and it shouldn't take long to do it.
Flags: needinfo?(dwalsh)
Comment 7•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/b585d9b14ef1a7e4700499543564a60a22aeee74
Fix bug 936452: Add static maintenance page
The only intention here is to keep these files under revision control.
Getting them served up will always require additional work.
https://github.com/mozilla/kuma/commit/b9e8859d26972275d4c4ddf9c2ef71aa520fab43
Merge pull request #1646 from openjck/maintenance-page
Fix bug 936452: Add static maintenance page
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•