🔖 [node] release development version 0.0.17
This commit is contained in:
parent
58b9728bb3
commit
a65e474fb6
2 changed files with 19 additions and 21 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pagetop-node"
|
name = "pagetop-node"
|
||||||
version = "0.0.16"
|
version = "0.0.17"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
authors = [
|
authors = [
|
||||||
"Manuel Cillero <manuel@cillero.es>"
|
"Manuel Cillero <manuel@cillero.es>"
|
||||||
]
|
]
|
||||||
description = """\
|
description = """\
|
||||||
Module for PageTop to create, extend or customize the types of content that a website can \
|
PageTop package that enables the creation and customization of content types, enhancing \
|
||||||
handle.\
|
website content management.\
|
||||||
"""
|
"""
|
||||||
homepage = "https://pagetop.cillero.es"
|
homepage = "https://pagetop.cillero.es"
|
||||||
repository = "https://github.com/manuelcillero/pagetop"
|
repository = "https://github.com/manuelcillero/pagetop"
|
||||||
|
|
|
||||||
|
|
@ -1,27 +1,25 @@
|
||||||
Módulo para **PageTop** para crear, extender o personalizar los tipos de contenido que puede
|
**PageTop** package that enables the creation and customization of content types, enhancing website
|
||||||
administrar un sitio web.
|
content management.
|
||||||
|
|
||||||
[PageTop](https://github.com/manuelcillero/pagetop/tree/main/pagetop), es un entorno de desarrollo
|
[PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web
|
||||||
basado en algunos de los *crates* más estables y populares del ecosistema Rust para proporcionar
|
development framework to build secure and modular Server-Side Rendering (SSR) web solutions.
|
||||||
APIs, patrones de desarrollo y buenas prácticas para la creación de soluciones web SSR (*Server-Side
|
|
||||||
Rendering*).
|
|
||||||
|
|
||||||
|
|
||||||
# 🚧 Advertencia
|
# 🚧 Warning
|
||||||
|
|
||||||
**PageTop** sólo libera actualmente versiones de desarrollo. La API no es estable y los cambios son
|
**PageTop** framework is currently in active development. The API is unstable and subject to
|
||||||
constantes. No puede considerarse preparado hasta que se libere la versión **0.1.0**.
|
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
|
All code in this crate is dual-licensed under either:
|
||||||
elección:
|
|
||||||
|
|
||||||
* Licencia Apache versión 2.0
|
* MIT License
|
||||||
([LICENSE-APACHE](https://github.com/manuelcillero/pagetop/blob/main/LICENSE-APACHE) o
|
([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
|
||||||
[http://www.apache.org/licenses/LICENSE-2.0]).
|
|
||||||
|
|
||||||
* Licencia MIT
|
* Apache License, Version 2.0,
|
||||||
([LICENSE-MIT](https://github.com/manuelcillero/pagetop/blob/main/LICENSE-MIT) o
|
([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
[http://opensource.org/licenses/MIT]).
|
|
||||||
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue