We'll be back soon! Our site is currently undergoing maintenance. Please check back later.
Trac月使えば大抵揃ったりしますが。 管理系 WebAdminPlugin Tracの設定変更をTrac上から行えるようにするプラグイン。Tracを管理するなら必須に近い。 AccountManagerPlugin 各ユーザ自身でパスワードの変更・管理等を行えるようにするプラグイン。設定によっては誰でもアカウントを追加できるようになるため注意が必要。 外部制御系 XmlRpcPlugin 名前の通り、XML-RPCでのTrac制御を可能にするプラグイン。EclipseのMylarとTracを連携する時などに。 HttpAuthPlugin httpアクセス時の強制認証を有効にするプラグイン。XmlRpcPluginを使ってMylarとの連携を行う場合、このプラグインも導入しないと正しく認証が行われない。 Wiki関連 TracNav Tracナビゲーションバー(バーと言うよりボックスだが
Latest news 20 January 2009 - Update for MAC OS X: Google has updated the picasa button API (thx to B. Quorning). A new parameter called bundleid is needed for MAC. I have updated the picasa2flickr button 27 September 2008 - Picasa 3 update: Google has updated Picasa 3, latest version (3.0.0 build 57.24,0) is now working well without any workaround, so simply install the "regular" picasa2flickr bu
PowerPoint animation photo-realistic 3D transition effects PowerPlugs: Transitions 93% of Fortune 1000 companies use our PowerPoint Products Standing Ovation Award Winner: Best PowerPoint Template Collection 200,000+ satisfied customers worldwide! 100% satisfaction guatantee - or send it back for a refund! Sign up for our free newsletter! You'll get news about our PowerPoint-enhancing product line
It’s out in the wild. Convert your WordPress 2.x installation into a full featured photoblog in virtually no time. Use the full range of WordPress functions and plugins: Benefit from the big community WordPress has to offer. What is YAPB / What can you expect? A non invasive WordPress-plugin that converts wp into a easy useable photoblog system Easy image upload – All wordpress post-features can b
特定カテゴリの記事をTOPページに表示するプラグイン 4 月 18th, 2006 WordPress Plugins 先日、WebCron + Yet Another DailyDelicious hack で daily blog posting で Del.icio.us でブックマークしたものが毎日投稿されるようになったのですが、毎日その他の記事を投稿するほどの余裕がないことで TOP ページにやたらと daily blog posting が表示されるようになってしまいました。 そこで、daily blog posting は特定カテゴリに投稿させるようにしているので、このカテゴリの記事のみをTOPページに表示させないような方法はないかとネットで情報を探していたところ、ちょうどいいプラグインを見つけました。 Page Filter Plugin このプラグインの便利なところは
WP-Plugin: Snap Preview Anywhere Topic started 1 year ago 1 posts so far Latest reply from Ajay Snap released a new feature that lets you display thumbnail for links on your website. It is called Snap Preview Anywhere<sup>TM</sup>. I've released a plugin that makes it extremely easy for you to add the code to your WordPress Blog. Presenting Snap Preview Anywhere<sup>TM</sup> Plugin for WordPress!
Captcha security check aoina.com is for sale Please prove you're not a robot View Price Processing
サイトマップ お問い合わせ 本文へ遷移 サイト内検索 検索フォーム 検索語句 記事 タグ 送信ボタン Home ツール 携帯情報 携帯サイト 用語集 PHP その他 現在位置: Home > Web制作 > 関連記事を表示するWordPressプラグイン「UTW mod Related Post」 作成日時: 2006年 > 11月 > 1日 (最終更新日: 2006年12月01日 13時18分) 関連記事を表示するWordPressプラグイン「UTW mod Related Post」 6 6 1 1 0 0 0 WordPressで現在表示している記事に関連した記事を表示する為のプラグインUTW mod Related Postのご紹介です。なお、このプラグインはUltimate Tag Warriorというタグ付けが出来るようになるプラグインにより生成されたタグを元に関連度を計算
SDKのアーカイブにあるTemplate.defを(例えばSample.defとかに変えて)、プロジェクトのディレクトリにコピーする。 Sample.defをプロジェクトへ追加する。 プロジェクト内から1つ上のディレクトリに在るBeckyAPI.cppをプロジェクトへ追加する。(必要であればBkCommon.cppも追加する) コーディングする。 Beckyから呼ばれるコールバック関数(BKC_Onなんちゃら)が色々あるので、自分がやりたい事に適した関数を探して その中身をコーディングすることになる。どんなものがあるかはヘルプ参照。 ビルド(コンパイル・リンク)する。 生成されたDLLを Beckyのプラグインのディレクトリにコピーする。(カスタムビルドの定義をしておくと自動化できる) テスト・動作 Beckyを起動する。 作成したプラグイン(DLL)を初めて入れたときには、「プラグインの
lib/Plagger/Plugin/Publish/Delicious.pm package Plagger::Plugin::Publish::Delicious; use strict; use base qw( Plagger::Plugin ); use Net::Delicious; use Encode; use URI::Escape qw(uri_escape uri_escape_utf8); our $VERSION = '0.01'; sub register { my($self, $context) = @_; $context->register_hook( $self, 'publish.entry.fixup' => \&add_entry, ); $self->initialize(); } sub initialize { my ($self) = @
Blog Search when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${entry.path} [in template "__entry.ftlh" at line 3, column 25] - Reached through: #include "__entry.ftlh" [in template "entry.ftlh" at
日曜は、Plagger を初めてちゃんとさわってみました。 Plagger の概略は、miyagawaさん自身による このYAPC::NAのPDF がわかりやすいです。要するに、 『ネットからフィードなどを集める → (ごにょごにょする) → 出力する』をするものです。 この「集める」や「ごにょごにょ」や「出力」の部分に、ブロックを重ねるようにしてモジュールを重ね、自分の好きな起承転結にできるという点が実に Perl ぽい着想です。風がふけば桶屋がもうかるフレームワークと呼んでいます。 Subscription::Bloglines / Publish::Gmail まあ、まずは普通に使ってみようということで、「Bloglines から集める」→ (エントリごとに分割、RSS 広告除去、本文の内容をできるだけ収集→ Bloglines、Delicious へのリンク付与、はてブ登録数付与)
はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28
Net::Deliciousでall_posts取得してるだけです.データ量にもよるけど、まとめて取ってくるのでFetch時間かかります.取得したらStore::DBIC等で保存しておけば良いかと. package Plagger::Plugin::CustomFeed::DeliciousBackup; use strict; use base qw( Plagger::Plugin ); use Plagger::Tag; use Net::Delicious; sub register { my($self, $context) = @_; $context->register_hook( $self, 'subscription.load' => \&load, ); } sub load { my($self, $context) = @_; my $feed = Plagger
はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28
Software Error:Process Error Template Toolkit error: undef error - Undefined subroutine &URI::Escape::escape_char called at /usr/lib/perl5/site_perl/5.8.5/URI/_query.pm line 16. at /usr/lib/perl5/site_perl/5.8.5/Spoon/Base.pm line 110 Spoon::Base::__ANON__('Undefined subroutine &URI::Escape::escape_char called at /usr...') called at /usr/lib/perl5/site_perl/5.8.5/URI/_query.pm line 16 URI::_query:
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く