Blog更新说明

by benben 7/16/2008 7:28:43 AM

本来准备升级到1.4,但发现模板比较麻烦,而且并没有自己需要的功能,所以决定在1.3的基础上修改。这次修改采用了LiveBlog1.0大量代码,在此表示感谢。主要更新如下。

还没实现功能

  • Feed输出里加入相关文章
  • TaoTao消息彩色显示
  • 将Taotao消息保存到本地
  • 自己写一个比较简洁的模板

如果大家发现Bug,请留言告诉我,谢谢了。

Comments

7/16/2008 10:01:50 AM

jeff

博主老大您好,看您博客好久了,一直潜水,我是.net新手,自己也建了个博客,博客上也放了滔滔消息,可是有taotao的logo在,在自己的网站上看别人的logo还真有点不爽啊Laughing,所以,我想知道博主你是如何得到taotao的消息的?有api吗?Smile

jeff

7/16/2008 11:47:34 AM

Poshi

已经加了你的链接,有时间去看看效果

Poshi

7/16/2008 4:45:54 PM

hong

安装BLOGENGINE出现的错误提示,麻烦看下是什么问题哦

Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

hong

7/16/2008 5:37:53 PM

benben

@ hong
需要修改web.conf 把RemoteOnly改为Off才能显示详细错误。如果你不会,可以给个联系方式,我会联系你。

benben

(必填)
(必填,不会被公开)
谢谢留言,如果留言不成功请联系ben#119797.com

Powered by BlogEngine.NET 苏ICP备08023017号


Recent comments

Author