14,953
edits
| Line 20: | Line 20: | ||
=== 授權協議的選擇 === | === 授權協議的選擇 === | ||
* MediaWiki安裝時可以選擇未選(即copyright reserved)、[http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License]、[http://creativecommons.org/ Creative Commons]等[[Wiki:General_disclaimer|協議]] | * MediaWiki安裝時可以選擇未選(即copyright reserved)、[http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License]、[http://creativecommons.org/ Creative Commons]等[[Wiki:General_disclaimer|協議]] | ||
* 更新到1.3.10時,面臨到我無法維持[http://creativecommons.org/licenses/by-nc/2.0/ by-nc]較為寬鬆協議的設定,比較接近的協議是[http://creativecommons.org/licenses/by-nc-sa/2.0/ by-nc-sa],所以將自動產生的LocalSettings. | ** 更新到1.3.10時,面臨到我無法維持[http://creativecommons.org/licenses/by-nc/2.0/ by-nc]較為寬鬆協議的設定,比較接近的協議是[http://creativecommons.org/licenses/by-nc-sa/2.0/ by-nc-sa],所以將自動產生的LocalSettings.php手動更改 | ||
** 更新到1.4.8時,使用NotepadPlus編輯器更改LocalSettings.php<strike>,,造成[http://mail.wikipedia.org/pipermail/mediawiki-l/2005-May/005279.html LocalSettings.php檔案crash]所以授權協議沒有更改</strike>,記得選擇格式:編譯成UTF-8(無[http://www.unicode.org/faq/utf_bom.html#BOM BOM]),就可以順利更改 2005-09-24 | |||
$wgRightsUrl = "http://creativecommons.org/licenses/by-nc/2. | $wgRightsUrl = "http://creativecommons.org/licenses/by-nc/2.5/deed.zh_TW"; | ||
$wgRightsText = "姓名標示-非商業性"; | $wgRightsText = "姓名標示-非商業性"; | ||
=== subdomain 的額外設定 === | === subdomain 的額外設定 === | ||