名稱: 授權方式選擇器 版本: 0.9 下載連結: http://prdownloads.sourceforge.net/lifetype/rightschooser.zip | rightschooser.zip (開啟頁面後請至左上處點選檔案→下載) 程式授權: GPL 作者: Bill Yuan-yao Shih 用途 這個外掛讓你可以為你自己的網誌選擇一種適合的授權條款,並且將相關資訊顯示在你想要的地方。 設定 你可以使用: $rightschooser->isEnabled() 來檢查外掛是否有啟動。 $rightschooser->getHtml() 直接向Creative Commons網站取得相關的HTML及RDF代碼。 $rightschooser->showCustomHtml() 來顯示自訂的HTML代碼。 $rightschooser->showCustomRdf() 來顯示自訂的RDF代碼。 範例: 將下列的代碼放在你想要顯示的地方: /** * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann * (http://qbnz.com/highlighter/ and http://geshi.org/) */ .smarty.code .de1, .smarty.code .de2 {font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;} .smarty.code {font-family:monospace;} .smarty.code .imp {font-weight: bold; color: red;} .smarty.code li, .smarty.code .li1 ...