From d66290269d4709fe2d909284801f31669aa26f74 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 31 Aug 2023 22:17:50 -0400 Subject: pre tag updates --- README.md | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4e5ebf6..d69e3a2 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,45 @@ -# CMNext - -*A modern, dead simple, mulit-channel, content publishing platform (CMS) built with the VNLib.Plugins.Essentials framework, using S3 or FTP storage.* - -### Features +

CMNext

+ +

+A modern, dead simple, mulit-channel, content publishing platform (CMS) built with the VNLib.Plugins.Essentials framework, using S3 or FTP storage. +

+ +

+ Builds | + My Software | + Documentation +

+ +

+ + CMNext is licensed to you with the GNU GPL Affero V3 + + + Latest version + + + Latest commit + +

+ + + +## Features - ✔Own your content and distribute it on your own equipment (or cloud) - ✔Uses your existing S3 or FTP static storage systems - ✔Publish arbitrary content and reference it in posts - - ✔Publish podcasts (w/ Apple and Spotify Support) w/ using rss feeds + - ✔Publish podcasts (w/ Apple and Spotify support) w/ pocast 2.0 RSS feeds - ✔Reference the entire system through static JSON files - ✔No databases (for this plugin anyway) + - ✔Light or dark theme! -TLDR, you can create your own file based, content publishing platform that has built in editing tools, blog post management, arbitrary content publishing to "unlimited" channels, with RSS and Apple/Spotify support for your podcast 2.0. Its essentially a fancy, self-hosted file based CMS with an admin ui. +TLDR, you can create your own file based, content publishing platform that has built in editing tools, blog post management, arbitrary content publishing to "unlimited" channels, with RSS and Apple/Spotify support for your podcast 2.0. Its essentially a fancy, self-hosted file based CMS with an admin UI. ## What won't it do for you? This tool does not (and will not) - ❌Serve your content - ❌Host your blog front-end -- ❌Provide good SEO results (or any at all) :( +- ❌Provide good SEO results by itself - ❌Configure/manage your public storage system (how the content is viewed) ## How does it do it? @@ -26,9 +49,7 @@ The user-interface interacts with the back-end plugin to store your entire blog' Simple - you get a CMS on your own equipment, without the headache of running another production application and trusting its security. That doesn't mean I don't take security seriously, because I do, but pre-release apps vs. production apps are very different levels of security. and tech folks are (and should be) concerned with the security of a production application! ## How do I get started? -Head over to my website to check our the documentation and setup guides for development and management. Fun fact, the documentation was published with the platform itself! - -[Docs and articles](https://www.vaughnnugent.com/resources/software/articles?tags=_cmnext) +Use this [documentation link](https://www.vaughnnugent.com/resources/software/articles?tags=_cmnext), or at the top of the readme, and follow the instructions for users, admins, and developers. ## Developers For now, feel free to clone this repo and respect the license please. The front-end is just a VueJs multi page app, with vue-router. The back end is a .NET class library designed for dynamic loading by a VNLib.Plugins.Essentials compatible runtime host. The back end will be much more complicated to provide docs on, so they may come later. The front-end is rather straightforward for node/vuejs web-devs. Further instructions will be in the readme files. -- cgit