↑日記で日々積み重ねた情報をトップの「わんこのページ」にまとめています。

おのたく日記 [RDF] YouTubeも始めました→


2003-10-17(Fri) この日を編集

良い資料発見「Linux ムービー・動画環境

Linuxでの映像入出力とコンバートについて日本語の解説がある。DivX3→DivX4の資料があるかは、読んでないので分からない。読まなきゃ

woody内にsidを作る。

# apt-get install debootstrap

# wget http://ftp.jp.debian.org/debian/pool/main/d/debootstrap/debootstrap_0.1.17.18_i386.deb

# mkdir debootstrap

# dpkg -x debootstrap_0.1.17.18_i386.deb debootstrap/

# cp debootstrap/usr/lib/debootstrap/script/sid debootstrap/

# mkdir sid-root

# debootstrap sid sid-root http://ftp.jp.debian.org/debian debootstrap/sid

# chroot ./sid-root/

--chroot開始--

# vi /etc/apt/sources.list

deb http://ftp.jp.debian.org/debian/ sid main non-free contrib

deb-src http://ftp.jp.debian.org/debian/ sid main non-free contrib

deb http://non-us.debian.org/debian-non-US sid/non-US main contrib non-free

deb-src http://non-us.debian.org/debian-non-US sid/non-US main contrib non-free

# apt-get update

# exit

--chroot終了--


2004-10-17(Sun) この日を編集

[JDeveloper] ADF JSF Components

8月22日の日記では、EA6だった、Oracle ADF JSF Componentsも、EA8になっている

JDeveloper 10gへのインストール方法は「How To Use ADF Faces With JDeveloper 10g」に記載されている

前にも紹介したかもしれないけど「Dev OJDev: Developing Faces」は、JDeveloper 10gによるはじめてのJSF

[JDeveloper] JSFに関する無料のオンラインセミナー

無料のオンラインセミナーがあるそうだ。Introduction to JSFは、良いかもしれない。(あーでも日本だと夜中ですね)

参照: Online Java Seminars


2005-10-17(Mon) この日を編集

[Podcast] FirstWeblogがiTunes Music StoreのPodcastとして登録された

でも、作者は非公開だし、画像イメージも無し。説明も貧弱。

「どーしてだろー」と、データが入っているPodcastのRSS 2.0 index.xmlを見てみると、itunes:xxxというタグが入っている。

そこで、FirstWeblogのRSS 2.0 Indexテンプレートに以下の項目を追加した。

<rss version="2.0"

xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd"

----途中省略---

<itunes:author>わんこ(WANKO)</itunes:author>

<itunes:category text="Technology">

<itunes:category text="Developers" />

</itunes:category>

<itunes:category text="Audio Blogs" />

<itunes:category text="International">

<itunes:category text="Japanese" />

</itunes:category>

<itunes:explicit>No</itunes:explicit>

<itunes:summary>ソフトウェアエンジニアとして、ディープでテクニカルなLinux, Java関係の話題と共に気に入った音楽を提供します。A Japanese software engineer talks about deep and technical Linux and Java etc. subjects. And my favorite music is also included.</itunes:summary>

<itunes:subtitle>A Japanese software engineer talks about deep and technical issue.</itunes:subtitle>

<itunes:owner>

<itunes:email>takuya@page.on-o.com</itunes:email>

<itunes:name>わんこ (WANKO)</itunes:name>

</itunes:owner>

<itunes:image href="https://on-o.com/FirstWeblog/images/Screenshot-2_small.jpg" />

<itunes:keywords>Java Debian Linux J2EE JDeveloper J2EE japan japanese music podcast podcasting</itunes:keywords>

これで、Appleからスクロールが来るのを待つだけだ。

ところで、Developers(開発者たち)って、このカテゴリで良かったんだっけか?

ついでに、Main IndexテンプレートもRSS 2.0の記述がなかったので追記しておいた。

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<$MTBlogURL$>index.xml" />


Google Web検索 on-o.com内を検索