diff --git a/packages/pagetop-node/Cargo.toml b/packages/pagetop-node/Cargo.toml index cd6e6cc0..0355fda6 100644 --- a/packages/pagetop-node/Cargo.toml +++ b/packages/pagetop-node/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "pagetop-node" -version = "0.0.16" +version = "0.0.17" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ - Module for PageTop to create, extend or customize the types of content that a website can \ - handle.\ + PageTop package that enables the creation and customization of content types, enhancing \ + website content management.\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" diff --git a/packages/pagetop-node/README.md b/packages/pagetop-node/README.md index 105ec222..06e89503 100644 --- a/packages/pagetop-node/README.md +++ b/packages/pagetop-node/README.md @@ -1,27 +1,25 @@ -M贸dulo para **PageTop** para crear, extender o personalizar los tipos de contenido que puede -administrar un sitio web. +**PageTop** package that enables the creation and customization of content types, enhancing website +content management. -[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.