Changeset d2b7247 in Klonkt for src


Ignore:
Timestamp:
06/27/2026 09:53:29 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
907a013
Parents:
abdcf33
Message:

chore(branding): stale product names in comments + deploy templates -> Klonkt

Cosmetic only — comments (CSS/EJS/SQL/ecosystem.config.cjs headers) and the deploy/ doc
templates: old names (PrutCMS/PrutFolio) -> Klonkt, stale Prutter (removed DM feature) mentions
dropped, deploy/ Dutch comments translated to English. No code, identifiers, rendered strings,
package name, PWA id, real infra paths, or roboburr refs touched.

Location:
src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • src/assets/css/audio.css

    rabdcf33 rd2b7247  
    1 /* PrutCMS v10 — Audio CSS
     1/* Klonkt — Audio CSS
    22   Two pieces:
    33     1. .post-audio-track — the play-button block inserted by [[track:id]] shortcode
  • src/assets/css/style.css

    rabdcf33 rd2b7247  
    5454}
    5555
    56 /* PrutCMS publieke stijl — editorial-ish, geen emoji-UI */
     56/* Klonkt publieke stijl — editorial-ish, geen emoji-UI */
    5757
    5858:root {
  • src/db/migrations/001-init.sql

    rabdcf33 rd2b7247  
    1 -- PrutFolio v1 — initial schema
    2 -- Forked from PrutCMS v9 (PHP, file-based) → SQLite/Node
    3 -- Complete schema with v9 features (Prutter, Forum, Audio, Themes) + v10 CRDT
     1-- Klonkt — initial schema
     2-- Forked from a v9 PHP, file-based CMS → SQLite/Node
     3-- Complete schema with the v9 features (Forum, Audio, Themes) + v10 CRDT
    44
    55-- ==================== USERS ====================
  • src/views/partials/bottom-tab.ejs

    rabdcf33 rd2b7247  
    44// Tabs:
    55//   logged-out:  Home · Zoek · Inloggen        (3 tabs)
    6 //   logged-in:   Home · Zoek · [Plus] · [Prutter] · Profiel
     6//   logged-in:   Home · Zoek · [Plus] · Profiel
    77//   The Plus tab is a FAB-style center action (accent bg, slightly raised).
    88//   It only appears for users with create-post permission.
    9 //   Prutter only appears when the site has DMs enabled.
    109
    1110const _siteUrlBase = (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '';
  • src/views/partials/chrome.ejs

    rabdcf33 rd2b7247  
    1111//
    1212//   _isAuth     → focus-scherm (in/uitloggen): helemaal geen chrome.
    13 //   _headerless → hub-homepagina én de Prutter-chat: WÉL de mini topnav-balk,
    14 //                 GEEN profielkop (hub: hero = header; chat: full-height view).
     13//   _headerless → hub-homepagina én full-height views: WÉL de mini topnav-balk,
     14//                 GEEN profielkop (hub: hero = header).
    1515//   anders      → topnav + profielkop (+ view-switcher buiten admin).
    1616var _isAdmin   = typeof bodyClass === 'string' && bodyClass.indexOf('on-admin') >= 0;
  • src/views/partials/topnav.ejs

    rabdcf33 rd2b7247  
    99// Desktop (≥768px):
    1010//   - Full v9 masthead: brand left, action row right
    11 //     (Archief / Search / Install / Theme / Prutter / User-menu).
     11//     (Archief / Search / Install / Theme / User-menu).
    1212//   - bottom-tab is hidden via CSS, so all nav must live here.
    1313
Note: See TracChangeset for help on using the changeset viewer.