🔖 [pagetop] release development version 0.0.49

This commit is contained in:
Manuel Cillero 2024-02-09 22:10:26 +01:00
parent 75881cdf2d
commit f75f177e55
2 changed files with 8 additions and 8 deletions

View file

@ -40,12 +40,12 @@ distinct role within the PageTop ecosystem:
* **[pagetop-homedemo](https://github.com/manuelcillero/pagetop/tree/main/pagetop-homedemo)**: * **[pagetop-homedemo](https://github.com/manuelcillero/pagetop/tree/main/pagetop-homedemo)**:
Showcases a demo homepage, offering a glimpse into PageTop's capabilities. Showcases a demo homepage, offering a glimpse into PageTop's capabilities.
* **[pagetop-admin](https://github.com/manuelcillero/pagetop/tree/main/pagetop-admin)**: Offers a
unified interface for administrators to configure and manage package settings.
* **[pagetop-user](https://github.com/manuelcillero/pagetop/tree/main/pagetop-user)**: Facilitates * **[pagetop-user](https://github.com/manuelcillero/pagetop/tree/main/pagetop-user)**: Facilitates
user management, including roles, permissions, and session handling, for PageTop-based user management, including roles, permissions, and session handling, for applications built on
applications. PageTop.
* **[pagetop-admin](https://github.com/manuelcillero/pagetop/tree/main/pagetop-admin)**: Provides a
unified interface for administrators to configure and manage package settings.
* **[pagetop-node](https://github.com/manuelcillero/pagetop/tree/main/pagetop-node)**: Enables the * **[pagetop-node](https://github.com/manuelcillero/pagetop/tree/main/pagetop-node)**: Enables the
creation and customization of content types, enhancing website content management. creation and customization of content types, enhancing website content management.
@ -56,7 +56,7 @@ distinct role within the PageTop ecosystem:
Utilizes the [Bootstrap](https://getbootstrap.com/) framework to offer versatile page layouts and Utilizes the [Bootstrap](https://getbootstrap.com/) framework to offer versatile page layouts and
component stylings. component stylings.
* **[pagetop-bulmix](https://github.com/manuelcillero/pagetop/tree/main/pagetop-bulmix)**: Employs * **[pagetop-bulmix](https://github.com/manuelcillero/pagetop/tree/main/pagetop-bulmix)**: Utilizes
the [Bulma](https://bulma.io/) framework for sleek, responsive design elements. the [Bulma](https://bulma.io/) framework for sleek, responsive design elements.
## Helpers ## Helpers

View file

@ -26,12 +26,12 @@ helpers=(
pagetop-build pagetop-build
) )
packages=( packages=(
pagetop-bootsier
pagetop-bulmix
pagetop-homedemo pagetop-homedemo
pagetop-user pagetop-user
pagetop-admin pagetop-admin
pagetop-node pagetop-node
pagetop-bootsier
pagetop-bulmix
) )
pushd helpers pushd helpers