LifeType 外掛 – rightschooser 授權方式選擇器

名稱: 授權方式選擇器

版本: 0.9

下載連結http://prdownloads.sourceforge.net/lifetype/rightschooser.zip | rightschooser.zip (開啟頁面後請至左上處點選檔案→下載)

程式授權: GPL

作者Bill Yuan-yao Shih

用途

這個外掛讓你可以為你自己的網誌選擇一種適合的授權條款,並且將相關資訊顯示在你想要的地方。

設定

你可以使用:

  1. $rightschooser->isEnabled() 來檢查外掛是否有啟動。
  2. $rightschooser->getHtml() 直接向Creative Commons網站取得相關的HTML及RDF代碼。
  3. $rightschooser->showCustomHtml() 來顯示自訂的HTML代碼。
  4. $rightschooser->showCustomRdf() 來顯示自訂的RDF代碼。

範例:

將下列的代碼放在你想要顯示的地方:

  1. {if $rightschooser->isEnabled()}

  2. {$rightschooser>getHtml()}
  3. {/if}

或者是自訂樣式 (你可以修改定義在 pluginrightschooser.class.php 檔案的原始碼來自定輸出的HTML及RDF代碼,但如果你對PHP並不熟悉,那用 $rightschooser->getHtml() 就可以了):

  1. {if $rightschooser->isEnabled()}

     

  2. {$rightschooser>showCustomHtml()}
  3. {$rightschooser>showCustomRdf()}
  4. {/if}

注意事項

  1. 目前這版本只能從Creative Commons條款選擇其一,尚無支援其他授權條款。
  2. 使用IE時,可能會出現錯誤的條款敘述,目前尚無解決辦法,請改用FF;或從IE的語言設定,將英文的優先順序暫時提到中文之前,等到 選擇完畢之後,再改回來即可。
1 Star2 Stars3 Stars4 Stars5 Stars ( 尚未有人評價 )
Loading...

發佈留言

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

  

  

  

*

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料