From 36d6b8b2a32ed6b070c1b9f1faa58344f6689501 Mon Sep 17 00:00:00 2001 From: Jeff Putz Date: Thu, 15 Oct 2020 11:45:21 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 854b82e..ed7154c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a lightweight blog app that uses ASP.NET Core, SQL Server and Azure stor ## Roadmap -The intention for v1 is to do simple blog posts, RSS, optional attachments, storage of podcast files in Azure storage. It will be done when it has been placed in a several production applications. +The intention for v1 is to do simple blog posts, RSS, optional attachments, storage of podcast files in Azure storage. It will be done when it has been placed in several production applications. So far it's on [my blog](https://jeffputz.com/) and the [CoasterBuzz Podcast](https://podcast.coasterbuzz.com/). ## About this project @@ -14,7 +14,7 @@ This is based roughly on my personal blog, which was first posted in the late ou Run the database project by passing your database connection string as the only parameter, and dbup will magically make the schema current. -The MVC project can be used as the class library with which to feed your web app. Override views with your own markup in the web project, along with your assets and such. Even better, go the package route. +The MVC project can be used as a class library to feed your web app by referencing the project. Override views with your own markup in the web project, along with your assets and such. Even better, go the package route. ## Go the package route @@ -50,4 +50,4 @@ If you're using this to serve a podcast, you're going to need this stuff, too. D * `ItunesExplicit`: Boolean to let Apple know if you use naughty words. * `Author`: Appears in the channel definition for Apple. Put your company name or other entity here. * `OwnerName` and `OwnerEmail`: More things to let Apple know who you are. They're kind of high maintenance. -* `IsUsingDirectDownload`: Skip the counter and redirect and link directly to the file in storage. This is for services like Apple that demand random access to the file itself. \ No newline at end of file +* `IsUsingDirectDownload`: Skip the counter and redirect and link directly to the file in storage. This is for services like Apple that demand random access to the file itself. From f0bb4188c2b2ed256f0b744bae94b066b0084ea2 Mon Sep 17 00:00:00 2001 From: Jeff Putz Date: Mon, 26 Oct 2020 15:49:37 -0400 Subject: [PATCH 2/2] Update IpBan.cshtml --- src/PopBlog.Mvc/Views/Admin/IpBan.cshtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/PopBlog.Mvc/Views/Admin/IpBan.cshtml b/src/PopBlog.Mvc/Views/Admin/IpBan.cshtml index 7be441e..4132241 100644 --- a/src/PopBlog.Mvc/Views/Admin/IpBan.cshtml +++ b/src/PopBlog.Mvc/Views/Admin/IpBan.cshtml @@ -6,8 +6,6 @@

IP Ban

-

Recent posts:

-

Add

@@ -30,4 +28,4 @@ -
\ No newline at end of file +