-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
525 lines (472 loc) · 26 KB
/
Copy pathindex.html
File metadata and controls
525 lines (472 loc) · 26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>phpMyCellar - Open-Source Wine Cellar Management & Tasting Notes Journal</title>
<meta name="description" content="A lightweight, self-hosted fine wine cellar management notebook, tasting notes journal, and interactive cellar menu built with modern PHP and MariaDB. Zero tracking, 100% data ownership.">
<meta name="keywords" content="phpMyCellar, wine cellar management, tasting notes journal, carte des vins, wine database, self-hosted wine software, sommelier notebook, open source wine app">
<meta name="author" content="dmueller-dev">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<link rel="canonical" href="https://phpmycellar.org/">
<!-- Open Graph / Social Media -->
<meta property="og:locale" content="en_GB">
<meta property="og:site_name" content="phpMyCellar">
<meta property="og:type" content="website">
<meta property="og:title" content="phpMyCellar - Open-Source Wine Cellar & Tasting Journal">
<meta property="og:description" content="Self-hosted fine wine cellar management, tasting notes journal, and interactive Carte des Vins with zero tracking and full data ownership.">
<meta property="og:url" content="https://phpmycellar.org/">
<meta property="og:image" content="https://phpmycellar.org/phpMyCellar.webp">
<meta property="og:image:alt" content="phpMyCellar Official Logo">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="phpMyCellar - Open-Source Wine Cellar & Tasting Journal">
<meta name="twitter:description" content="Lightweight, self-hosted fine wine cellar management and tasting notes journal. 100% data ownership.">
<meta name="twitter:image" content="https://phpmycellar.org/phpMyCellar.webp">
<!-- Schema.org JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "phpMyCellar",
"operatingSystem": "Linux, macOS, Windows (PHP / Docker / MariaDB)",
"applicationCategory": "LifestyleApplication, DatabaseApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "A lightweight, self-hosted fine wine cellar management notebook, tasting notes journal, and interactive cellar menu built with modern PHP and MariaDB.",
"license": "https://opensource.org/licenses/MIT",
"url": "https://phpmycellar.org/",
"author": {
"@type": "Person",
"name": "dmueller-dev",
"url": "https://github.com/dmueller-dev"
}
}
</script>
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/webp" href="cropped-wineglassicon-32x32.webp" sizes="32x32">
<link rel="icon" type="image/webp" href="cropped-wineglassicon-192x192.webp" sizes="192x192">
<link rel="apple-touch-icon" href="cropped-wineglassicon-180x180.webp">
<link rel="stylesheet" href="styles.css">
<script src="script.js" defer></script>
</head>
<body id="top">
<!-- TOP BRANDING HEADER -->
<header class="site-header">
<a href="#top" title="phpMyCellar - Open-Source Wine Cellar Management">
<img src="phpMyCellar.webp" alt="phpMyCellar Logo" class="site-logo">
</a>
<h1 class="site-title">phpMyCellar</h1>
<p class="sub-title">A lightweight, self-hosted fine wine cellar management notebook, tasting notes journal, and interactive cellar menu.</p>
</header>
<!-- NAVIGATION BAR -->
<header class="navigation">
<div class="nav-container">
<input class="mobile-menu" type="checkbox" id="mobile-menu" aria-label="Toggle navigation menu">
<label class="mobile-icon" for="mobile-menu" aria-hidden="true">
<span class="mobile-icon-line"></span>
</label>
<nav class="topnav" aria-label="Main Navigation">
<ul class="top-menu">
<li><a href="#overview" class="active">Overview</a></li>
<li><a href="#philosophy">Philosophy</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#carte">Carte des Vins</a></li>
<li><a href="#quickstart">Quick Start</a></li>
<li><a href="#manual">Manual & Docs</a></li>
<li class="right"><a href="https://github.com/dmueller-dev/phpMyCellar" target="_blank" rel="noopener noreferrer" class="nav-highlight">GitHub Repository →</a></li>
</ul>
</nav>
</div>
</header>
<!-- MAIN CONTENT CONTAINER -->
<main>
<!-- HERO SECTION -->
<section id="overview" class="card hero">
<h2 style="font-size: 2rem; margin-top: 0; color: var(--secondary-accent);">Digital Cellar Notebook for Collectors & Sommeliers</h2>
<p style="font-size: 1.15rem; max-width: 780px; margin: 0 auto 16px; color: var(--text-muted);">
Take 100% control of your wine collection, sensory tasting impressions, and cellar stock. Zero subscription fees, zero telemetry, zero cloud lock-in.
</p>
<div class="btn-group">
<a href="https://github.com/dmueller-dev/phpMyCellar" target="_blank" rel="noopener noreferrer" class="btn btn-primary">
<svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true" style="vertical-align: middle;">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
</svg>
View on GitHub
</a>
<a href="#quickstart" class="btn btn-secondary">Get Started (Docker & PHP)</a>
<a href="#carte" class="btn btn-outline">Preview Carte des Vins</a>
</div>
<div class="badges-container">
<span class="badge"><strong>Licence:</strong> MIT Open Source</span>
<span class="badge"><strong>Backend:</strong> PHP 7.4+ / 8.x</span>
<span class="badge"><strong>Database:</strong> MariaDB / MySQL</span>
<span class="badge badge-highlight">Zero Telemetry & Private</span>
<span class="badge">Docker Compose Ready</span>
<span class="badge">No Build Pipeline</span>
</div>
</section>
<!-- CORE PHILOSOPHY -->
<section id="philosophy" class="card">
<h2 class="card-title">
<span>The phpMyCellar Philosophy</span>
<span class="section-badge">Why Self-Hosted?</span>
</h2>
<p>
Commercial wine apps frequently lock your tasting records and bottle valuations behind subscription walls, monetize your cellar habits, or risk disappearing overnight. <strong>phpMyCellar</strong> is built from the ground up to guarantee everlasting data independence and respect your privacy.
</p>
<div class="grid-2">
<div class="feature-box">
<div class="feature-icon">🔒</div>
<div class="feature-title">100% Data Sovereignty</div>
<p class="feature-desc">
Your cellar inventory, purchase prices, confidential notes, and merchant invoices reside securely in your own SQL database on your server, VPS, or home lab.
</p>
</div>
<div class="feature-box">
<div class="feature-icon">🍷</div>
<div class="feature-title">Designed for Real Wine Enthusiasts</div>
<p class="feature-desc">
Choice between 20-point and 100-point rating scales with optional WSET SAT evaluation, blind tasting mode, drinking windows, bottle formats (375ml to large formats), and storage bins.
</p>
</div>
<div class="feature-box">
<div class="feature-icon">📜</div>
<div class="feature-title">Interactive Hospitality</div>
<p class="feature-desc">
Share a real-time digital <em>Carte des vins</em> with dinner guests, tasting groups, or family to browse bottles that are ready to drink without exposing private costs.
</p>
</div>
<div class="feature-box">
<div class="feature-icon">✍️</div>
<div class="feature-title">Long-Form Story & Vintage Publishing</div>
<p class="feature-desc">
Document winery visits, horizontal/vertical vintage tastings, and cellaring milestones with an integrated rich-text story editor and photo publisher.
</p>
</div>
</div>
</section>
<!-- KEY FEATURES GRID -->
<section id="features" class="card">
<h2 class="card-title">
<span>Comprehensive Cellar Features</span>
<span class="section-badge">Built for Connoisseurs</span>
</h2>
<div class="grid-3">
<div class="feature-box">
<div class="feature-icon">🗄️</div>
<div class="feature-title">Cellar & Location Tracking</div>
<p class="feature-desc">
Organise bottles by rack, shelf, bin, or custom location. Track bottle formats, quantities, cost per bottle, and merchant delivery receipts with PDF invoices.
</p>
</div>
<div class="feature-box">
<div class="feature-icon">🏆</div>
<div class="feature-title">Dual-Scale Tasting Notes & WSET SAT</div>
<p class="feature-desc">
Draft detailed evaluations with a choice of 20-point or 100-point scales, plus optional WSET SAT qualitative criteria, drinking window forecasting, and blind tasting reveal mode.
</p>
</div>
<div class="feature-box">
<div class="feature-icon">🍴</div>
<div class="feature-title">Live Carte des Vins</div>
<p class="feature-desc">
Filter ready-to-drink wines by colour (Red, White, Champagne, Rosé, Sweet), grape variety, region, and producer for effortless table service.
</p>
</div>
<div class="feature-box">
<div class="feature-icon">📚</div>
<div class="feature-title">Producer & Vintage Encyclopedia</div>
<p class="feature-desc">
Maintain structured records of wine masters, appellations, vineyards, and historical vintage ratings aggregated automatically from your tasting log.
</p>
</div>
<div class="feature-box">
<div class="feature-icon">🛡️</div>
<div class="feature-title">Granular RBAC Security</div>
<p class="feature-desc">
Role-Based Access Control (Public, Reader, Contributor, Admin) with granular permission overrides, CSRF synchronizer tokens, and locked upload paths.
</p>
</div>
<div class="feature-box">
<div class="feature-icon">🎨</div>
<div class="feature-title">Customisable Theme & Branding</div>
<p class="feature-desc">
Tailor site title, tagline, accent colours (IndianRed, Burgundy, etc.), currency symbols, and static pages (Welcome, Impressum, Privacy) directly from the UI.
</p>
</div>
</div>
</section>
<!-- CARTE DES VINS DEMO -->
<section id="carte" class="card">
<h2 class="card-title">
<span>Interactive Carte des Vins (*Wine Menu*)</span>
<span class="section-badge">Live Guest Preview</span>
</h2>
<p>
Here is an example of how your cellar's bottles appear in the shareable wine menu. Guests and tasting attendees can filter by style and vintage to pick the evening's selection:
</p>
<div class="carte-preview">
<div class="table-responsive">
<table class="carte-table">
<thead>
<tr>
<th>Vintage & Wine</th>
<th>Producer & Region</th>
<th>Style / Variety</th>
<th>Score</th>
<th>Drink Window</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<strong>2018 Morey-Saint-Denis 1er Cru</strong><br>
<span class="wine-color-tag tag-red">Red Wine</span> 750ml
</td>
<td>Domaine Dujac<br><small style="color:#666;">Côte de Nuits, Burgundy, France</small></td>
<td>Pinot Noir</td>
<td><span class="wine-rating-badge">19 / 20</span></td>
<td><span class="drinking-status">✓ Peak (2024–2038)</span></td>
</tr>
<tr>
<td>
<strong>2015 Sassicaia Bolgheri</strong><br>
<span class="wine-color-tag tag-red">Red Wine</span> 750ml
</td>
<td>Tenuta San Guido<br><small style="color:#666;">Tuscany, Italy</small></td>
<td>Cabernet Sauvignon, Cabernet Franc</td>
<td><span class="wine-rating-badge">98 / 100</span></td>
<td><span class="drinking-status">✓ Ready to Drink</span></td>
</tr>
<tr>
<td>
<strong>2012 Vintage Brut Champagne</strong><br>
<span class="wine-color-tag tag-champagne">Champagne</span> 1500ml (Magnum)
</td>
<td>Dom Pérignon<br><small style="color:#666;">Épernay, Champagne, France</small></td>
<td>Chardonnay, Pinot Noir</td>
<td><span class="wine-rating-badge">19.5 / 20</span></td>
<td><span class="drinking-status">✓ Peak (2022–2045)</span></td>
</tr>
<tr>
<td>
<strong>2020 Meursault Premier Cru Genevrières</strong><br>
<span class="wine-color-tag tag-white">White Wine</span> 750ml
</td>
<td>Domaine des Comtes Lafon<br><small style="color:#666;">Côte de Beaune, Burgundy, France</small></td>
<td>Chardonnay</td>
<td><span class="wine-rating-badge">18.5 / 20</span></td>
<td><span class="drinking-status">✓ Ready to Drink</span></td>
</tr>
<tr>
<td>
<strong>2005 Château d'Yquem</strong><br>
<span class="wine-color-tag tag-sweet">Sweet Wine</span> 375ml (Half)
</td>
<td>Château d'Yquem<br><small style="color:#666;">Sauternes, Bordeaux, France</small></td>
<td>Sémillon, Sauvignon Blanc</td>
<td><span class="wine-rating-badge">20 / 20</span></td>
<td><span class="drinking-status">✓ Peak (2020–2080)</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- QUICK START & INSTALLATION -->
<section id="quickstart" class="card">
<h2 class="card-title">
<span>Quick Start Installation</span>
<span class="section-badge">Fast & Lightweight</span>
</h2>
<p>
phpMyCellar requires no complex JavaScript build chains or heavyweight framework runtimes. You can deploy it locally via Docker or onto any standard Linux web server with PHP and MariaDB/MySQL.
</p>
<h3>Option 1: Docker Compose (Recommended for Local & Container Deployments)</h3>
<p>Run the full application stack including MariaDB database with two shell commands:</p>
<div class="code-box">
<div class="code-header">
<span>bash — terminal</span>
<button type="button" class="copy-btn" data-target="code-docker">Copy command</button>
</div>
<pre class="code-content" id="code-docker"><code>git clone https://github.com/dmueller-dev/phpMyCellar.git
cd phpMyCellar
docker compose up -d --build</code></pre>
</div>
<p>
Once started, open <code class="inline-code">http://localhost:8080/install/</code> in your web browser to finish the web setup wizard and configure your admin account.
</p>
<hr style="border: 0; border-top: 1px solid var(--border-light); margin: 25px 0;">
<h3>Option 2: Traditional Web Hosting (Apache / Nginx / VPS)</h3>
<ol class="step-list">
<li>
<div class="step-title">Upload Codebase</div>
<p>Copy the repository files to your web server document root (e.g. <code class="inline-code">/var/www/html/</code> or <code class="inline-code">public_html/</code>).</p>
</li>
<li>
<div class="step-title">Configure Web Server & File Permissions</div>
<p>
For <strong>Apache</strong>, copy <code class="inline-code">.htaccess.example</code> to <code class="inline-code">.htaccess</code>. For <strong>Nginx</strong>, use the provided <code class="inline-code">nginx.conf.example</code>.<br>
Ensure write permissions on root directory (for <code class="inline-code">.env</code>), <code class="inline-code">install/</code> (for <code class="inline-code">installed.lock</code>), and <code class="inline-code">uploads/</code>.
</p>
</li>
<li>
<div class="step-title">Launch the Interactive Web Installer</div>
<p>
Navigate to <code class="inline-code">http://your-domain.com/install/</code>. The step-by-step wizard tests database credentials, executes migrations and seed data, creates the Super-Administrator account (<code class="inline-code">user_id = 1</code>), and configures initial site branding.
</p>
</li>
</ol>
<div class="table-responsive">
<table class="data-table">
<thead>
<tr>
<th>Component</th>
<th>Requirement</th>
<th>Recommended</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>PHP Runtime</strong></td>
<td>PHP 7.4+</td>
<td>PHP 8.1 / 8.2 / 8.3+</td>
</tr>
<tr>
<td><strong>Database</strong></td>
<td>MariaDB 10.4+ / MySQL 8.0+</td>
<td>MariaDB 10.11+ (<code class="inline-code">utf8mb4</code>)</td>
</tr>
<tr>
<td><strong>PHP Extensions</strong></td>
<td><code class="inline-code">mysqli</code>, <code class="inline-code">session</code>, <code class="inline-code">json</code></td>
<td><code class="inline-code">gd</code> / <code class="inline-code">imagick</code>, <code class="inline-code">curl</code></td>
</tr>
<tr>
<td><strong>Web Server</strong></td>
<td>Apache 2.4+ (<code class="inline-code">mod_rewrite</code>) or Nginx 1.18+</td>
<td>Apache / Nginx with HTTPS enabled</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- DOCUMENTATION & MANUAL -->
<section id="manual" class="card">
<h2 class="card-title">
<span>Documentation & User Manual</span>
<span class="section-badge">Comprehensive Guides</span>
</h2>
<p>
phpMyCellar includes an in-depth user and administrator manual detailing cellar organization, scoring methodologies, role permissions, and database backup routines:
</p>
<div class="manual-grid">
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/manual/01-welcome.md" target="_blank" rel="noopener noreferrer" class="manual-item">
<div class="manual-num">01</div>
<div>
<div class="manual-title">Welcome & Core Philosophy</div>
<div class="manual-desc">Introduction to the cellar manager, design principles, and data privacy guarantee.</div>
</div>
</a>
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/manual/02-getting-started.md" target="_blank" rel="noopener noreferrer" class="manual-item">
<div class="manual-num">02</div>
<div>
<div class="manual-title">Getting Started & Installation</div>
<div class="manual-desc">Step-by-step installation instructions for Docker, Apache, and Nginx.</div>
</div>
</a>
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/manual/03-cellar-management.md" target="_blank" rel="noopener noreferrer" class="manual-item">
<div class="manual-num">03</div>
<div>
<div class="manual-title">Wine Cellar & Order Management</div>
<div class="manual-desc">Managing bins, rack allocations, merchant purchase orders, and PDF receipts.</div>
</div>
</a>
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/manual/04-tasting-notes.md" target="_blank" rel="noopener noreferrer" class="manual-item">
<div class="manual-num">04</div>
<div>
<div class="manual-title">Tasting Notes, Ratings & Blind Tastings</div>
<div class="manual-desc">20-point vs 100-point scales, optional WSET SAT criteria, sensory profiles, and blind evaluations.</div>
</div>
</a>
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/manual/05-blog-and-stories.md" target="_blank" rel="noopener noreferrer" class="manual-item">
<div class="manual-num">05</div>
<div>
<div class="manual-title">Stories & Image Publishing</div>
<div class="manual-desc">Writing vertical/horizontal reports, winery trip logs, and managing discussions.</div>
</div>
</a>
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/manual/06-users-and-privileges.md" target="_blank" rel="noopener noreferrer" class="manual-item">
<div class="manual-num">06</div>
<div>
<div class="manual-title">User Accounts, Roles & Privileges</div>
<div class="manual-desc">Role-Based Access Control (RBAC), guest views, and granular admin permissions.</div>
</div>
</a>
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/manual/07-site-customisation.md" target="_blank" rel="noopener noreferrer" class="manual-item">
<div class="manual-num">07</div>
<div>
<div class="manual-title">Site Customisation & Static Pages</div>
<div class="manual-desc">Theming accent colors, custom currencies, Impressum, and Privacy Policy editor.</div>
</div>
</a>
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/manual/08-backup-and-maintenance.md" target="_blank" rel="noopener noreferrer" class="manual-item">
<div class="manual-num">08</div>
<div>
<div class="manual-title">Maintenance, Backups & Security</div>
<div class="manual-desc">Automated database dumps, disaster recovery, and server security hardening.</div>
</div>
</a>
</div>
</section>
<!-- OPEN SOURCE & COMMUNITY -->
<section id="community" class="card" style="text-align: center;">
<h2 class="card-title" style="justify-content: center;">
<span>Open Source & Community</span>
</h2>
<p style="max-width: 680px; margin: 0 auto 18px;">
phpMyCellar is free, open-source software licensed under the <strong>MIT License</strong>. Contributions, issue reports, and feature proposals from fellow wine lovers and developers are welcome on GitHub!
</p>
<div class="btn-group">
<a href="https://github.com/dmueller-dev/phpMyCellar" target="_blank" rel="noopener noreferrer" class="btn btn-primary">
<svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true" style="vertical-align: middle;">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
</svg>
Star & Fork on GitHub
</a>
<a href="https://github.com/dmueller-dev/phpMyCellar/issues" target="_blank" rel="noopener noreferrer" class="btn btn-outline">
Report an Issue / Feedback
</a>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="site-footer">
<div class="footer-nav">
<a href="#top">Back to Top ↑</a>
<span>•</span>
<a href="https://github.com/dmueller-dev/phpMyCellar" target="_blank" rel="noopener noreferrer">Source Code</a>
<span>•</span>
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">MIT Licence</a>
<span>•</span>
<a href="https://github.com/dmueller-dev/phpMyCellar/blob/main/SECURITY.md" target="_blank" rel="noopener noreferrer">Security Policy</a>
<span>•</span>
<a href="https://github.com/dmueller-dev/phpMyCellar/tree/main/manual" target="_blank" rel="noopener noreferrer">User Manual</a>
</div>
<p>
© <span id="current-year">2026</span> <strong>phpMyCellar</strong> — Open-Source Wine Cellar Management & Tasting Notes Journal.
</p>
<p style="font-size: 0.82rem; color: #888;">
Designed with clean semantic HTML5 & CSS. Built for the wine community.
</p>
</footer>
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>