Closed
Bug 1137904
Opened 10 years ago
Closed 10 years ago
Add news headlines to /mwc page
Categories
(www.mozilla.org :: Bedrock, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sgarrity, Assigned: jpetto)
Details
On the page http://www.mozilla.org/mwc/ we need to add the three most recent headlines from the firefox_os_feed system.
To get the news working, run:
./manage.py migrate
./manage.py runscript update_firefox_os_feeds
./manage.py switch firefox-os-index-2015 on --create
./manage.py runserver
Styles can be improvized loosely based on this mockup: https://www.dropbox.com/s/ws9f5xmfap7wihf/mwc-news.jpg?dl=0 but with a simple list of the three most recent headlines rather than an arrow/pager setup (for the sake of time).
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/d0bf6490fa1acf90f4292e88ab6be43583e7e118
Bug 1137904. Add headlines to MWC page.
https://github.com/mozilla/bedrock/commit/a8ae5a7a355fca2ac06a1c5ed0f3ae7a37094ccc
Merge pull request #2793 from sgarrity/bug-1137904-mwc-page-headlines
Bug 1137904 mwc page headlines
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•