From baa107a3b8316e0be1393d4d92de3547eedcef42 Mon Sep 17 00:00:00 2001 From: Andrea Masala Date: May 19 2016 09:48:50 +0000 Subject: [PATCH 1/2] fix wcidff --- diff --git a/getfedora.org/data/content/index.html b/getfedora.org/data/content/index.html index 3fb82b6..7ad4968 100644 --- a/getfedora.org/data/content/index.html +++ b/getfedora.org/data/content/index.html @@ -130,7 +130,7 @@
-

${_('Stay connected and informed.')}

+

${_('Get connected and stay informed.')}

@@ -140,7 +140,7 @@
-

${Markup(_('Keep up-to-date with the Fedora Project and get all the latest news and reports in <a href="%s">Fedora Magazine</a>.') % ('//fedoramagazine.org/'))}

+

${Markup(_('Want to get <a href="http://whatcanidoforfedora.org/">involved</a>? Find out what\'s happening in the <a href="http://communityblog.fedoraproject.org/">community</a>? Read up on the latest news and cool stuff at <a href="http://fedoramagazine.org/">Fedora Magazine</a>.'))}

From 28d6ba6dcd399b0e024d173d5e088e7de2c35cef Mon Sep 17 00:00:00 2001 From: Andrea Masala Date: May 19 2016 11:39:29 +0000 Subject: [PATCH 2/2] Fix Build Error RSS --- diff --git a/fedoraproject.org/data/content/join-fedora.html b/fedoraproject.org/data/content/join-fedora.html index 14a07cc..172f74b 100644 --- a/fedoraproject.org/data/content/join-fedora.html +++ b/fedoraproject.org/data/content/join-fedora.html @@ -3,10 +3,10 @@ fpp = feedparse('http://fedoraplanet.org/rss20.xml') # Announce List -fda = feedparse('https://lists.fedoraproject.org/rss/announce.xml') +fda = feedparse('http://rss.gmane.org/messages/excerpts/gmane.linux.redhat.fedora.core.announce') # Devel List -fdd = feedparse('https://lists.fedoraproject.org/rss/devel-announce.xml') +fdd = feedparse('http://rss.gmane.org/messages/excerpts/gmane.linux.redhat.fedora.devel.announce') ?>