Gnus development mailing list
 help / color / mirror / Atom feed
* [patch] extremely minor aesthetics in nnrss.el
@ 2002-04-24  4:16 Andrew J Cosgriff
  2002-04-24  8:01 ` Andrew J Cosgriff
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew J Cosgriff @ 2002-04-24  4:16 UTC (permalink / raw)



This is entirely frivolous, but now the whole world can know we're
using Gnus to read our RSS feeds.  Instead of this :

somewhere - - [24/Apr/2002:13:52:50 +1000] "GET /blah.rss HTTP/1.0" 200 45224 "-" "Unknown/Unknown URL/p4.0pre.46 (i686-pc-linux; X11)"

we now get this :

somewhere - - [24/Apr/2002:14:07:29 +1000] "GET /blah.rss HTTP/1.0" 200 45224 "-" "OortGnus/0.06 URL/p4.0pre.46 (i686-pc-linux; X11)"


Enjoy,
 Andrew


Index: nnrss.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnrss.el,v
retrieving revision 6.28
diff -u -1 -b -p -r6.28 nnrss.el
--- nnrss.el	2002/02/20 00:15:32	6.28
+++ nnrss.el	2002/04/24 04:13:03
@@ -452,4 +504,6 @@ ARTICLE is the article number of the cur
 (defun nnrss-insert-w3 (url)
+  (let ((url-package-name (replace-in-string (replace-in-string gnus-version " v.*$" "") " " ""))
+    (url-package-version gnus-version-number))
   (mm-with-unibyte-current-buffer
-    (mm-url-insert url)))
+    (mm-url-insert url))))
 


-- 
Andrew J Cosgriff <ajc@polydistortion.net>
surprise sun amnesia hope lies



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

end of thread, other threads:[~2002-04-29  1:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-24  4:16 [patch] extremely minor aesthetics in nnrss.el Andrew J Cosgriff
2002-04-24  8:01 ` Andrew J Cosgriff
2002-04-27 17:36   ` ShengHuo ZHU
2002-04-29  1:19     ` Andrew J Cosgriff

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).