[黑客人生] Google 的 CC 搜尋

雖然 Google 中文版還看不到 CC 搜尋的選項,不過此刻我們已經可以自己做出 CC 搜尋框了:

Google
搜尋所有採用 Creative Commons 授權的作品
搜尋可用於商業使用的作品
搜尋可進行改作的作品
搜尋可用於商業使用、且可進行改作的作品

上面那個搜尋框是這樣做出來的:

<!-- Search Google -->
<form method="GET" action="http://www.google.com/custom">
<table cellspacing="0" border="0">
<tr valign="top"><td>
<a href="http://www.google.com/search">
<img src="http://www.google.com/logos/Logo_40blk.gif" border="0" alt="Google" align="middle"></a>
</td>
<td>
<input type="text" name="q" size="31" maxlength="255" value="">
<input type="submit" name="sa" value="Google 創用 CC 搜尋">
<input type="hidden" name="hl" value="zh-TW" />
<input type="hidden" name="inlang" value="zh-TW" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="radio" name="as_rights" value="cc_publicdomain|cc_attribute" checked /> 搜尋所有採用 Creative Commons 授權的作品<br />
<input type="radio" name="as_rights" value="(cc_publicdomain|cc_attribute).-cc_noncommercial" /> 搜尋可用於商業使用的作品<br />
<input type="radio" name="as_rights" value="(cc_publicdomain|cc_attribute).-cc_nonderived" /> 搜尋可進行改作的作品<br />
<input type="radio" name="as_rights" value="(cc_publicdomain|cc_attribute).-(cc_noncommercial|cc_nonderived)" /> 搜尋可用於商業使用、且可進行改作的作品

</td></tr></table>
</form>
<!-- Search Google -->

jedi.org: