From f75f177e555a66986e28f94a87dad24f01699486 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 9 Feb 2024 22:10:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[pagetop]=20release=20developmen?= =?UTF-8?q?t=20version=200.0.49?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ tools/publish.sh | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9d68a529..a20ca2cf 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,12 @@ distinct role within the PageTop ecosystem: * **[pagetop-homedemo](https://github.com/manuelcillero/pagetop/tree/main/pagetop-homedemo)**: 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 - user management, including roles, permissions, and session handling, for PageTop-based - applications. + user management, including roles, permissions, and session handling, for applications built on + 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 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 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. ## Helpers diff --git a/tools/publish.sh b/tools/publish.sh index 153cfbdb..2de66f47 100755 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -26,12 +26,12 @@ helpers=( pagetop-build ) packages=( - pagetop-bootsier - pagetop-bulmix pagetop-homedemo pagetop-user pagetop-admin pagetop-node + pagetop-bootsier + pagetop-bulmix ) pushd helpers