-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathget-supporter-edition.astro
More file actions
497 lines (481 loc) · 16.7 KB
/
get-supporter-edition.astro
File metadata and controls
497 lines (481 loc) · 16.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
---
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 photos 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: 'Unlimited users.',
// },
// {
// description: 'Unlimited albums.',
// },
// {
// description: 'Unlimited photos upload.',
// },
{
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: 'Upload quota per user.',
icon: 'tabler:plus',
},
{
description: 'Anonymous uploads.',
icon: 'tabler:plus',
},
{
description: 'Secured image links.',
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.<br>\
<sup>**</sup> A lot of default values are still in English. Any pull requests with translation to your own language would help.<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."
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 photos 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],
isV6: true,
},
{
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],
isV6: true,
},
{
feature: 'Slideshow',
available: [true, true],
isV6: true,
},
{
feature: 'Hotlink protection',
available: [true, true],
isV6: true,
},
{
feature: 'AES-Secured links',
available: [false, true],
isV6: true,
},
{
feature: 'Statistics (download,share, etc.)',
available: [false, true],
isV6: 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],
isV6: true,
},
{
feature: 'Timeline view',
available: [true, true],
isV6: true,
},
{
feature: 'Photo statistics per album',
available: [false, true],
isV6: true,
},
{
feature: 'Statistics (download,share, etc.)',
available: [false, true],
isV6: 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],
isV6: true,
},
{
feature: 'Customizable timeline',
available: [false, true],
isV6: true,
},
{
feature: 'User management',
isHeader: true,
},
{
feature: 'Login with WebAuthn and Oauth',
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],
isV6: true,
},
{
feature: 'Upload quota per user',
available: [false, true],
isV6: true,
},
{
feature: 'Admin note per user',
available: [false, true],
isV6: true,
},
{
feature: 'User groups',
available: [false, true],
isV6: true,
isSoon: true,
},
{
feature: 'Timeline',
isHeader: true,
isV6: true,
isSoon: 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: '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: '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],
isV6: true,
},
{
feature: 'Full manual settings control',
available: [true, true],
},
{
feature: 'Statistics on your installation',
available: [false, true],
isV6: 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: '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 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: 'Do the plans come with customer support?',
// description:
// 'Absolutely, all plans include access to our dedicated customer support to assist you with any queries or concerns.',
// },
// {
// title: 'What payment methods do you accept?',
// description:
// 'We accept major credit cards and online payment methods to ensure a convenient and secure transaction process.',
// },
]}
/>
</Layout>