Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>

</PropertyGroup>

<ItemGroup>
Expand Down
26 changes: 26 additions & 0 deletions src/cloudscribe.SimpleContent.Syndication/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# cloudscribe.SimpleContent.Syndication

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.SimpleContent.Syndication.svg)](https://www.nuget.org/packages/cloudscribe.SimpleContent.Syndication)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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.
29 changes: 29 additions & 0 deletions src/cloudscribe.SimpleContent.Web/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# cloudscribe.SimpleContent.Web

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.SimpleContent.Web.svg)](https://www.nuget.org/packages/cloudscribe.SimpleContent.Web)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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.