Skip to content
Closed
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ src/example.WebApp/wwwroot/s3/**
src/cloudscribe.Core.Repositories.EF/appsettings.local.overrides.json
src/cloudscribe.Logging.EF/appsettings.local.overrides.json
**/dp_keys/**
src/cloudscribe.MetaWeblog/README.md
samples/simpleauthnodb/.vs/**
src/cloudscribe.SimpleContent.Storage.EF/appsettings.local.overrides.json
src/cloudscribe.SimpleContent.Storage.EFCore/appsettings.local.overrides.json
Expand Down
24 changes: 24 additions & 0 deletions src/cloudscribe.ContentUtils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cloudscribe.ContentUtils

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.ContentUtils.svg)](https://www.nuget.org/packages/cloudscribe.ContentUtils)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Utilities for content management and manipulation in cloudscribe projects.

## Installation

```shell
Install-Package cloudscribe.ContentUtils
```

## Usage

Add as a dependency to your .NET 8.0 project and use the provided utilities for content handling.

## Contributing

Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).

## License

This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
7 changes: 5 additions & 2 deletions src/cloudscribe.ContentUtils/cloudscribe.ContentUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Content utilities for html and markdown</Description>
<Version>8.3.0</Version>
<Version>8.4.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Joe Audette</Authors>
<PackageTags>cloudscribe;blog,content</PackageTags>
Expand All @@ -11,6 +11,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,5 +22,7 @@
<PackageReference Include="cloudscribe.HtmlAgilityPack" Version="1.0.1" />
<PackageReference Include="Markdig" Version="0.37.0" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3.svg)](https://www.nuget.org/packages/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Precompiled Bootstrap 3 views for cloudscribe.Core.SimpleContent.

## Installation

```shell
Install-Package cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3
```

## Usage

Add this package to your ASP.NET Core project to use Bootstrap 3 precompiled views with SimpleContent.

## Contributing

Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).

## License

Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Bootstrap 3 pre-compiled views for cloudscribe Core and SimpleContent integration</Description>
<Version>8.3.0</Version>
<Version>8.4.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Joe Audette</Authors>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
Expand All @@ -12,6 +12,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,4 +33,7 @@
<ItemGroup>
<ProjectReference Include="..\cloudscribe.Core.SimpleContent\cloudscribe.Core.SimpleContent.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4.svg)](https://www.nuget.org/packages/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Precompiled Bootstrap 4 views for cloudscribe.Core.SimpleContent.

## Installation

```shell
Install-Package cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4
```

## Usage

Add this package to your ASP.NET Core project to use Bootstrap 4 precompiled views with SimpleContent.

## Contributing

Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).

## License

Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Bootstrap 4 pre-compiled views for cloudscribe Core and SimpleContent integration</Description>
<Version>8.3.0</Version>
<Version>8.4.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Joe Audette</Authors>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
Expand All @@ -12,6 +12,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,4 +33,7 @@
<ItemGroup>
<ProjectReference Include="..\cloudscribe.Core.SimpleContent\cloudscribe.Core.SimpleContent.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5.svg)](https://www.nuget.org/packages/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Precompiled Bootstrap 5 views for cloudscribe.Core.SimpleContent.

## Installation

```shell
Install-Package cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5
```

## Usage

Add this package to your ASP.NET Core project to use Bootstrap 5 precompiled views with SimpleContent.

## Contributing

Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).

## License

Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Bootstrap 5 pre-compiled views for cloudscribe Core and SimpleContent integration</Description>
<Version>8.3.0</Version>
<Version>8.4.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Joe Audette</Authors>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
Expand All @@ -12,6 +12,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,4 +33,7 @@
<ItemGroup>
<ProjectReference Include="..\cloudscribe.Core.SimpleContent\cloudscribe.Core.SimpleContent.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>
24 changes: 24 additions & 0 deletions src/cloudscribe.Core.SimpleContent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cloudscribe.Core.SimpleContent

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.Core.SimpleContent.svg)](https://www.nuget.org/packages/cloudscribe.Core.SimpleContent)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Core library for the cloudscribe SimpleContent CMS and blog engine for ASP.NET Core.

## Installation

```shell
Install-Package cloudscribe.Core.SimpleContent
```

## Usage

Reference this package to add core content and blog features to your ASP.NET Core application.

## Contributing

Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).

## License

Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>integration library for integrating cloudscribe SimpleContent with cloudscribe Core multi-tenant web app foundation</Description>
<Version>8.3.0</Version>
<Version>8.4.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Joe Audette</Authors>
<PackageTags>cloudscribe;blog</PackageTags>
Expand All @@ -11,6 +11,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -28,18 +29,20 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="cloudscribe.Core.Models" Version="8.3.0" />
<PackageReference Include="cloudscribe.Core.Identity" Version="8.3.0" />
<PackageReference Include="cloudscribe.Core.Web" Version="8.3.0" />
<PackageReference Include="cloudscribe.Web.Common" Version="8.3.0" />
<PackageReference Include="cloudscribe.FileManager.Web" Version="8.3.0" />
<PackageReference Include="cloudscribe.Syndication.Web" Version="8.3.0" />
<PackageReference Include="cloudscribe.Core.Models" Version="8.4.0" />
<PackageReference Include="cloudscribe.Core.Identity" Version="8.4.0" />
<PackageReference Include="cloudscribe.Core.Web" Version="8.4.0" />
<PackageReference Include="cloudscribe.Web.Common" Version="8.4.0" />
<PackageReference Include="cloudscribe.FileManager.Web" Version="8.4.0" />
<PackageReference Include="cloudscribe.Syndication.Web" Version="8.4.0" />

<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>
24 changes: 24 additions & 0 deletions src/cloudscribe.MetaWeblog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cloudscribe.MetaWeblog

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.MetaWeblog.svg)](https://www.nuget.org/packages/cloudscribe.MetaWeblog)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

MetaWeblog API implementation for cloudscribe SimpleContent, enabling integration with blogging clients.

## Installation

```shell
Install-Package cloudscribe.MetaWeblog
```

## Usage

Add this package to your ASP.NET Core project to enable MetaWeblog API support for SimpleContent.

## Contributing

Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).

## License

Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
7 changes: 5 additions & 2 deletions src/cloudscribe.MetaWeblog/cloudscribe.MetaWeblog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>a re-useable implementation of the metaweblog api for asp.net core</Description>
<Version>8.3.0</Version>
<Version>8.4.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Joe Audette</Authors>
<PackageTags>cloudscribe;metaweblog;api;asp.net core</PackageTags>
Expand All @@ -12,6 +12,7 @@
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.MetaWeblog.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,5 +22,7 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>
24 changes: 24 additions & 0 deletions src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cloudscribe.SimpleContent.CompiledViews.Bootstrap3

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.SimpleContent.CompiledViews.Bootstrap3.svg)](https://www.nuget.org/packages/cloudscribe.SimpleContent.CompiledViews.Bootstrap3)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Precompiled Bootstrap 3 views for cloudscribe.SimpleContent.

## Installation

```shell
Install-Package cloudscribe.SimpleContent.CompiledViews.Bootstrap3
```

## Usage

Add this package to your ASP.NET Core project to use Bootstrap 3 precompiled views with SimpleContent.

## Contributing

Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).

## License

Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Bootstrap 3 pre-compiled views for cloudscribe.SimpleContent.Web</Description>
<Version>8.3.0</Version>
<Version>8.4.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Joe Audette</Authors>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
Expand All @@ -12,6 +12,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,4 +34,7 @@
<ItemGroup>
<ProjectReference Include="..\cloudscribe.SimpleContent.Web\cloudscribe.SimpleContent.Web.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>
Loading
Loading