久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

WordPress:WPMU FAQs

來自站長百科
跳轉(zhuǎn)至: 導(dǎo)航、? 搜索

Why would you guys give this away?[ ]

你們?yōu)槭裁匆赃@種方式給予?[ ]

Because we're strong believers in Open Source, and we know that the best things in life are free.

因為我們堅信開放源碼,而且我們知道生活中最美好的事情是免費。

How much code does it share with regular WordPress?[ ]

與一般的WordPress分享多少代碼?[ ]

Basically WordPress MU is a wrapper around the core WP code that virtualizes multiple blogs. The code that differs is in some bootstrap files, and administration for multiple blogs and users. It's tough to say exactly what percentage of the total code this comprises, but it'd be safe to say that 95-99% of MU is core WP.

基本而言,WordPress MU是WP核心代碼周圍的wrapper,虛擬化多個博客。不同的代碼在一些bootstrap文件中,而且管理多個博客和用戶。很難說,MU包含多大比例的總代碼,但是可以肯定地說,95-99%的MU都是核心WP。

Can blogs have multiple authors?[ ]

博客可以擁有多個作者嗎?[ ]

You can have unlimited blogs, with unlimited authors on them, and even users who don't have any blogs at all. Users can have different roles (editor, admin, author) on different blogs. The possibilities are only limited by your imagination.

即使用戶沒有多少博客,你可以擁有無限多個博客,無限多個作者。用戶在不同的博客上,可以擁有不同的角色(編輯,管理,作者)。各種可能性只會受到你的想象力的限制。

Do plugins work?[ ]

插件能夠運行嗎?[ ]

Plugins work just like in regular WordPress, they can be activated and deactivated on a per-blog level. We have something extra called "mu-plugins" which auto-executes any PHP file in that directory, like plugins that are enabled by default. Most plugins work, but some that modify core tables or create tables of their own in the DB might have difficulties, depending on how they're coded. Best way to find out is to test!

插件就如一般的WordPress那樣運行,在每個博客上可以激活插件或者取消運行插件。我們還有稱為"mu-plugins"的插件,自動執(zhí)行那個目錄中的任何PHP文件,就如插件是默認激活的那樣。大多數(shù)插件運行,但是有的更改了核心表格或者在DB中創(chuàng)建了自己表格的插件可能會有問題,這取決于插件的編碼方式。最好的方法是測試!

Do themes work?[ ]

主題能夠運行嗎?[ ]

In theory a theme could work with WP but not MU, but we've never run into one. So yes, all themes work.

理論上來說,主題可以與WP一起運行但是不可以與MU一起運行,但是我們從沒有遇到過這個問題。那么,對,所有的主題都能夠運行。

Does it support regular domains in addition to sub-domains?[ ]

MU既能夠支持一般的域名又能夠支持子域名嗎?[ ]

Sure, to MU a domain is just a domain. You can configure it to respond to any top-level domains or subdomains.

當(dāng)然,對于MU而言,域名僅僅是個域名。你可以配置域名,回應(yīng)任何高級別的域名或者子域名。

Can I use Akismet spam protection?[ ]

我能夠使用 Akismet 反垃圾廣告嗎?[ ]

Of course. The latest version of Akismet allows you to hardcode a key into the plugin file and you can put that into your mu-plugins directory to auto-enable it for all your users. However we highly recommend you get at least a Pro-blogger API key for your install and consider the enterprise licenses.

當(dāng)然能。最新版本的Akismet能夠使你將key hardcode進插件文件,你可以將這個插件文件放入你的mu-插件目錄,為你所有用戶自動激活。然而,我們強烈建議你為你的WU至少獲取一個Pro-blogger API key并且考慮企業(yè)許可。

What sort of hardware does it need?[ ]

WPMU需要哪種類型的硬件?[ ]

This is a tricky question, it really depends on how many blogs you expect to host, an how many pageviews you expect to get. A single box running both web and MySQL will get you pretty far, probably to about 10-20 thousand blogs. Get something reasonably fast with RAID 5 hard drives. If or when that starts to strain, simply split MySQL and Apache on to one box each, and update the wp-config file as necessary. Always get the best stuff you can afford, and if people are trusting you with their blog make sure to keep backups.

這是個難以回答的問題,這主要取決于你希望托管多少個博客,你希望得到多少個網(wǎng)頁瀏覽。一個既運行網(wǎng)絡(luò)又運行MySQL的單一的框,大概能夠使你運行1到2萬個博客。使用RAID 5硬盤會加快速度。如果開始遇到麻煩,只要將MySQL和Apache各自分到一個框,如果需要的話,再更新wp-config文件??偸翘峁┠隳軌虻玫降淖詈玫臇|西,如果人們開始信任你托管他們的博客,確定要備份。

Does it scale? (Also: The way you do your databases and tables doesn't scale!)[ ]

Does it scale? (即:你處理你的數(shù)據(jù)庫和表格的方式doesn't scale!)[ ]

WordPress MU creates tables for each blog, which is the system we found worked best for plugin compatibility and scaling after lots of testing and trial and error. This takes advantage of existing OS-level and MySQL query caches and also makes it infinitely easier to segment user data, which is what all services that grow beyond a single box eventually have to do. We're practical folks, so we'll use whatever works best, and for the 400k and counting on WordPress.com, MU has been a champ.

WordPress MU為每個博客創(chuàng)建表格,經(jīng)過了許多測試和反復(fù)試驗后,我們發(fā)現(xiàn)這樣最利于插件兼容性和scaling。這利用了當(dāng)前的OS-level和MySQL查詢儲存而且使得分段用戶數(shù)據(jù)變得非常簡單,這是不止在一個框中發(fā)展的所有服務(wù)必須執(zhí)行的操作。我們都比較實際,因此我們使用運行最好的,and for the 400k and counting on WordPress.com, MU has been a champ.

See also WordPress:How to Scale WPMU

也看看怎樣Scale WPMU

I know WordPress, can I develop for WordPress MU?[ ]

我了解WordPress, 我能夠開發(fā)WordPress MU嗎?[ ]

The two are overwhelmingly similar, so if you know one the other should feel pretty comfortable.

WP和WPMU非常相似,如果你了解其中一個,對了解另一個非常有用。

Is there an enterprise version?[ ]

有enterprise version嗎?[ ]

KnowNow WordPress Enterprise Edition caters to Fortune 500 companies and may be a good fit.

KnowNow WordPress Enterprise Edition適合500個幸運的公司而且很合適。

What if I'm not Fortune 500 and just want commercial support?[ ]

如果我不屬于那500個幸運的公司,但是想要商業(yè)支持,我應(yīng)該怎么辦?[ ]

If your needs are enterprisey, the Automattic Support Network supports WordPress MU and has all the feel-good enterprise stuff. If that's too expensive, your best bet would probably be finding a WordPress-savvy consultant. Of course, there will always be free support on the forums.

如果你的要求是商業(yè)性的,Automattic 支持網(wǎng)絡(luò)支持WordPress MU以及所有的feel-good enterprise stuff。如果這太貴了,你最好咨詢了解WordPress的咨詢?nèi)藛T。當(dāng)然,論壇上經(jīng)常有免費的支持。

How do you pronounce WordPress MU[ ]

你怎樣讀WordPress MU[ ]

The popular pronunciation is to say the letters separately, like EM-YEW. The original intention was for the name to include the μ symbol and to be pronounced "mew". If you're feeling bovine, you can also say "WordPress Mooooo".

最流行的讀法是單獨地讀出字母,就如EM-YEW。起這個名字的最初意圖是要包含μ符號,并且讀作"mew"。如果你有耐心,你也可以讀作"WordPress Mooooo"。

Please add FAQs as you see fit.

如果你覺得合適,請?zhí)砑映R妴栴}解答。