久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔
站長百科 | 數(shù)字化技能提升教程 數(shù)字化時代生存寶典
首頁
數(shù)字化百科
電子書
建站程序
開發(fā)
服務(wù)器
辦公軟件
開發(fā)教程
服務(wù)器教程
軟件使用教程
運(yùn)營教程
熱門電子書
WordPress教程
寶塔面板教程
CSS教程
Shopify教程
導(dǎo)航
程序頻道
推廣頻道
網(wǎng)賺頻道
人物頻道
網(wǎng)站程序
網(wǎng)頁制作
云計算
服務(wù)器
CMS
論壇
網(wǎng)店
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航
WIKI使用導(dǎo)航
WIKI首頁
最新資訊
網(wǎng)站程序
站長人物
頁面分類
使用幫助
編輯測試
創(chuàng)建條目
網(wǎng)站地圖
站長百科導(dǎo)航
站長百科
主機(jī)偵探
IDCtalk云說
跨境電商導(dǎo)航
WordPress啦
站長專題
網(wǎng)站推廣
網(wǎng)站程序
網(wǎng)站賺錢
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航專題
云計算
微博營銷
虛擬主機(jī)管理系統(tǒng)
開放平臺
WIKI程序與應(yīng)用
美國十大主機(jī)
編輯“
WordPress:WPMU SVN Repository
”
人物百科
|
營銷百科
|
網(wǎng)賺百科
|
站長工具
|
網(wǎng)站程序
|
域名主機(jī)
|
互聯(lián)網(wǎng)公司
|
分類索引
Xxf3325
(
討論
|
貢獻(xiàn)
)
2008年9月22日 (一) 14:29的版本
(新頁面: === WPMU Core Code === Wordpress MU development code is hosted at Automattic, at http://svn.automattic.com/wordpress-mu/ The latest version can be seen at: http://svn.automattic.com/wor...)
(差異) ←上一版本 |
最后版本
(
差異
) |
下一版本→
(
差異
)
跳轉(zhuǎn)至:
導(dǎo)航
、?
搜索
警告:您正在編輯的是本頁面的舊版本。
如果您發(fā)布該更改,該版本后的所有更改都會丟失。
警告:
您沒有登錄。如果您做出任意編輯,您的IP地址將會公開可見。如果您
登錄
或
創(chuàng)建
一個賬戶,您的編輯將歸屬于您的用戶名,且將享受其他好處。
反垃圾檢查。
不要
加入這個!
=== WPMU Core Code === Wordpress MU development code is hosted at Automattic, at http://svn.automattic.com/wordpress-mu/ The latest version can be seen at: http://svn.automattic.com/wordpress-mu/trunk/ It's possible to see the past state of wpmu releases through wpmu's tags. http://svn.automattic.com/wordpress-mu/tags/ Instead of installing from tgz or zip file, you can get Subversion to look after all the stock files in your installation. This means when a new release comes out you don't need to look through everything to work out what has changed. Instead you can simply ask SVN to update to the latest version. SVN maintains both tagged versions (these roughly correspond to releases), and the HEAD version (latest bleeding edge beta). Unless you are actively developing you are advised to Run of a tagged copy. ==== Running off the SVN head ==== DO NOT DO THIS FOR PRODUCTION INSTALLS. You can run WPMU off the SVN head by: * svn co http://svn.automattic.com/wordpress-mu/trunk/ . * and then running the installation instructions Note the [[WordPress:WPMU Development Methodology]] - there can be bugs trying to run the HEAD of the SVN checkout. ==== Running off a tagged version ==== Rather than running off the HEAD of SVN, which can include unconcluded or incomplete changes, some people favour running off a tagged version, and then, once a later version has been complete and released, switch the install to use a later tag. Tagged versions are selected just like a checkout of the HEAD. * svn co http://svn.automattic.com/wordpress-mu/tags/2.6/ . ==== Updating WPMU to run off a later tag ==== * svn switch http://svn.automattic.com/wordpress-mu/tags/2.6/ This will replace all files that were associated with the tagged files from the repository (in our example, from 1.5.1) to the newer version, 2.6. Naturally you can use the same method to go backwards, to an older version. http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.ref.svn.c.switch === WP Plugin SVN Code === Although the code for (some?) plugins is held in http://svn.wp-plugins.org/ There is no known way of keeping those plugins up to date with the latest stable releases. Note also that whereas wpmu core is under the strict watchful eye of donncha, the plugins repository is open to submission by anyone. You take your chances! === Vendor Branches === Subversion has the mechanism to help you bring in a third party codebase into your own repository. This is described here: * http://svnbook.red-bean.com/nightly/en/svn.advanced.vendorbr.html and here: * http://svn.haxx.se/users/archive-2006-08/0492.shtml It would be useful if someone reconciled this for use with wpmu and wp-plugins and one's own code. Some potentially useful strategies: * [http://64.233.179.104/translate_c?u=http%3A%2F%2Fwww.jeffhung.net%2Fblog%2Farticles%2Fjeffhung%2F1028%2F&langpair=zh-CN|en&hl=en&ie=UTF8 Jeff Hung's SVK method] * [http://protocol7.com/archives/2007/12/26/decent-wp-setup-2/ Niklas Protocol 7's method] Ideally we could do with a strategy that takes the best of these two. Perhaps you'd like to add a how-to onto Codex?
摘要:
請注意,您對站長百科的所有貢獻(xiàn)都可能被其他貢獻(xiàn)者編輯,修改或刪除。如果您不希望您的文字被任意修改和再散布,請不要提交。
您同時也要向我們保證您所提交的內(nèi)容是您自己所作,或得自一個不受版權(quán)保護(hù)或相似自由的來源(參閱
Wordpress-mediawiki:版權(quán)
的細(xì)節(jié))。
未經(jīng)許可,請勿提交受版權(quán)保護(hù)的作品!
取消
編輯幫助
(在新窗口中打開)
取自“
http://kktzf.com.cn/wiki/WordPress:WPMU_SVN_Repository
”