-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathget-supporter-edition.astro
More file actions
663 lines (640 loc) · 21.7 KB
/
get-supporter-edition.astro
File metadata and controls
663 lines (640 loc) · 21.7 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
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
---
import Layout from '~/layouts/PageLayout.astro';
import Hero from '~/components/widgets/Hero.astro';
import Prices from '~/components/widgets/Pricing.astro';
import FAQs from '~/components/widgets/FAQs.astro';
import FeaturesList from '~/components/widgets/FeaturesList.astro';
const metadata = {
title: 'Lyche SE - Unlock the full capabilities of Lychee with the Supporter Edition.',
};
---
<Layout metadata={metadata}>
<!-- Hero2 Widget ******************* -->
<Hero
tagline="<span class='text-sky-600 dark:text-sky-300'></span>"
title='<span class="text-5xl"> Lychee <span class="text-sky-600 dark:text-sky-300">SE</span></span>'
subtitle="Unlock the full capabilities of <span class='font-bold text-black dark:text-white'>Lychee</span> with the <span class='text-sky-600 dark:text-sky-300 font-bold'>Supporter Edition</span>.<br>Get exclusive features and support the development of Lychee."
>
<Fragment slot="bg">
<div class="relative w-full flex justify-center pt-0 md:pt-[76px]">
<div class="shape-divider-bottom hidden lg:block">
<div class="h-4 sm:h-16 md:h-52 w-full bg-mix dark:bg-dark-mix"/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 200" preserveAspectRatio="none" class="bg-bgDark2">
<path d="M 0 50 C 150 150 300 0 500 80 L 500 0 L 0 0" class="shape-fill bg-white fill-sky-400 dark:bg-black dark:fill-sky-950"
fill="rgb(57, 27, 112)"></path>
<path d="M 0 50 C 150 150 330 -30 500 50 L 500 0 L 0 0" class="fill-sky-100 dark:fill-sky-800" opacity="0.8"></path>
<path d="M 0 50 C 215 150 250 0 500 100 L 500 0 L 0 0" class="fill-sky-50 dark:fill-sky-500" opacity="0.5"></path>
</svg>
</div>
</div>
</Fragment>
</Hero>
<!-- Pricing Widget ******************* -->
<Prices
classes={{container: 'pt-0 md:pt-0 lg:pt-0'}}
prices={[
{
title: 'Free',
subtitle: 'Optimal choice for personal use.',
price: 'Free',
period: 'per month',
items: [
{
description: 'Unlimited users.',
},
{
description: 'Unlimited albums.',
},
{
description: 'Unlimited tags.',
},
{
description: 'Unlimited photo upload.',
},
{
description: '',
},
],
callToAction: {
target: '_blank',
text: 'Get started',
href: 'https://github.com/LycheeOrg/Lychee',
},
},
{
title: '<span class="text-sky-600 dark:text-sky-300 font-bold">Supporter Edition</span>',
subtitle: 'Optimal choice if you would like to support the development of Lychee.',
price: 5,
period: 'Per Month',
items: [
{
description: 'Same features as the Free Edition.',
classes: { icon: 'bg-green-700 rounded-full text-white' }
},
{
description: 'Statistics on your library.',
icon: 'tabler:plus',
},
{
description: 'User groups & upload quotas.',
icon: 'tabler:plus',
},
{
description: 'Anonymous uploads.',
icon: 'tabler:plus',
},
{
description: 'Secured image links.',
icon: 'tabler:plus',
},
{
description: 'Watermarking.',
icon: 'tabler:plus',
},
{
description: 'Extended customizations.',
icon: 'tabler:plus',
},
{
description: 'more to come...',
icon: 'tabler:question-mark',
classes: {
icon_bg: 'bg-neutral-400',
icon: 'text-white',
description: 'text-neutral-400',
},
},
],
callToAction: {
target: '_blank',
text: 'Support us!',
href: 'https://github.com/sponsors/LycheeOrg',
},
hasRibbon: true,
ribbonTitle: 'popular',
},
]}
/>
<FeaturesList
title="Full comparison<sup class='text-xl'>*</sup>"
tagline="the essentials and a few more"
products={['Free', 'Lychee <span class="text-sky-600 dark:text-sky-300">SE</span>']}
extra="<sup>*</sup> This table is summary of Lychee's functionalities and does not represent the large amount of configurations available (250+).<br>\
<sup>**</sup> Some languages are still untranslated. Any translations provided via <a class='text-sky-600 dark:text-sky-300 underline hover:text-sky-400 dark:hover:text-sky-500' href='https://weblate.lycheeorg.dev'>weblate</a> will be appreciated.<br>\
<sup>***</sup> This option is not available on <span class='text-sky-600 dark:text-sky-300'>SE</span> as they are already hidden.<br>\
<sup>****</sup> This option requires the <span class='text-sky-600 dark:text-sky-300'>Pro</span> edition of Lychee which is targeted to users who wish to sell their pictures."
specs={[
{
feature: 'Global',
isHeader: true,
},
{
feature: '<span class="text-black dark:text-neutral-400/50 font-bold">Dark</span> and <span class="text-neutral-500 dark:text-neutral-100 font-bold">Light</span> themes',
available: [true, true],
isV6: true,
},
{
feature: 'Unlimited photo upload',
available: [true, true],
},
{
feature: 'Unlimited number of albums',
available: [true, true],
},
{
feature: 'Unlimited number of users',
available: [true, true],
},
{
feature: 'Multiple languages supported<sup>*</sup><sup>*</sup>',
available: [true, true],
},
{
feature: 'Hide Lychee <span class="text-sky-600 dark:text-sky-300">SE</span> call for actions <sup>*</sup><sup>*</sup><sup>*</sup>',
available: [true, false],
},
{
feature: 'Photo management',
isHeader: true,
},
{
feature: 'Full sizes and other variants',
available: [true, true],
},
{
feature: 'Auto rotation on import',
available: [true, true],
},
{
feature: 'Exif Data decoding',
available: [true, true],
},
{
feature: 'GPS data localization',
available: [true, true],
},
{
feature: 'Zip & download',
available: [true, true],
},
{
feature: 'Upload by chunks',
available: [true, true],
},
{
feature: 'Slideshow',
available: [true, true],
},
{
feature: 'Hotlink protection',
available: [true, true],
},
{
feature: 'AES-Secured links',
available: [false, true],
},
{
feature: 'Statistics (download, share, etc.)',
available: [false, true],
},
{
feature: 'Color palette extraction',
available: [false, true],
},
{
feature: 'Album management',
isHeader: true,
},
{
feature: 'Smart albums',
available: [true, true],
},
{
feature: 'Unlimited photos per album',
available: [true, true],
},
{
feature: 'Albums within albums',
available: [true, true],
},
{
feature: 'Zip & download',
available: [true, true],
},
{
feature: 'Justified/Masonry/Square photo layouts',
available: [true, true],
},
{
feature: 'Slideshow with previous & next',
available: [true, true],
},
{
feature: 'Timeline view',
available: [true, true],
},
{
feature: 'Embed Album in other websites',
available: [true, true],
},
{
feature: 'Photo statistics per album',
available: [false, true],
},
{
feature: 'Statistics (download, share, etc.)',
available: [false, true],
},
{
feature: 'Per Album customizations',
isHeader: true,
},
{
feature: 'Customizable sorting',
available: [true, true],
},
{
feature: 'Customizable Album covers',
available: [true, true],
},
{
feature: 'Customizable Album header photo',
available: [true, true],
},
{
feature: 'Customizable thumbs album aspect-ratio',
available: [true, true],
},
{
feature: 'Customizable photo layout',
available: [true, true],
},
{
feature: 'Customizable timeline',
available: [false, true],
},
{
feature: 'Flow (display albums in a feed like manner)',
isHeader: true,
},
{
feature: 'Standalone page',
available: [true, true],
},
{
feature: 'With access control',
available: [true, true],
},
{
feature: 'Configurable base album',
available: [true, true],
},
{
feature: 'Custom strategy: opt-in vs auto',
available: [false, true],
isSoon: true,
},
{
feature: 'Compact mode for flow cards',
available: [false, true],
},
{
feature: 'Extensive flow card customizations',
available: [false, true],
},
{
feature: 'Tagging',
isHeader: true,
},
{
feature: 'Rename, merge, delete tags in a single view',
available: [true, true],
},
{
feature: 'Photo listing per tag',
available: [true, true],
},
{
feature: 'Auto-completion',
available: [true, true],
},
{
feature: 'Smart Albums by tag selection',
available: [true, true],
},
{
feature: 'Display tags on album view',
available: [false, true],
},
{
feature: 'Watermarking',
isHeader: true,
},
{
feature: 'Custom image as watermark',
available: [false, true],
},
{
feature: 'Customizable scaling, positioning, and opacity',
available: [false, true],
},
{
feature: 'Timeline',
isHeader: true,
},
{
feature: 'Standalone page',
available: [true, true],
},
{
feature: 'Direct date access',
available: [true, true],
},
{
feature: 'With access control',
available: [true, true],
},
{
feature: 'Custom granularity',
available: [false, true],
},
{
feature: 'Custom format',
available: [false, true],
},
{
feature: 'User management',
isHeader: true,
},
{
feature: 'Login with WebAuthn and Oauth',
available: [true, true],
},
{
feature: 'Registration page',
available: [true, true],
},
{
feature: 'Invite links',
available: [true, true],
},
{
feature: 'Access rights management per album',
available: [true, true],
},
{
feature: 'Cross-user sharing',
available: [true, true],
},
{
feature: 'Space usage per user',
available: [false, true],
},
{
feature: 'Upload quota per user',
available: [false, true],
},
{
feature: 'Admin note per user',
available: [false, true],
},
{
feature: 'Multi-admin support',
available: [false, true],
},
{
feature: 'User groups',
isHeader: true,
},
{
feature: 'With group admin (allow delegation)',
available: [false, true],
},
{
feature: 'With group sharing',
available: [false, true],
},
{
feature: 'Access rights management per album',
available: [false, true],
},
{
feature: 'Modules',
isHeader: true,
},
{
feature: 'Landing page',
available: [true, true],
},
{
feature: 'Map view',
available: [true, true],
},
{
feature: 'RSS Feed',
available: [true, true],
},
{
feature: 'Sensitive albums',
available: [true, true],
},
{
feature: 'Basic search functions',
available: [true, true],
},
{
feature: 'Frame display',
available: [true, true],
},
{
feature: 'Personal favourites',
available: [false, true],
},
{
feature: 'Renaming rules on import/upload',
available: [false, true],
},
{
feature: 'Sync with local directories',
isHeader: true,
},
{
feature: 'Import via CLI',
available: [true, true],
},
{
feature: 'Import via Web UI',
available: [true, true],
},
{
feature: 'Fast duplicate detection by filename/title',
available: [true, true],
},
{
feature: 'Duplicate detection by hash',
available: [true, true],
},
{
feature: 'Import from directories as full tree',
available: [true, true],
},
{
feature: 'Optional removal of albums when not found in sub-directories',
available: [true, true],
},
{
feature: 'Optional removal of photos when not found in directories',
available: [true, true],
},
{
feature: 'Administration',
isHeader: true,
},
{
feature: 'Logs',
available: [true, true],
},
{
feature: 'API documentation',
available: [true, true],
},
{
feature: 'Diagnostics tools',
available: [true, true],
},
{
feature: 'Maintenance page',
available: [true, true],
},
{
feature: 'Duplicates Finding',
available: [true, true],
},
{
feature: 'Full manual settings control',
available: [true, true],
},
{
feature: 'Statistics on your installation',
available: [false, true],
isV6: true,
},
{
feature: 'Webshop integration ****',
isHeader: true,
isSoon: true,
isPro: true,
},
{
feature: 'Custom pricing (per size & license type)',
available: [false, true],
isPro: true,
},
{
feature: 'Basket control flow',
available: [false, true],
isPro: true,
},
{
feature: 'Mollie payment integration',
available: [false, true],
isPro: true,
},
{
feature: 'PayPal payment integration',
available: [false, true],
isPro: true,
},
{
feature: 'Offline payment support',
available: [false, true],
isPro: true,
},
{
feature: 'Order administration',
available: [false, true],
isPro: true,
},
{
feature: 'Download links management',
available: [false, true],
isPro: true,
},
]}
/>
<FAQs
title="FAQs"
subtitle="With the new <span class='font-bold dark:text-neutral-200'>Lychee <span class='text-sky-600 dark:text-sky-300'>SE</span></span> readily available, we understand that you must have some questions. We try to answer some of them here."
columns={1}
items={[
{
title: 'What is the difference between the Free and Supporter Edition?',
description:
'The <span class="font-bold dark:text-neutral-200">Free</span> Edition is a great choice for personal use, offering unlimited albums, users, and photo uploads.<br/> \
<span class="font-bold dark:text-neutral-200">Lychee</span> <span class="text-sky-600 dark:text-sky-300 font-bold">SE</span> includes all the features of the Free Edition, plus some exclusive features as a thank-you for supporting the development of Lychee.',
},
{
title: 'What is the Pro edition mentioned in the feature comparison table?',
description:
'The <span class="font-bold dark:text-neutral-200">Pro</span> edition is a small addon on top of <span class="font-bold dark:text-neutral-200">Lychee</span> <span class="text-sky-600 dark:text-sky-300 font-bold">SE</span> that is targeted towards professional photographers and businesses who wish to sell their pictures via a webshop integration.\
It includes all the features of the Supporter Edition plus few exclusive features to manage your webshop and sales. Depending on your support to Lychee, you may already have access to it.',
},
{
title: 'I am running an old version of Lychee and I want to upgrade to version 6.<br>Will I be losing features if I do not use the Supporter Edition?',
description:
'<span class="dark:text-neutral-200 font-semibold">No</span>. The version 6 of Lychee is pretty much the same as version 5 but with a different front-end. It is faster, more fluid, more reactive, and less buggy. \
The Free version 6 has not been crippled to incentivise you to upgrade to <span class="font-bold dark:text-neutral-200">Lychee</span> <span class="text-sky-600 dark:text-sky-300 font-bold">SE</span>. We are not in that kind of mindset. We want you to use Lychee, and we want you to be happy with it.',
},
{
title: 'Is there a trial period for the Supporter Edition?',
description:
'Unfortunately, we do not offer trial periods nor refunds. For this reason we recommend that you try the Free Edition first to see if Lychee fits your needs as it already comes packed with a lot of features.',
},
{
title: 'How do I get the Supporter Edition? How do I register it?',
description:
"Once you support us via GitHub, you will get a link to retrieve your personal license key that you can use in your Lychee instance to unlock the exclusive features.\
If you support us directly via Open Collective, please contact us by mail or via discord to get your personal license key.<br/><br/>\
Once you have your license key, just go into the <span class='font-semibold dark:text-neutral-300'>Left menu</span>, open the <span class='font-semibold dark:text-neutral-300'>About Lychee</span> dialog, and enter your license key in the dedicated field.",
},
{
title: 'Is there a limit on the number of Lychee instances I can use my license key on?',
description:
'<span class="dark:text-neutral-200 font-semibold">No</span>. You can use your personal license key on as many instances of Lychee as you have.',
},
{
title: 'I want to contribute to Lychee, where does my code fall between the Free and the Supporter Edition?',
description:
"That is a good question, and it really boils down to what you are adding/modifying. Our general rule of thumb is that:\
<ul class='list-disc list-inside text-muted'>\
<li class='mt-3 sm:mt-1.5'>if you are <span class='font-bold dark:text-neutral-200'>adding a new feature</span> to Lychee that is not already part of the core, \
we will include it in the <span class='font-bold dark:text-neutral-200'>Free Edition</span>.</li>\
<li class='mt-3 sm:mt-0'>If you are <span class='font-bold dark:text-neutral-200'>improving a feature</span> that is part of the <span class='font-bold dark:text-neutral-200'>Free Edition</span>, that improvement will be included in the <span class='font-bold dark:text-neutral-200'>Free Edition</span>.</li>\
<li class='mt-3 sm:mt-0'>If you are <span class='font-bold dark:text-neutral-200'>improving a feature</span> that is part of <span class='font-bold dark:text-neutral-200'>Lychee</span> <span class='text-sky-600 dark:text-sky-300 font-bold'>SE</span>, that feature will have to stay in <span class='font-bold dark:text-neutral-200'>Lychee</span> <span class='text-sky-600 dark:text-sky-300 font-bold'>SE</span>.</li>\
</ul>\
<p class='text-muted mt-3 sm:mt-1.5'>It is as simple as that and any other way would not be fair to our users.</p>"
},
{
title: 'Is there a different code license between the Free and the Supporter Edition?',
description:
'No. <span class="dark:text-neutral-200 font-semibold">The license is the same</span> for both editions: the <a href="/license" class="text-default hover:text-sky-600 hover:dark:text-sky-300">MIT license</a>.\
Lychee remains fully Open Source. And as crazy at it sounds, the code of the Supporter Edition is fully available on GitHub.',
},
{
title: 'I no longer use Lychee, how do I stop my subscription?',
description:
'You can manage your sponsorship subscription directly on GitHub. Read more about it on the <a href="https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-github-sponsors/downgrading-a-sponsorship" class="text-default hover:text-sky-600 hover:dark:text-sky-300">GitHub documentation</a>.',
},
{
title: 'I lost my license key, how can I retrieve it?',
description:
'If you lost your license key, you can retrieve a new one at <a href="https://keygen.lycheeorg.dev" class="text-default hover:text-sky-600 hover:dark:text-sky-300">keygen.lycheeorg.dev</a>.',
},
{
title: 'I had a lifetime license, but I deleted my account on keygen.lycheeorg.dev, how can I retrieve it?',
description:
'We are fully GDPR compliant. <span class="text-default">If you deleted your account on keygen.lycheeorg.dev, your data has been permanently erased</span>. That includes all the records of your transactions. You will need to contact us directly via mail or discord to verify your previous support and retrieve a new license key.',
}
]}
/>
</Layout>