[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Virtual class to handle an article which consists of multiple pages
- From: TSUCHIYA Masatoshi <tsuchiya@xxxxxxxxxx>
- Date: Wed, 12 Jul 2006 18:46:30 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 08778
Hi,
I have just implemented `sb-multi.el' which is a virtual class to
handle an article which consists of multiple pages. If you want to
use it in your backend, only two steps are required:
(1) mix `shimbun-multi' class in your backend as follows:
(require 'sb-multi)
(luna-define-class shimbun-foo (shimbun-multi shimbun) ())
^^^^^^^^^^^^^
(2) define `shimbun-multi-next-url' method to find URLs of multiple
pages.
Enjoy,
というわけで,久々に現実逃避して,複数ページからなる記事を扱うための
sb-multi.el という仮想クラスを作成しました.そして,この仮想クラスを使っ
て,@IT の記事で複数ページからなる場合に対応してみました.
もう少し,記事の整形などをまじめにやった方が見た目が良くなるのですが,
時間を使い果たしたので,とりあえずの版を commit しておきます.もし,や
る気のある方がいらっしゃったらお願いしたいです.
--
TSUCHIYA Masatoshi