[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Virtual class to handle an article which consists of multiple pages



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