Skip to content

Commit 5ebd5f9

Browse files
authored
Merge pull request #648 from cloudscribe/version_8.4
v8.4 - missing readme files (thanks but no thanks to AI)
2 parents 32150c9 + 999efaa commit 5ebd5f9

3 files changed

Lines changed: 55 additions & 2 deletions

File tree

src/cloudscribe.SimpleContent.Storage.EFCore.Common/cloudscribe.SimpleContent.Storage.EFCore.Common.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
15-
<PackageReadmeFile>README.md</PackageReadmeFile>
16-
1715
</PropertyGroup>
1816

1917
<ItemGroup>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# cloudscribe.SimpleContent.Syndication
2+
3+
[![NuGet](https://img.shields.io/nuget/v/cloudscribe.SimpleContent.Syndication.svg)](https://www.nuget.org/packages/cloudscribe.SimpleContent.Syndication)
4+
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
6+
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.
7+
8+
## Features
9+
- Generate RSS and Atom feeds for blog posts and content
10+
- Integrates with cloudscribe.SimpleContent and ASP.NET Core
11+
- Extensible for custom feed requirements
12+
13+
## Installation
14+
15+
```shell
16+
Install-Package cloudscribe.SimpleContent.Syndication
17+
```
18+
19+
## Usage
20+
- Add this package to your ASP.NET Core project using SimpleContent.
21+
- Configure and expose feed endpoints for your content or blog.
22+
- Supports both RSS and Atom formats out of the box.
23+
24+
## License
25+
26+
Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# cloudscribe.SimpleContent.Web
2+
3+
[![NuGet](https://img.shields.io/nuget/v/cloudscribe.SimpleContent.Web.svg)](https://www.nuget.org/packages/cloudscribe.SimpleContent.Web)
4+
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
6+
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.
7+
8+
## Features
9+
- Full-featured content and blog engine for ASP.NET Core
10+
- Admin UI for creating and managing posts and pages
11+
- Markdown editing and rendering
12+
- Theme support and customizable layouts
13+
- Extensible with custom controllers and views
14+
- Works with or without a database (supports NoDb and EFCore providers)
15+
16+
## Installation
17+
18+
```shell
19+
Install-Package cloudscribe.SimpleContent.Web
20+
```
21+
22+
## Usage
23+
- Add this package to your ASP.NET Core project.
24+
- Configure and register SimpleContent services in `Startup.cs` or `Program.cs`.
25+
- Use the provided routes and controllers to expose content management and blog features.
26+
27+
## License
28+
29+
Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.

0 commit comments

Comments
 (0)