Variable: gnus-gmane-group-download-format

gnus-gmane-group-download-format is a customizable variable defined in gnus-group.el.gz.

Value

"http://download.gmane.org/%s/%s/%s"

Documentation

URL for downloading mbox files.

It must contain three "%s". They correspond to the group, the minimal and maximal article numbers, respectively.

This variable was added, or its default value changed, in Emacs 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
;; FIXME: This URL no longer works.
(defcustom gnus-gmane-group-download-format
  "http://download.gmane.org/%s/%s/%s"
  "URL for downloading mbox files.
It must contain three \"%s\".  They correspond to the group, the
minimal and maximal article numbers, respectively."
  :group 'gnus-group-foreign
  :version "23.1" ;; No Gnus
  :type 'string)