Re: [fedora-websites] #144: start.fpo.org/tr/ not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



#144: start.fpo.org/tr/ not working
----------------------------+-----------------------
  Reporter:  thunderbirdtr  |      Owner:  webmaster
      Type:  defect         |     Status:  new
  Priority:  critical       |  Milestone:
 Component:  General        |    Version:
Resolution:                 |   Keywords:
Blocked By:                 |   Blocking:
----------------------------+-----------------------

Comment (by shaiton):

 I ran the following script to know which languages are not pushed with a
 Content-Type not "text/html". thanks to Greeks (ticket #139) for the clue.


 {{{
 #!/bin/bash

 LANG="fedoraproject.org/po/LINGUAS"

 [[ -f $LANG ]] || exit 1

 for l in `cat $LANG`
 do
   status=`curl -is http://start.fedoraproject.org/$l/ |grep Content-Type`
   echo $status | egrep -qE "html"
   [[ $? -eq 0 ]] || echo "$l: $status"
 done
 }}}

 Here is the output:

 {{{
 el: Content-Type: text/plain; charset=utf-8
 nb: Content-Type: application/mathematica
 tr: Content-Type: application/x-troff
 }}}
 Those languages are not pushed as html by apache.

-- 
Ticket URL: <https://fedorahosted.org/fedora-websites/ticket/144#comment:4>
fedora-websites <https://fedoraproject.org/wiki/Websites>
Fedora Website Team's Trac instance
-- 
websites mailing list
websites@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/websites



[Index of Archives]     [Fedora Users]     [Linux ARM]     [ARM Kernel]     [Older Fedora Users]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

  Powered by Linux