From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tay Ray Chuan Subject: Re: gitweb atom feeds broken (on repo.or.cz only?) Date: Mon, 28 Sep 2009 15:23:10 +0800 Message-ID: References: <4ABFA258.8020301@hartwork.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org, Petr Baudis , Robert Buchholz To: Sebastian Pipping X-From: git-owner@vger.kernel.org Mon Sep 28 09:23:20 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MsAZr-0000bT-A8 for gcvg-git-2@lo.gmane.org; Mon, 28 Sep 2009 09:23:19 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752177AbZI1HXI convert rfc822-to-quoted-printable (ORCPT ); Mon, 28 Sep 2009 03:23:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751417AbZI1HXI (ORCPT ); Mon, 28 Sep 2009 03:23:08 -0400 Received: from mail-iw0-f180.google.com ([209.85.223.180]:33397 "EHLO mail-iw0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751302AbZI1HXH convert rfc822-to-8bit (ORCPT ); Mon, 28 Sep 2009 03:23:07 -0400 Received: by iwn10 with SMTP id 10so2433441iwn.4 for ; Mon, 28 Sep 2009 00:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=w/IN17IltpbYHDnOAc6DNejY8OPDCXTbRW+oVjw4Wso=; b=qlNFSGOpgJqJORgE1ll+jDlBGVeThXzpNJ8/VJuQqBY6sPegQYqkKRr+Ugb0I6+5la Pe/W+n35q0RhlmhCWq0nqmrIqfghnkYzrRY5E6VLsmk+rkYhM0Fh/PiniN6SAbDa7Evj TxAQr/3uZIzPeeJhlYWvyaIgbqYFTCYi2iktE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=v36+oYKsFHf6sPp6Mfobvmfh5sN5G/UTpr4Lj2o5+Trq/5HyAnlLAhbx/prKwCwfAa /HXc0K0DfaLuMDKhznm5S/aqYKrwaYDOogXCPyTO4OJiWwzis/O09zxS21aeDhEaT6EI bKs0AkvyojJJiaMP6kpgMQTcTv6GUSjWurIP4= Received: by 10.231.124.227 with SMTP id v35mr5495074ibr.18.1254122590204; Mon, 28 Sep 2009 00:23:10 -0700 (PDT) In-Reply-To: <4ABFA258.8020301@hartwork.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Mon, Sep 28, 2009 at 1:35 AM, Sebastian Pipping wrote: > i noticed that the atom feeds generated by repo.or.cz's gitweb (e.g. > [1]) show no content in firefox 3.5.2. =A0this seems to be due to inv= alid > xml in it as shown by running [1] through feedvalidator, results at [= 2]. it's a case of a misspelled tag. In the tag is closed by a= . --=20 Cheers, Ray Chuan