On Sat, Aug 05, 2006 at 11:30:38PM +0200, Arnaud Patard wrote: > gitweb is using a tag called "content" for describing the content of a > commit (eg in http://git.kernel.org/git/?p=git/git.git;a=rss). According > to the RSS 2.0 specifications > (http://www.rssboard.org/rss-specification), this tag does not > exist. The tag "description" should be used for this purpose.
Hi Arnaud, this might be fixed with upstream version 1.4.2. This is what I now get from git.kernel.org, if it still is wrong, can you please point me to the exact places where "content" should be replaced with "description"? $ w3m -dump_source 'http://git.kernel.org/git/?p=git/git.git;a=rss' |grep -i description <description>git/git.git log</description> <description>Add git-zip-tree to .gitignore</description> <description>free(NULL) is perfectly valid.</description> <description>Use xcalloc instead of calloc</description> <description>Use fstat instead of fseek</description> <description>Merge branch 'gl/cleanup-next'</description> <description>Merge branch 'js/c-merge-recursive'</description> <description>Merge branch 'ts/daemon'</description> <description>Merge branch 'jc/apply'</description> <description>git-apply --reject: finishing touches.</description> <description>git-reset: remove unused variable</description> <description>git-cherry: remove unused variable</description> <description>Relative timestamps in git log</description> <description>Add git-zip-tree</description> <description>git-svn: stop repeatedly reusing the first commit message with dcommit</description> <description>Use xrealloc instead of realloc</description> <description>Use PATH_MAX instead of MAXPATHLEN</description> <description>Convert unpack_entry_gently and friends to use offsets.</description> <description>Cleanup unpack_object_header to use only offsets.</description> <description>Cleanup unpack_entry_gently and friends to use type_name array.</description> <description>Reuse compression code in unpack_compressed_entry.</description> <description>Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.</description> $ w3m -dump_source 'http://git.kernel.org/git/?p=git/git.git;a=rss' |grep -i content <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> <content:encoded><![CDATA[ </content:encoded> Thanks, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

