Add real news and announcements at the bottom of the homepage via internal RSS for now.
This commit is contained in:
@@ -1,25 +1,34 @@
|
||||
<%! from django.core.urlresolvers import reverse %>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<%namespace name='static' file='static_content.html'/>
|
||||
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
|
||||
<id>tag:mitx.mit.edu,2012:/blog</id>
|
||||
<link type="text/html" rel="alternate" href="http://mitx.mit.edu/blog"/>
|
||||
<link type="application/atom+xml" rel="self" href="https://github.com/blog.atom"/>
|
||||
<link type="text/html" rel="alternate" href="http://blog.edx.org/"/>
|
||||
##<link type="application/atom+xml" rel="self" href="https://github.com/blog.atom"/>
|
||||
<title>The GitHub Blog</title>
|
||||
<updated>2012-07-16T14:08:12-07:00</updated>
|
||||
<entry>
|
||||
<id>tag:mitx.mit.edu,2012:Post/3</id>
|
||||
<id>tag:www.edx.org,2012:Post/3</id>
|
||||
<published>2012-07-16T14:08:12-07:00</published>
|
||||
<updated>2012-07-16T14:08:12-07:00</updated>
|
||||
<link type="text/html" rel="alternate" href="#"/>
|
||||
<title>Online Classes Cut Costs, But Do They Dilute Brands?</title>
|
||||
<content type="html"><img src="${static.url('images/courses/space1.jpg')}" />A Description</content>
|
||||
<title>Berkeley Press Release</title>
|
||||
<content type="html"><img src="${static.url('images/header-logo.png')}" /></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>tag:mitx.mit.edu,2012:Post/3</id>
|
||||
<id>tag:www.edx.org,2012:Post/2</id>
|
||||
<published>2012-07-16T14:08:12-07:00</published>
|
||||
<updated>2012-07-16T14:08:12-07:00</updated>
|
||||
<link type="text/html" rel="alternate" href="#"/>
|
||||
<title>Online Classes Cut Costs, But Do They Dilute Brands?</title>
|
||||
<content type="html">A Description</content>
|
||||
<link type="text/html" rel="alternate" href="http://edxonline.tumblr.com/post/27589840852/opening-doors-for-exceptional-students-6-002x-in"/>
|
||||
<title>Opening Doors For Exceptional Students: 6.002x in Mongolia</title>
|
||||
<content type="html"><img src="http://media.tumblr.com/tumblr_m6y5eyXV1F1rsal4c.jpg" /></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>tag:www.edx.org,2012:Post/1</id>
|
||||
<published>2012-07-16T14:08:12-07:00</published>
|
||||
<updated>2012-07-16T14:08:12-07:00</updated>
|
||||
<link type="text/html" rel="alternate" href="http://edxonline.tumblr.com/post/27589835076/beyond-the-circuits-a-students-experience-with-6-002x"/>
|
||||
<title>6.002x – Way beyond a learning experience</title>
|
||||
<content type="html"><img src="http://media.tumblr.com/tumblr_m7bdkyV9Lp1rsal4c.png" /></content>
|
||||
</entry>
|
||||
</feed>
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
<section class="container">
|
||||
<section class="more-info">
|
||||
<header>
|
||||
<h2>edX News & Announcements</h2>
|
||||
<h2>edX News & Announcements</h2>
|
||||
<a href="${reverse('press')}">Read More →</a>
|
||||
</header>
|
||||
<section class="news">
|
||||
@@ -120,8 +120,15 @@
|
||||
%endfor
|
||||
</section>
|
||||
<section class="press-links">
|
||||
<h3>Press Links:</h3>
|
||||
<a href="${reverse('pressrelease')}">The edX Press Release</a>
|
||||
<h3>edX in the News:</h3>
|
||||
##<a href="${reverse('pressrelease')}">The edX Press Release</a>
|
||||
<a href="http://www.nytimes.com/2012/07/20/education/edlife/anant-agarwal-discusses-free-online-courses-offered-by-a-harvard-mit-partnership.html">New York Times</a>,
|
||||
<a href="http://www.bostonglobe.com/magazine/2012/07/14/anant-agarwal-believes-online-education-from-mit-and-harvard-should-available-all/Af0kX44dPqpBKRV2IOSjPP/story.html">Boston Globe</a>,
|
||||
<a href="http://www.huffingtonpost.co.uk/2012/06/20/harvard-and-mit-create-edx-free-university-courses_n_1612143.html?utm_hp_ref=uk">Huffington Post</a>,
|
||||
<a href="http://gigaom.com/cloud/everybody-codes/">GigaOM</a>,
|
||||
<a href="http://bostinno.com/2012/07/06/why-comparing-edx-to-mit-is-like-comparing-a-toyota-to-a-ferrari/">BostInno</a>,
|
||||
<a href="http://web.mit.edu/newsoffice/2012/mitx-edx-first-course-recap-0716.html">MIT News</a>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user