Skip to content

vnextcoder/dasblog-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dasblog

The DasBlog Blogging Engine reintroduced with ASP.NET Core

Build status

Core Tenets - "This we believe"

  • We want to pragmatically reuse core DasBlog projects where feasible (includes reusing existing config files).
  • Do not be afraid to abandon features/projects that are easily solved with a NuGet package (Pop3, CAPTCHA, Noda Time, etc.)
  • Let's use Razor for "Themes"
  • Port the custom logging solution to use .NET Core
  • DI all the things (avoid massive static objects)
  • WISH: Build on Linux (clone/build)
  • WISH: Docker version with XML files outside in volume mount

Installing the development tools

You can find more specific installation steps for Windows development here

Building

In order to build the DasBlog Core, ensure that you have Git installed.

Fork the repo:

git clone https://github.com/[YOUR_GITHUB_ID]/dasblog-core

Change to the "source" directory and open the DasBlog All.sln and perform a build.

What we have completed so far...

  • Upgraded all existing projects to 4.6.X (for .NET Standard 2 support)
  • Created a new ASP.NET Web Core 2 project that shows the blogs home page with posts
  • Integrated ViewLocationExpanders to support "Themes"
  • AddIISUrlRewrite middleware to support 301 redirects for static ".aspx" (archives.aspx, monthview.aspx, etc.)
  • Integrate existing dasBlog config (meta, security, site, etc)
  • Integrate with original DasBlog layer via Manager classes
  • Support for RSS and RSS by category
  • Support for Sitemap
  • Support for paging e.g. page/1, page/2, etc.
  • Add/Edit/Delete blog posts
  • Add Comments
  • Support for Live Writer

About

The original DasBlog reimagined with ASP.NET Core (.NET Standard 2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 83.0%
  • CSS 10.1%
  • Classic ASP 5.0%
  • Visual Basic .NET 0.9%
  • JavaScript 0.9%
  • HTML 0.1%