#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