#14 fix wcidff
Merged 7 years ago by robyduck. Opened 7 years ago by veon.
veon/fedora-websites master  into  master

Fix Build Error RSS
Andrea Masala • 7 years ago  
fix wcidff
Andrea Masala • 7 years ago  
@@ -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')

  ?>

  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

  <html xmlns="http://www.w3.org/1999/xhtml"

@@ -130,7 +130,7 @@ 

    <div class="col-xs-12 col-sm-6 text-center top-space">

      <div class="row">

        <div class="col-xs-12 bottom-margin text-center">

-         <h1 class="thin">${_('Stay connected and informed.')}</h1>

+         <h1 class="thin">${_('Get connected and stay informed.')}</h1>

        </div>

      </div>

      <div class="row">
@@ -140,7 +140,7 @@ 

      </div>

  	<div class="row">

        <div class="col-xs-12 bottom-margin text-center">

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

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

        </div>

      </div>

    </div>

no initial comment

1 new commit added

  • Fix Build Error RSS
7 years ago

This PR breaks our layout, because the title is too long. Probably this also happens in some languages, like polish...Can we keep the title as a one liner? Maybe "Connect and stay informed".

Ok,
what do we do?
"Connect and stay informed" or "Stay connect and informed" or "Get connect and informed" ?

Pull-Request has been merged by robyduck

7 years ago