37 lines
1.2 KiB
Markdown
37 lines
1.2 KiB
Markdown
<div align="center">
|
|
<h1>Drust</h1>
|
|
<p>A Content Management System built on PageTop.</p>
|
|
</div>
|
|
|
|
## Overview
|
|
|
|
Modestly inspired by [Drupal](https://www.drupal.org), **Drust** utilizes **PageTop** to develop a
|
|
CMS (*Content Management System*). It enables the creation of dynamic, manageable, and customizable
|
|
websites, allowing users to effortlessly create, manage, and organize a wide variety of content on a
|
|
website.
|
|
|
|
|
|
# 📦 About PageTop
|
|
|
|
[PageTop](https://docs.rs/pagetop) is an opinionated web framework to build modular *Server-Side
|
|
Rendering* web solutions.
|
|
|
|
|
|
# 🚧 Warning
|
|
|
|
**PageTop** framework is currently in active development. The API is unstable and subject to
|
|
frequent changes. Production use is not recommended until version **0.1.0**.
|
|
|
|
|
|
# 📜 License
|
|
|
|
All code in this project is dual-licensed under either:
|
|
|
|
* MIT License
|
|
([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
|
|
|
|
* Apache License, Version 2.0,
|
|
([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
at your option. This means you can select the license you prefer! This dual-licensing approach is
|
|
the de-facto standard in the Rust ecosystem.
|