C++17 library for generating HTML, CSS and SGML-like documents. https://speedie.site/docpp
Go to file
2024-05-06 00:06:06 +02:00
.github/workflows Add macOS runner 2024-05-06 00:06:06 +02:00
cmake Initial commit 2024-05-05 23:31:42 +02:00
examples Initial commit 2024-05-05 23:31:42 +02:00
include Initial commit 2024-05-05 23:31:42 +02:00
src Initial commit 2024-05-05 23:31:42 +02:00
tests Initial commit 2024-05-05 23:31:42 +02:00
.gitignore Initial commit 2024-05-05 23:31:42 +02:00
CMakeLists.txt Fix some mistakes in the CMakeLists file, disable tests for GitHub 2024-05-06 00:00:11 +02:00
compile_commands.json Initial commit 2024-05-05 23:31:42 +02:00
LICENSE Initial commit 2024-05-05 23:31:42 +02:00
README.md Fix typo in the README. 2024-05-05 23:45:28 +02:00

docpp

Small C++ library for generating XML, HTML and CSS.

Installation

To install the library, you can utilize the provided CMakeLists.txt file:

mkdir build
cd build
cmake ..
cmake --build .
cmake --install . --prefix /usr

Usage

Just include docpp.hpp in your project and link against the library. Examples can be found in the examples directory.

License

This project is licensed under the GNU Lesser General Public License v3.0 - see the LICENSE file for details.

Code of Conduct

None. Just don't blow up my house.