Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joho1968/wcms-bs5-local

WonderCMS BS5 local inclusion plugin. Includes locally hosted Bootstrap 5 CSS and JS to allow other plugins and themes to utilize Bootstrap 5 in a GDPR compliant way.
https://github.com/joho1968/wcms-bs5-local

bootstrap bootstrap5 php php7 php8 plugin wondercms wondercms-plugins

Last synced: 30 days ago
JSON representation

WonderCMS BS5 local inclusion plugin. Includes locally hosted Bootstrap 5 CSS and JS to allow other plugins and themes to utilize Bootstrap 5 in a GDPR compliant way.

Awesome Lists containing this project

README

        

# WonderCMS BS5 local inclusion plugin
### Author: Joaquim Homrighausen
(https://github.com/joho1968)

This is a simple plugin for [WonderCMS 3.x.x](https://www.wondercms.com/) that
includes Bootstrap 5 (5.3.2) as local assets from your site. The idea is that
other plugins and/or themes may then use BS5 without having to include it in
their distribution.

Once this plugin has been installed, you may, of course, use any Bootstrap 5
HTML in your own content too :blush:

From a [GDPR](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation)
point of view, it may possibly be a bad idea to include
[CDN](https://en.wikipedia.org/wiki/Content_delivery_network) delivered assets
on a website since
[CDN](https://en.wikipedia.org/wiki/Content_delivery_network) hosts can
technically fingerprint the visitor.

## Preview
There's no preview for this plugin as it only creates scripted (HTML) output.

## How to use
1. Login to your WonderCMS website.
2. Click "Settings" and click "Plugins".
3. Find plugin in the list and click "install".
4. Plugin will be automatically activated.
5. Your website now has all the powers of [Bootstrap 5](https://getbootstrap.com/)

## Changelog

### 1.0.2 (2023-11-08)
* Bootstrap 5.3.2

## License

Please see [LICENSE](LICENSE) for a full copy of GPLv2

Copyright (C) 2023 [Joaquim Homrighausen](https://github.com/joho1968); all rights reserved.

This file is part of wcms-bs5-local. wcms-bs5-local is free software.

You may redistribute it and/or modify it under the terms of the GNU General
Public License version 2, as published by the Free Software Foundation.

wcms-bs5-local is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
the wcms-bs5-local package. If not, write to:

```
The Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA.
```