This article is also available in English!
什么是 BeZ?
- BeZ 是一种优化版本的 BlogEngine,添加了一些非官方功能、Bug 的修正,以及整合了一些有用的插件。
有什么不同?
- 当 BeZ 发布在一个虚拟子目录中时, BeZ 可以删除 URL 中的虚拟子目录名。比如,你将博客安装在主机的 \myblog 目录,你希望 URL 显示为 http://www.myhost.com/mypost.aspx,但是事实上他们却显示成了 http://www.myhost.com/myblog/myblog.aspx,你对此不爽的时候就可以让 BeZ 帮你搞定。
- 如果一个 Bug 在最近可能不会发布修正的版本,BeZ 会做一些非官方的 Bug 修正。
- 改进对多语言的支持程度。
- 整合了一些有用的扩展插件。
更详细的说明(相对于 BlogEngine 1.5.0.0 RC1)
- 从 URL 中删除虚拟子目录名(当该功能启用时)
- 完全汉化(而且重新汉化)的简体中文资源(但不等于界面就没有英文了)。
- 编辑文章时文字更大
- 编辑文章和 Textbox widget 时 tinyMCE 工具栏显示更多功能按钮
- 文章列表中显示页码
- BreakPostEx 插件,支持自定义提示标签。
- MPlayer 插件,允许播放 mp3, flv 和 pls 文件,可自定义播放器目录和音乐文件目录。
- PlainText 插件
- YouTube 插件
- 修正发表留言时的一些 JavaScript 错误
- 修正 Tracking Script 没有插入页面的 bug
- 修正 Indigo 主题的一个 Bug
安装指导
- 如果你从现有的 BlogEngine 升级到 BeZ,切记不要覆盖原来的 APP_DATA,除非你的本意就是要覆盖它。
- BeZ 只是一个 BlogEngine 的优化版本,详细的安装步骤应该参考 BlogEngine 手册。
根据你的 IIS 版本,也许你愿意看看下面的一些指引
- IIS 6:
- 复制所有文件到虚拟目录,设置该虚拟目录为应用程序根目录,就这么简单。
- IIS 7 经典模式:
- IIS 7 集成模式:
- 复制所有文件到虚拟目录,设置该虚拟目录为应用程序根目录,删除(或改名)Web.Config 文件,然后再把 IIS7-Web.Config 改名为 Web.Config。
如何开启虚拟子目录修正功能?
如何使用 MPlayer 插件?
- 在你想要插入音乐文件的地方,输入:
XXX 为 "my_musics" 文件夹中的一个文件。
- 如果你不想要把文件放在 "my_music" 文件夹里,比如你想要放在 "files\media" 里,你可以进入博客的 Extensions 设置页,编辑 MPlayer 设置,输入"files\media" (不包括双引号)然后保存即可。
如何自定义 "[more]" 显示的标签?
如何使用 PlainText 插件?
下载

What is BeZ?
What is different?
- BeZ can remove the virtual sub-directory name from the URL when deploying BlogEngine in a virtual sub-directory. For example, you install the blog in \myblog on your host, you are expecting URLs to be shown as http://www.myhost.com/mypost.aspx, but they aren't, they are shown as http://www.myhost.com/myblog/mypost.aspx, you're unhappy, then BeZ can make you happy.
-
BeZ makes unoffical bug fixes, when bug fix cannot be shipped with a near release.
-
BeZ imporves multi-language in BlogEngine.
-
BeZ integrates some useful extensions.
More details in this version (vs BlogEngine 1.5.0.0 RC1):
- Removes virtual sub-directory name from URLs (when this feature turns on).
- Completely translated (and re-translated) Simplified Chinese resource.
- Larger font when editing a post.
- Displays more function buttons when editing a post and editing the Textbox widget.
- Page numbers in post list.
- BreakPostEx extension, similar to BreakPost but adds any missing closing tags to maintain valid XHTML, customizable [more] label.
- MPlayer extension, plays *.mp3, *.flv, *.pls, customizable player directory and music file directory.
- PlainText extension.
- YouTube extension.
- Fixes bugs of JavaScript when posting comments.
- Fixes the bug of tracking script is not being inserted.
- Fixes a bug in Indigo theme.
Installation instructions:
-
If you're upgrading an existing BlogEngine to BeZ, please note DO NOT overwrite your old APP_DATA folder, EXCEPT you're planning to overwrite it.
-
BeZ is only a tweaked version of BlogEngine, the installation steps are the same as BlogEngine's, please follow BlogEngine's installation manual to setup a new installation.
Depending on your IIS version, you might be interest to read the following instructions:
-
Installing on IIS6:
-
Installing on IIS7, running classic mode
-
Installing on IIS7, running integrated mode
-
Copy all files to the virtual directoy, setup the virtual directory as an application root.
-
Delete(or rename) the Web.Config, rename IIS7-Web.Config to Web.Config
How to turn on the virtual sub-directory tweaking function?
-
When you can sucessfully run the blog, edit Web.Config, read the 30th line, it should be:
<add key="TweakedVirtualPath" value="false"/>
change "false" to "true".
How to use MPlayer extension?
-
When you're planning to insert a music file in your post, type:
XXX is a music file which is in the "my_musics" folder.
- If you don't like to play your musics over there, for example, you'd like to put your files in "files\media", you can goto the extension setting page to change the MPlayer settings, type "files\media" (without quotes) in the Music Folder field and save.
How to customize the "[more]" label?
- Goto extension setting page to change the BreakPostEx settings, type whatever you want and save.
- Visit the BreakPostEx page for more details.
How to use PlainText extension?
Download