本館粉絲專頁

使用者:Swdsyu/我的參考資源:修訂版本之間的差異

分享此網頁到Facebook
分享此網頁到Plurk
分享此網頁到百度搜藏
分享此網頁到Twitter
分享此網頁到Del.icio.us
最近作者:Swdsyu 2005年12月14日 (星期三)10:31 ;歷來作者:163.13.1.193
台灣棒球維基館
跳轉到: 導覽搜尋
 
(由1名用戶作出的9個中途修訂版本未被顯示)
第19行: 第19行:
 
* Ward Cunningham的訪問
 
* Ward Cunningham的訪問
 
** I : [http://www.artima.com/intv/wiki.html Exploring with Wiki]
 
** I : [http://www.artima.com/intv/wiki.html Exploring with Wiki]
** II : [http://www.artima.com/intv/wiki2.html Getting the Big Picture]
+
** II : [http://www.artima.com/intv/ownership.html Getting the Big Picture]
 
** III : [http://www.artima.com/intv/clay.html Working the Program]
 
** III : [http://www.artima.com/intv/clay.html Working the Program]
 
** IV : [http://www.artima.com/intv/extreme.html To Plan or Not To Plan]
 
** IV : [http://www.artima.com/intv/extreme.html To Plan or Not To Plan]
第38行: 第38行:
 
* 商業類
 
* 商業類
 
** [http://www.atlassian.com/software/confluence/default.jsp Confluence–the Enterprise Wiki]
 
** [http://www.atlassian.com/software/confluence/default.jsp Confluence–the Enterprise Wiki]
 +
 +
==特殊事件==
 +
*中國大陸封鎖維基百科事件
 +
** 維基百科說法
 +
***[http://zh.wikipedia.org/wiki/%E4%B8%AD%E5%9B%BD%E5%A4%A7%E9%99%86%E5%B0%81%E9%94%81%E7%BB%B4%E5%9F%BA%E7%99%BE%E7%A7%91%E4%BA%8B%E4%BB%B6 中國大陸封鎖維基百科事件]
 +
** 相關資料
 +
***[http://digi.it.sohu.com/20050507/n240036359.shtml 維基百科:重新闡釋開放與中立]
 +
***[http://zh.wikipedia.org/wiki/%E4%B8%AD%E5%9B%BD%E7%BD%91%E7%BB%9C%E5%AE%A1%E6%9F%A5 中國網路審查]
 +
 +
==Tools==
 +
*[http://meta.wikimedia.org/wiki/Importing_a_Wikipedia_database_dump_into_MediaWiki Importing_a_Wikipedia_database_dump_into_MediaWiki]
 +
*[http://meta.wikimedia.org/wiki/Xml2sql Xml2sql]
 +
*[http://de.wikipedia.org/wiki/Wikipedia:Download/xml2sql Wikipedia:Download/xml2sql]
 +
*[http://meta.wikimedia.org/wiki/Data_dumps Data_dumps]
 +
*[http://www.wikisign.org/ 查詢維基百科資料庫的線上工具]
 +
*[http://qqq.cht.com.tw/webform/index.htm 中華電信研究所網路問卷e點靈]
 +
==資料庫下載檔案==
 +
 +
importDump.php
 +
 +
MediaWiki 1.5 and above includes a command-line script 'importDump.php' which can be used to
 +
 +
import an XML page dump into the database. This requires first configuring and installing MediaWiki.
 +
 +
It's also relatively slow; to import a large Wikipedia data dump into a fresh database you
 +
 +
should consider mwdumper, below.
 +
 +
*pages_articles.xml
 +
**Contains current version of all article pages, templates, and other pages
 +
**Excludes discussion pages ('Talk:') and user "home" pages ('User:')
 +
**Recommended for republishing of content.
 +
*pages_current.xml
 +
**Contains current version of all pages, including discussion and user "home" pages.
 +
*pages_full.xml
 +
**Contains complete text of every revision of every page (can be very large!)
 +
**Recommended for research and archives.

2005年12月14日 (三) 10:31的最新修訂版本

目次

[編輯] 維基百科

[編輯] 相關文獻

[編輯] wiki engine下載

[編輯] 特殊事件

[編輯] Tools

[編輯] 資料庫下載檔案

importDump.php

MediaWiki 1.5 and above includes a command-line script 'importDump.php' which can be used to

import an XML page dump into the database. This requires first configuring and installing MediaWiki.

It's also relatively slow; to import a large Wikipedia data dump into a fresh database you

should consider mwdumper, below.

  • pages_articles.xml
    • Contains current version of all article pages, templates, and other pages
    • Excludes discussion pages ('Talk:') and user "home" pages ('User:')
    • Recommended for republishing of content.
  • pages_current.xml
    • Contains current version of all pages, including discussion and user "home" pages.
  • pages_full.xml
    • Contains complete text of every revision of every page (can be very large!)
    • Recommended for research and archives.