mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
1GB free space - 20GB supporter space
This commit is contained in:
parent
e608aff5a2
commit
6080a2c591
3 changed files with 6 additions and 4 deletions
|
@ -102,26 +102,26 @@ class Site < Sequel::Model
|
||||||
|
|
||||||
PLAN_FEATURES[:supporter] = {
|
PLAN_FEATURES[:supporter] = {
|
||||||
name: 'Supporter',
|
name: 'Supporter',
|
||||||
space: Filesize.from('10GB').to_i,
|
space: Filesize.from('20GB').to_i,
|
||||||
bandwidth: Filesize.from('2TB').to_i,
|
bandwidth: Filesize.from('2TB').to_i,
|
||||||
price: 5,
|
price: 5,
|
||||||
unlimited_site_creation: true,
|
unlimited_site_creation: true,
|
||||||
custom_ssl_certificates: true,
|
custom_ssl_certificates: true,
|
||||||
no_file_restrictions: true,
|
no_file_restrictions: true,
|
||||||
custom_domains: true,
|
custom_domains: true,
|
||||||
maximum_site_files: 50000
|
maximum_site_files: 100_000
|
||||||
}
|
}
|
||||||
|
|
||||||
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
|
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
|
||||||
name: 'Free',
|
name: 'Free',
|
||||||
space: Filesize.from('100MB').to_i,
|
space: Filesize.from('1GB').to_i,
|
||||||
bandwidth: Filesize.from('200GB').to_i,
|
bandwidth: Filesize.from('200GB').to_i,
|
||||||
price: 0,
|
price: 0,
|
||||||
unlimited_site_creation: false,
|
unlimited_site_creation: false,
|
||||||
custom_ssl_certificates: false,
|
custom_ssl_certificates: false,
|
||||||
no_file_restrictions: false,
|
no_file_restrictions: false,
|
||||||
custom_domains: false,
|
custom_domains: false,
|
||||||
maximum_site_files: 5000
|
maximum_site_files: 15_000
|
||||||
)
|
)
|
||||||
|
|
||||||
EMAIL_VALIDATION_CUTOFF_DATE = Time.parse('May 16, 2016')
|
EMAIL_VALIDATION_CUTOFF_DATE = Time.parse('May 16, 2016')
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
|
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
|
|
||||||
<title>Neocities: Create your own free website!</title>
|
<title>Neocities: Create your own free website!</title>
|
||||||
<meta itemprop="name" content="Neocities" />
|
<meta itemprop="name" content="Neocities" />
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<meta itemprop="name" content="Neocities.org">
|
<meta itemprop="name" content="Neocities.org">
|
||||||
<meta itemprop="description" content="Free web hosting and tools that allow anyone to create a website. Join our community today!">
|
<meta itemprop="description" content="Free web hosting and tools that allow anyone to create a website. Join our community today!">
|
||||||
<meta name="description" content="Free web hosting and tools that allow anyone to create a website. Join our community today!">
|
<meta name="description" content="Free web hosting and tools that allow anyone to create a website. Join our community today!">
|
||||||
|
|
Loading…
Add table
Reference in a new issue