tidbits #5

Merged
sharpetronics merged 1 commits from drogonCMS-cmake into master 2024-01-18 19:47:35 -05:00
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# we removed LANGUAGES C from project to allow for automatic compiler/linker checks; we will use C and C++ libraries for this project.
project(
DrogonCMS
VERSION 1.0
VERSION 1.0.0
)
#===============================================================================

View File

@ -1,5 +1,5 @@
## A Drogon CMS built with C, Drogon, CMake, Adwaita and Gtk4
This software creates a local/remote Drogon content management system (CMS) application.
This is a Drogon Content Management System(CMS).
### License
* GPL-3.0
@ -12,7 +12,7 @@
- Optional Community Support/Plugins
- Built-in Website Preview/Drafts
- Built-in WYSIWYG Editor
- Built-in image Gallery
- Built-in Image Gallery
- Built on Freedom Software
- Blazing Fast Website Architecture
- Headless CMS Ready for Site Generators
@ -77,7 +77,7 @@ Transfer/sec: 6.70MB
*Note: This has been built and tested on Arch Linux*
### Steps to build DrogonCMS from Source code
### Steps to Build DrogonCMS from Source Code
0. Clone the repository `git clone https://git.sharpetronics.com/sharpetronics/DrogonCMS` and `cd DrogonCMS/`
1. *optional* checkout correct branch e.g. `git checkout drogonCMS-cmake`