;;; shimbun-servers.el --- variable setting for shimbun.el

;; This file should be generated by make in emacs-w3m source directory.
;; Regulation of copyright is declared according to the description of
;; shimbun.el.

(defvar shimbun-additional-servers-list nil
  "*A list of the user-defined shimbun servers.  For instance, if you use
the \"sb-foo.el\" module and the \"sb-bar.el\" module for your own purpose,
you can add those server names to this variable as follows:

\(setq shimbun-additional-servers-list '(\"foo\" \"bar\"))")

(defconst shimbun-servers-list
  '("2ch" "airs" "asahi" "asahi-html" "bbdb-ml" "chalow" "cnet" "coldsync"
    "debian" "debian-jp" "dennou" "digiko" "elips" "f1express" "f1fan"
    "geocrawler" "gnome" "h14m" "hns" "ibm-dev" "impress" "japantimes"
    "javaconf" "jpilot" "jpo" "kantei" "kde" "linuxce-jp" "lotusex" "m17n"
    "macosx-jp" "mainichi" "makanai" "marc-aims" "meadow" "mew" "mozilla-jp"
    "muchy" "namazu" "netbsd" "nikkansports" "nikkei" "orca" "palmfan"
    "palmoslove" "pcweb-column" "pilot-link" "pilot-mailsync" "plucker"
    "pocketgames" "quickml" "redhat" "ruby" "savannah" "security-memo"
    "slashdot-jp" "sml" "sourceforge-jp" "sponichi" "squeak-dev" "squeak-ja"
    "tcup" "tdiary" "tdiary-ml" "texfaq" "toshiba" "vinelinux" "w3m-dev"
    "wincefan" "wired" "xemacs" "yahoo" "yomiuri" "yomiuri-html" "zdnet"))

(defun shimbun-servers-list ()
  (append shimbun-servers-list shimbun-additional-servers-list))

(defun shimbun-servers-alist ()
  (mapcar 'list (shimbun-servers-list)))

(provide 'shimbun-servers)

;;; shimbun-servers.el ends here
