Compare commits

..

No commits in common. "ee4872a1fab5acf4b9f8dac912f4e8edd6481988" and "125a6ebf8ee010f8a6ab3528ec96377e2fd19eeb" have entirely different histories.

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.0
VERSION 1.0
)
#===============================================================================

View File

@ -1,5 +1,5 @@
## A Drogon CMS built with C, Drogon, CMake, Adwaita and Gtk4
This is a Drogon Content Management System(CMS).
This software creates a local/remote Drogon content management system (CMS) application.
### License
* GPL-3.0
@ -12,7 +12,7 @@ This is a Drogon Content Management System(CMS).
- 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`