VERSION 2.1 (May 11th 2008)
The dasBlog development team is pleased to announce the release of dasBlog 2.1 today (5/11/2008), along with letting you know we are slowly but surely moving the dasBlog development effort from http://sourceforge.net/ to http://www.codeplex.com/ .
CodePlex.Com
The dasBlog project presence on CodePlex is official; our Version 2.1 release is only available there. No public activity continues at Sourceforge. We will be moving the source control repository and other development support infrastructure to CodePlex as time permits. We will be shortly freezing http://www.dasblog.us/, and all future forum type support will be at CodePlex.
Please visit us at www.CodePlex.com/dasblog
About version 2.1
This version is predominately a bug fix release with a number of other small features and incremental improvements. Our 2.0 release was based on source revision 730 and 2.1 is based on source revision 813. So you see there has been tons of activity in the background.
Some of the bugs squashed are:
- Search result was displayed multiply times instead of once.
- Theme picklist displayed multiply times instead of once.
- Zip file creation of log files failed in certain cases
- Cross posting between multiply blogs failed in certain cases
- Better support for white space with the CSS PRE command for text formatting of sample source code etc.
Some of the new features are:
- GeoRSS support
- Several new user created macros for paging and theme layout improvements (currently only documented in the source); CommentsCount, IfCommentsRawText, IfItemRawText, IfViewPermalinkUrlRaw, IfParamRawText
- Macros; OnPagePreviousLink/OnPagePreviousLink (Renders links to the previous and next posts on the same page, only in list view)
- Macros; IfModified (prints localized text if entry was modified) - Modified, FormattedModified, FormattedModifiedBare (prints modified date/time if the entry was modified)
Version 2.0 of dasBlog is released, and dasBlog goes ASP.NET 2.0 (with medium trust). (August 14th 2007)
After a long period as a .NET 1.1 application with .NET 2.0 compatibility, dasBlog has finally migrated completely to ASP.NET 2.0. This means that we can take adavantage of the 2.0 platform and provide newer features!
"The goal of medium trust is for hosting providers to provide functional ASP.NET 2.0 hosting while also protecting against rogue or malicious applications. Unfortunately that protection comes at the cost of application flexibility. ...There are a few features that are limited in a medium trust environment: SMTP on alternative ports and Mail to Weblog via POP3...dasBlog will let you know that you don't have these privileges by displaying warnings on the configuration page.
There is some good news though, these limitations won't affect most users. Many hosting providers that run limited trust environments don't run in the default medium trust, but rather a "modified full trust". In that case you may already have all the permissions you need for all of the features to work."
What is dasBlog?
dasBlog is an ASP.NET blogging application. It runs on ASP.NET 2.0, (all versions 1.9x and prior run on ASP.NET 1.1 & ASP.NET 2.0) and is developed in C#. dasBlog is an evolution of the BlogX weblog engine initially written by Chris Anderson and contributors.
The initial conversion from Blogx was created by Clemens Vasters. dasBlog adds lots of additional features like Trackback, Pingback, Mail notifications, and over 50 other major modifications some unique only to dasBlog.
dasBlog does not require a database, so it is easier to get setup and cheaper to host. All that dasBlog requires is that you grant write access to a folder so that dasBlog can save your information.
dasBlog is under active development and is always seeking more contributors! If you feel that you can contribute to the project, we'd love to hear from you.