May 14, 2004

blosxomのplugin投入中。

色々投入中…。 Seemorelist_title_at_month pluginを入れてみました。 Seemoreは、<!-- more -->をエントリに挿入することで“続きを読む”リンクを入れられるプラグイン。 list_title_at_month pluginは、月間のエントリをリスト形式で出力するプラグインです。

Lazy Days(blosxom関連の諸々を検索している最中に見つけたのだが、ブックマークするのを忘れていて、うろ覚えで"blosxom 松戸 二郎"なんてキーワードでググったのはナイショだ。)のエントリを参照にしました…。 以下、ほぼ自分用の覚え書き。

ファイル"config.cgi"

# デフォルトのフレーバー名
$default_flavour = "html";



# デフォルトのフレーバー名
$default_flavour = "html";

# 個別リンクのフレーバー名
$permalink_flavour = "htm";

ファイル"seemore"(pluginディレクトリに入れる)。 オリジナルは、続きを読む時、"〜?seemore=y"って言う変なアンカーなので、Movable Type(MT)と同じように"〜#more"と言うアンカーにする改造。

error divider <hr class="seemore">\n
error showmore <p><a href="$blosxom::url$path/$fn.$blosxom::flavour?seemore=y" class="seemore">See more ...</a></p>\n
rss showmore <p><a href="$blosxom::url$path/$fn.$blosxom::default_flavour?seemore=y" class="seemore">See more ...</a></p>\n



error divider <a id="more" name="more"></a>\n
error showmore <p><a href="$blosxom::url$path/$fn.$blosxom::permalink_flavour#more">続きを読む...</a></p>\n
rss showmore <p><a href="$blosxom::url$path/$fn.$blosxom::permalink_flavour#more">続きを読む...</a></p>\n

ファイル"list_title_at_month"(pluginディレクトリに入れる)

my $url = qq!$blosxom::url$path/$fn.$blosxom::default_flavour!;



my $url = qq!$blosxom::url$path/$fn.$blosxom::permalink_flavour!;

うっ

そんな言葉でググらなくても…_| ̄|○

Posted by Lazy Daysの人 at 2004/05/15 (Sat) 01:36:26

おっ

色々参考にさせていただいております。自分、二郎@松戸の近所に住んでるんで、あのエントリにインパクトあったんですよね…。

Posted by 真吾@管理人 at 2004/05/15 (Sat) 11:16:00

seemore プラグイン導入

「続きを読む」ってやつをやってみたくて,ここの記事を見ながら導入。

Posted by Unio::Blog at 2005/03/13 (Sun) 11:23:01

Hello,
Just wondering if anyone could help. I did something stupid and started my blog using a numerical archive system, and now I&#39;d like to change it so that the post title is part of the URL for SEO reasons. Is there any Wordpress plugins that anyone knows of that could switch it without sending Googlers to invalid pages? Maybe some sort of redirector to the correct page?

Thanks.

Posted by at 2006/11/01 (Wed) 08:12:40

OK, welcome.
You don't have to wonder. Don't mind such an SEO thing. No one reads, knows, approves and needs your blog.

Posted by Shingo@master at 2006/11/01 (Wed) 21:48:51
http://halflite.net/d/web/d04051403.trackback

writeback message: Ready to post a comment.