惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
B
Blog
D
Docker
C
Check Point Blog
A
About on SuperTechFans
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
WordPress大学
WordPress大学
Jina AI
Jina AI
罗磊的独立博客
月光博客
月光博客
博客园 - Franky
L
LangChain Blog
H
Help Net Security
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
小众软件
小众软件
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

博客园 - AlphaWu

微软宣布446亿美元收购雅虎 微软整合Windows Live到VisualStudio中 现金奖励程序员开发 Mono v1.2.51 - 开源版本的.NET框架 阿里妈妈推荐活动:一个网站20元! 全中文配音!微软Halo版 Visual Studio 程序员“直面挑战”网站 Visual Studio “Orcas” Beta 2 开始发布多语种版本 包含简体中文 如何升级.Net FrameWork的版本 VS2008(Orcas)的下一版本(Rosario)已经公开测试 [图]Google提供国际域名注册 与企业应用套件绑定 传Google将推WiFi手机 支持Google Talk 微软建立搜索引擎研究中心 《商业周刊》:全球品牌100强 微软第2谷歌20 phpMyAdmin 2.10.3 Final 中国足球十八怪 中国队输球是有原因滴 甲骨文:11g含有中国智慧 计划推免费版本 让wordpress自动添加分类 Oracle 11g 正式发布 谷歌代码搜索的更新
BlogEngine.NET1.2的新功能
AlphaWu · 2007-07-30 · via 博客园 - AlphaWu

七月 30, 2007 08:35 by Alpha

BlogEngine.NET在将要发布的1.2版本里面会包括下面一些功能:

  1. Extension model :让用户可以自己写扩展,how to write extensions for BlogEngine.NET 1.2
  2. Send attachments from contact page (can be turned off/on):通过Contace页面来发送附件,这个功能好使么?现在反正是contact没有办法用,官方的博客上面也无法发送消息的。
  3. When adding a comment, a visitor can now be notified of future comments by mail:Email接受评论提醒
  4. The archive adjusts depending on comments and ratings are enabled:根据评论数量和投票来调整存档博客,首创?好像还没有哪个博客是这样。
  5. Show only the post excerpt on the front page and other post lists (categories, search, tags etc.):只显示摘要
  6. Intelligent error 404 page as described on A List Apart,调整404页面
  7. Enforce, remove or ignore the www sub domain from settings
  8. Theme previews
  9. Timed auto saving of posts when in the editor (every 5 seconds):自动保存功能
  10. A slug is added to posts so the URL doesn’t change when the title does:改变标题的时候不改变URL地址
  11. Added support for SSL on e-mail settings:Email设置支持SSL,这样是不是就可以用Gmail了呢?现在该功能不好使,就是普通的25端口也连接不了。
  12. A lot of bugs have been fixed and other small updates applied:修复了一大堆Bug,不知道有没有Email和Contact。

期待吧,1.2不久就会发布。

另外,还对Theme进行了一点儿小改动:

In the PostView.ascx control in your custom theme folder, you should replace

<%=Post.Content %>

with

<%=Body %>