From 999efaa210b1cbcfb6ab2e013809c5e1e47003eb Mon Sep 17 00:00:00 2001
From: Jim Kerslake <39943820+JimKerslake@users.noreply.github.com>
Date: Thu, 24 Jul 2025 15:16:41 +0100
Subject: [PATCH] v8.4 - missing readme files (thanks but no thanks to AI)
---
...SimpleContent.Storage.EFCore.Common.csproj | 2 --
.../README.md | 26 +++++++++++++++++
src/cloudscribe.SimpleContent.Web/README.md | 29 +++++++++++++++++++
3 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 src/cloudscribe.SimpleContent.Syndication/README.md
create mode 100644 src/cloudscribe.SimpleContent.Web/README.md
diff --git a/src/cloudscribe.SimpleContent.Storage.EFCore.Common/cloudscribe.SimpleContent.Storage.EFCore.Common.csproj b/src/cloudscribe.SimpleContent.Storage.EFCore.Common/cloudscribe.SimpleContent.Storage.EFCore.Common.csproj
index c4cd9b96..57230ec3 100644
--- a/src/cloudscribe.SimpleContent.Storage.EFCore.Common/cloudscribe.SimpleContent.Storage.EFCore.Common.csproj
+++ b/src/cloudscribe.SimpleContent.Storage.EFCore.Common/cloudscribe.SimpleContent.Storage.EFCore.Common.csproj
@@ -12,8 +12,6 @@
https://github.com/cloudscribe/cloudscribe.SimpleContent.git
git
README.md
- README.md
-
diff --git a/src/cloudscribe.SimpleContent.Syndication/README.md b/src/cloudscribe.SimpleContent.Syndication/README.md
new file mode 100644
index 00000000..d18d2e1e
--- /dev/null
+++ b/src/cloudscribe.SimpleContent.Syndication/README.md
@@ -0,0 +1,26 @@
+# cloudscribe.SimpleContent.Syndication
+
+[](https://www.nuget.org/packages/cloudscribe.SimpleContent.Syndication)
+[](https://opensource.org/licenses/Apache-2.0)
+
+A .NET class library for adding RSS and Atom feed syndication support to cloudscribe.SimpleContent projects. This package provides syndication endpoints and helpers for exposing your blog or content as standards-compliant feeds, making it easy for users and applications to subscribe to updates.
+
+## Features
+- Generate RSS and Atom feeds for blog posts and content
+- Integrates with cloudscribe.SimpleContent and ASP.NET Core
+- Extensible for custom feed requirements
+
+## Installation
+
+```shell
+Install-Package cloudscribe.SimpleContent.Syndication
+```
+
+## Usage
+- Add this package to your ASP.NET Core project using SimpleContent.
+- Configure and expose feed endpoints for your content or blog.
+- Supports both RSS and Atom formats out of the box.
+
+## License
+
+Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
diff --git a/src/cloudscribe.SimpleContent.Web/README.md b/src/cloudscribe.SimpleContent.Web/README.md
new file mode 100644
index 00000000..8eb50844
--- /dev/null
+++ b/src/cloudscribe.SimpleContent.Web/README.md
@@ -0,0 +1,29 @@
+# cloudscribe.SimpleContent.Web
+
+[](https://www.nuget.org/packages/cloudscribe.SimpleContent.Web)
+[](https://opensource.org/licenses/Apache-2.0)
+
+A flexible ASP.NET Core web library providing the main UI, controllers, and integration points for the cloudscribe.SimpleContent CMS and blog engine. This package delivers the core web application features for managing, editing, and displaying content and blog posts, with support for themes, markdown, and extensibility.
+
+## Features
+- Full-featured content and blog engine for ASP.NET Core
+- Admin UI for creating and managing posts and pages
+- Markdown editing and rendering
+- Theme support and customizable layouts
+- Extensible with custom controllers and views
+- Works with or without a database (supports NoDb and EFCore providers)
+
+## Installation
+
+```shell
+Install-Package cloudscribe.SimpleContent.Web
+```
+
+## Usage
+- Add this package to your ASP.NET Core project.
+- Configure and register SimpleContent services in `Startup.cs` or `Program.cs`.
+- Use the provided routes and controllers to expose content management and blog features.
+
+## License
+
+Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.