feat: VivesPOS landing on Winter CMS 1.2 — theme + plugin + Dockerfile
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run

- Base: wintercms/winter branch 1.2 (full framework)
- Theme vivespos: Canvas 7 + Bootstrap 5 CDN, custom CSS
- Layout: deferred GTM/GA4 tracking, JSON-LD SoftwareApplication
- Partials: hero (offline-first), features, modes (offline/nube toggle),
  screenshots, pricing (3 planes), comparison, FAQ, CTA
- Plugin VivesPOS.Site with ContactForm
- Dockerfile: PHP 8.2 Apache, port 80, healthcheck
- Added winter/wn-pages, blog, sitemap, seo plugins
- Active theme set to vivespos
This commit is contained in:
2026-08-21 19:29:00 -06:00
commit 1f72193a64
3266 changed files with 531480 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/2_PRE_PR.yaml vendored Normal file
View File

@@ -0,0 +1,32 @@
name: Pre-Pull Request Discussion
description: If you intend to submit a PR and wish to discuss it first, start here.
labels: ["Status: Review Needed", "Type: Conceptual Enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for your interest in submitting a pull request to Winter CMS. We always value contributions from our community. If you wish to start a discussion on the pull request before submission, such as discussing implementation details, please use this form.
- type: dropdown
id: subsystem
attributes:
label: Package targeted
description: Please select which portion of Winter CMS your PR is targeting.
options:
- Winter CMS
- Storm Library
- Both
- Other (please specify below)
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Please describe what your PR is intending to do.
validations:
required: true
- type: textarea
id: compatibility
attributes:
label: Will this change be backwards-compatible?
description: Please describe if this intended change may break backwards compatibility or not. If it does, state the rationale in which you believe this to be an acceptable break in backwards compatibility.