Gnus development mailing list
 help / color / mirror / Atom feed
* nnrss-request-article produces multipart articles
@ 2003-05-05 11:09 Klaus Straubinger
  2003-05-06 17:12 ` Mark A. Hershberger
  0 siblings, 1 reply; 2+ messages in thread
From: Klaus Straubinger @ 2003-05-05 11:09 UTC (permalink / raw)


Due to some last-minute changes before the release of Gnus 5.10.1, the
function nnrss-request-article now produces multipart/alternative
articles. The reason given for this change was to avoid some
unspecified problems with w3m. In my view, this is no sufficient reason
for such a change. nnrss should always produce text/html articles since
RSS sites use XML/HTML as output format.

Furthermore, the created HTML code in the text/html part is illegal HTML:
text is added after the closing "</html>" tag.

The nnrss-content-function now has a difficult task to do something
sensible like adding the content of the included link.

Some stylistic issues also come to mind:
  - some code lines are longer than 80 characters,
  - the use of "when" instead of "if" in combination with "progn" seems
    preferable,
  - instead of producing multipart headers manually, an analogon to
    the function mm-insert-multipart-headers should be created and used.

-- 
Klaus Straubinger




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-06 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-05 11:09 nnrss-request-article produces multipart articles Klaus Straubinger
2003-05-06 17:12 ` Mark A. Hershberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).