Syndicate this site ATOM (XML) Syndicate this site RSS 2.0 (XML)

« at 甘粛省蘭州 on 20/Jul/1999 | Blog's TOP | at 甘粛省蘭州>張掖 on 21/Jul/1999 »

Creative Commons License

Category : [Movable Type]
Posted by snotch at February 14, 2003 3:37 PM
MovableType 2.6 upgrade -Creative Commons License-


MovableType 2.6 にバージョンアップしました

version2.6からは、CreativeCommonsライセンスを自分のweblogに簡単に反映させることが出来るようになったようです。「BLOGの設定」にて希望するライセンスを選択するだけで、その選択したライセンスに関するメタデータをweblogページとRSSファイルに、自動的に加えてくれます。

もし、旧バージョンからアップグレードした場合には、[Creative Commons tags]をテンプレートに組み込んでやる必要があります。

1.Main Index template の<head>セクションに下記のマークアップを挿入してやります
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>

2.Main Index template の<body>セクションに下記のマークアップを挿入してやります。挿入した位置に、ロゴ、ステートメント、リンクが表示されます。
<MTBlogIfCCLicense>
<div class="syndicate">
<a href="<$MTBlogCCLicenseURL$>"><img alt="Creative Commons License" border="0" src="<$MTBlogCCLicenseImage$>" /></a>
<MT_TRANS phrase="This weblog is licensed under a"> <a href="<$MTBlogCCLicenseURL$>">Creative Commons License</a>.
</div>
</MTBlogIfCCLicense>

3.RSS 1.0 templateを、http://www.movabletype.org/default_templates.shtml#rss_10_indexからコピーしてきて現在のものと置き換えます。
もし、RSSについてよく理解しているなら、下記の名前空間をテンプレートに追加します。
xmlns:cc="http://web.resource.org/cc/"

さらに、下記のマークアップを<channel>要素に追加します。
<MTBlogIfCCLicense>
<cc:license rdf:resource="<$MTBlogCCLicenseURL$>" />
</MTBlogIfCCLicense>


4.Individual Archive templateの<head>セクションに下記のマークアップを挿入してやります
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>

TrackBack

Listed below are links to weblogs that reference Creative Commons License:

» Creative Commons License from talk to oneself 2
Quoted from daily bLog by snotch: MovableType 2.6 upgrade-Creative Commons License CreativeCommonsライセンスを自分のweblogに反映させることが出来ます。  上記リンク先を参考に、CreativeCommonsライセンスが挿入されるようにしてみた。2.6からの新機能だ。  上... [Read More]

» MovableType 2.6 upgrade-Creative Commons License from Seeds Species Spaces -Com/Pub/Don Design-
daily bLog by snotch: MovableType 2.6 upgrade-Creative Commons License [Read More]

Comments

ところで、

JBA会員へのRSSリンクを整備しよう
http://jba.ja.bz/archives/000103.php

っていうのやってるんですけど、
会員リストってありますよね?URL付きの。
暇をみて整理したいと思うんで、いただけませんか?