From 405b86ef190252956c76d9c8824c17b1c1f0c7a7 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 9 Feb 2024 22:04:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[admin]=20release=20development?= =?UTF-8?q?=20version=200.0.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/pagetop-admin/Cargo.toml | 6 +++--- packages/pagetop-admin/README.md | 34 +++++++++++++++---------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/packages/pagetop-admin/Cargo.toml b/packages/pagetop-admin/Cargo.toml index fad42462..d2f22528 100644 --- a/packages/pagetop-admin/Cargo.toml +++ b/packages/pagetop-admin/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "pagetop-admin" -version = "0.0.16" +version = "0.0.17" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ - Module for PageTop that provides a common place for other modules to handle general site \ - settings for administrators.\ + PageTop package that provides a unified interface for administrators to configure and manage \ + package settings.\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" diff --git a/packages/pagetop-admin/README.md b/packages/pagetop-admin/README.md index 517b6f5b..1e73afff 100644 --- a/packages/pagetop-admin/README.md +++ b/packages/pagetop-admin/README.md @@ -1,27 +1,25 @@ -Módulo para **PageTop** que proporciona a otros módulos un lugar común donde presentar a los -administradores sus opciones de configuración. +**PageTop** package that provides a unified interface for administrators to configure and manage +package settings. -[PageTop](https://github.com/manuelcillero/pagetop/tree/main/pagetop), es un entorno de desarrollo -basado en algunos de los *crates* más estables y populares del ecosistema Rust para proporcionar -APIs, patrones de desarrollo y buenas prácticas para la creación de soluciones web SSR (*Server-Side -Rendering*). +[PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web +development framework to build secure and modular Server-Side Rendering (SSR) web solutions. -# 🚧 Advertencia +# 🚧 Warning -**PageTop** sólo libera actualmente versiones de desarrollo. La API no es estable y los cambios son -constantes. No puede considerarse preparado hasta que se libere la versión **0.1.0**. +**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**. -# 📜 Licencia +# 📜 License -Este proyecto tiene licencia, de hecho tiene dos, puedes aplicar cualquiera de las siguientes a tu -elección: +All code in this crate is dual-licensed under either: -* Licencia Apache versión 2.0 - ([LICENSE-APACHE](https://github.com/manuelcillero/pagetop/blob/main/LICENSE-APACHE) o - [http://www.apache.org/licenses/LICENSE-2.0]). + * MIT License + ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) -* Licencia MIT - ([LICENSE-MIT](https://github.com/manuelcillero/pagetop/blob/main/LICENSE-MIT) o - [http://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.