BlogEngine.NET

An innovative open source blogging platform developed with ASP.NET 2.0.

BlogEngine.NET is an open source .NET blogging project that was born out of desire for a better blog platform. A blog platform with less complexity, easy customization, and one that takes advantage of the latest .NET features.

BlogEngine.NET was designed using the current .NET framework and focused on simplicity, ease of extendibility, and innovative features. With BlogEngine.NET, we hope to create the natural blog of choice for all .NET developers world wide.

Multiblog on IIS 7

clock September 22, 2008 19:49 by authorTeam

Earlier today, Daniel Frost posted a way to do multiblogging with BlogEngine.NET using the IIS 7 API. It looks really simple and easy to use and it all happens within your blog installation - no fiddling with the server each time a new blog should be created. The best part is that it looks so easy and require almost no code and no changes to BlogEngine.NET is required.

I know this is a feature that a lot of people want in BlogEngine.NET, but for now I would recommend you take a look at Daniel's solution.


Are you a theme designer?

clock September 16, 2008 17:53 by authorTeam

Hi folks. It’s about time we put out a theme pack for BlogEngine.NET 1.4.5. By now we do have a few themes, but we would love to have many more. So, if you have been designing any themes and want to have them included in the theme pack, please send them or a link to them here.

The themes must be using the widget framework and be XHTML compliant and work on the 1.4.5 release. Remember to add your credentials to the bottom of the theme to get some link traffic.

In the next couple of weeks, we will be compiling all the themes and then release the theme pack. If more come in later on, we can make another theme pack.

Thanks.

Categories: Themes
Actions: E-mail | Permalink | Comment Comments (0) | RSS comment feedComment RSS

Are you a theme designer?

clock September 16, 2008 17:53 by authorTeam

Hi folks. It’s about time we put out a theme pack for BlogEngine.NET 1.4.5. By now we do have a few themes, but we would love to have many more. So, if you have been designing any themes and want to have them included in the theme pack, please send them or a link to them here.

The themes must be using the widget framework and be XHTML compliant and work on the 1.4.5 release. Remember to add your credentials to the bottom of the theme to get some link traffic.

In the next couple of weeks, we will be compiling all the themes and then release the theme pack. If more come in later on, we can make another theme pack.

Thanks.

Categories: Themes
Actions: E-mail | Permalink | Comment Comments (0) | RSS comment feedComment RSS

BlogEngine.NET is going mainstream

clock August 17, 2008 18:58 by authorTeam

The line of web hosting providers that offer BlogEngine.NET as part of their product to their customers is growing. We just received this email from ASPHostCentral:

[...] I am pleased to inform you that my company, ASPHostCentral.com, has included your excellent blog product into our hosting environment. The product specification can be found on: http://www.asphostcentral.com/BlogEngineHosting.aspx [...]

That’s very cool and will hopefully make it possible for BlogEngine.NET to reach a new audience. Thanks.

Categories:
Actions: E-mail | Permalink | Comment Comments (0) | RSS comment feedComment RSS

BlogEngine.NET 1.4.5 released today

clock August 1, 2008 04:34 by authorTeam

Only a month after 1.4 was released, we are making an update.  Today, we have published BlogEngine.NET 1.4.5 which has a bunch of fixes, improvements, and new features.

If the fixes and performance improvements aren’t enough to get you to upgrade maybe some of these features we’ll encourage you.

Filter by APML - You can now filter the posts of a blog by your own APML file. An APML file is a prioritized list of your own interests represented in XML. All BlogEngine.NET 1.4.5 users have such a file auto generated and it’s called apml.axd. You only have to enter your blog URL and BlogEngine.NET will then find your APML using auto-discovery like the browser does for RSS feeds.

Enhanced Metaweblog API – In this release, we added the ability for administrator users to publish blog post for any of the users of the blog though Live Writer.  In addition, we added support for SSL connections with Metaweblog API.  If you have it, you can now force it.

Database support out of the box – While 1.4 made it possible to use most any database as a backend for your blog, we didn’t include more than SQL Server script in the download.  This time around, we’re doing our best to make it easier than ever to get started with a database backend.  In the setup folder, we have instructions and scripts to get started with SQL Server, MySQL, SQLite, and VistaDB Express.

File Upload improvements – Files and images uploaded will now be placed in new folders that are named by the year and month. This could be /files/2008/07/example.doc.

HTML Editor defaults – Some people don’t like the TinyMCE editor or any other editor and prefer to enter their own HTML. Now there is a switch that remembers your preferences and allows you to write your own HTML.

We encourage you to check the latest and greatest ever of BlogEngine.NET.  You can download it here.

Happy writing,

The BlogEngine.NET Team


Comment security fix

clock July 11, 2008 19:41 by authorTeam

It came to our attention a couple of hours ago that BlogEngine.NET 1.4 have a security issue in how it handles comments. The issue have been delt with and an easy-to-install patch have been released at CodePlex. 

It is not a serious security issue that can bring your blog to its knees or exposes your passwords, but it is highly recommended that you download the patch and apply it to your installation. It is as simple as uploading a single file. Sorry for the inconvenience.

Download the patch

Categories:
Actions: E-mail | Permalink | Comment Comments (0) | RSS comment feedComment RSS

BlogEngine.NET 1.4 released

clock June 29, 2008 23:22 by authorTeam

It's been a while since the last release, but now the wait is over. We present to you the 5th and best version of BlogEngine.NET. Go download it.

New features in BlogEngine.NET 1.4

New database provider
BlogEngine.NET now works with most commercial and open source databases such as MySQL, SQL Server, VistaDB and many others. This allow you to use practically any database supported by your hosting provider. You can still use XML files if you don't want to use a database.

Drag 'n drop widgets
Widgets are the pieces of content most often located at the sidebar. It could be a list of recent posts, latest tweets from Twitter or anything else. You can drag and drop the widgets around in your sidebar and modify the content of them directly on the front-page. The widget works independently of the theme you are using as long as it is implemented in the theme. In BlogEngine.NET it is implemented in the Standard and Indigo themes and many more themes with widgets will be available for download very soon at the BlogEngine.NET website.

Extension settings
The new settings model for extensions have been upgraded to give you a much better experience using third-party extensions. For extension developers, it has never been easier to store your settings and let the user change them from the admin section. The same settings model is used by the widgets as well.

Web 3.0 improvements
BlogEngine.NET 1.4 makes full use of many semantic formats and technologies such as FOAF, SIOC and APML. It means that the content stored in your BlogEngine.NET installation will be fully portable and auto-discoverable. It is possible to filter the RSS feeds based on the visitor's interest defined in her APML file or do a site search with it as well. Read more the APML filtering in BlogEngine.NET.

Author profiles
By utilizing the ASP.NET profile provider it is now possible to let all authors maintain their own profile. This is used in the FOAF document and widget/extension developers can take full advantage of the profiles to provide new exciting visualizations and functionality.

Other new features
We've listened to what you - the user - wanted in BlogEngine.NET 1.4 and here is a list of some of those features that made it.

Tag selector when adding new posts Subcategories Password encryption Improved live comment preview Hierarchical pages in the control panel Smarter comment spam protection Link collection widget Various performance improvements and much more...

Good luck and happy writing.

The BlogEngine.NET team


Critical Security Patch Available

clock April 14, 2008 23:09 by authorTeam

Over the weekend, we were alerted to a security flaw in BlogEngine.NET 1.3.0.0.   We have created a new release 1.3.1.0 which corrects this issue and are making a patch available here for users running 1.3.0.0.  For those people running development version of BlogEngine.NET (from the source tab on CodePlex), please note that the latest release 1.3.0.29 has the security fix as well.

The security flaw makes it possible to access BlogEngine.NET user passwords (and other data that you normally would see with a password).  The flaw has been in the system since version 1.2.0.23 and we strongly encourage all BlogEngine.NET users to update to 1.3.1 as soon as possible.  If you see a fellow blogger running something prior to 1.3.0.29 or 1.3.1.0, please let them know to update their site as soon as possible.  In addition, we encourage you to update your BlogEngine.NET password(s) as a security measure after you update.

The BlogEngine.NET team takes security very seriously and we regret that this security issue was introduced into the system.   We hope that no one was seriously effected by the issue and have not heard reports of any to date.  Please update your software as soon as you can.  We are truly sorry for the inconvenience.

It is unfortunate that the issue could not have been handled more discretely.  If you are blogger writing about the issue, we'd hope that you could refrain for spelling out exactly how to attack sites that haven't been updated yet.  (Yes, we do want people to know there is a problem that needs patched, but we'd prefer if were weren't tempting casual hackers to try out the hack on a unpatched site by giving them a step by step guide.)

Again, we are sorry for the inconvenience and any trouble this may have caused you.  If you know of other BlogEngine.NET users, please pass this information along.

Download Full Release: BlogEngine.NET 1.3.1.0

Download Patch for BlogEngine.NET 1.3.0.0


Join two BlogEngine.NET networks

clock March 3, 2008 21:26 by authorTeam

For all of you who likes social networking sites, we bring you some good news. BlogEngine.NET has been registered as a group anyone can join on both Facebook and LinkedIn. A group works the same way on both Facebook and LinkedIn. You can view the other members as well as discuss and comment on BlogEngine.NET related stuff.

The purpose is to make BlogEngine.NET visible to more people as well as to use Facebook and LinkedIn as hubs to related news and events.

Come on, join us now on Facebook and/or LinkedIn. You won't regret it.

Categories:
Actions: E-mail | Permalink | Comment Comments (0) | RSS comment feedComment RSS

Extensions Listing Expanded

clock February 14, 2008 02:58 by authorTeam

Paul Tumelty recently put together a huge list of available extensions for BlogEngine.NET and was kind enough to allow us to share his work on our extensions page.

I'm sure there are more extensions available, but these are the ones we've seen.  If you have one you'd like to share, please leave a comment here and we'll try to get it posted soon. 


Sponsor
DiscountASP.NET – BlogEngine.NET Hosting
BlogEngine Hosting by re-invent

ImageWhy use BlogEngine.NET?
BlogEngine.NET is a full featured blogging platform that is a breeze to setup, customize, and use. A small download and easy to follow instructions get you up and running in minutes. Pick one of our elegant default themes or make your own theme. Extend the functionality by creating your own custom control or add some of the many built into the system. Read more.


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser