You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: core/public/js/install/install.step3.js
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,21 @@
3
3
vardefaultTest=$('.installHelp').html();
4
4
varhelpText=newArray();
5
5
helpText['name']='<h4>Name</h4>Please select the name of your installation of MIDAS';
6
-
helpText['lang']='<h4>Language</h4>Please select the default language. Currently, english and french are available.';
7
-
helpText['env']='<h4>Environment</h4>Developpement is slower but it will show you all the informations needed to debug the application<br/><br/>Production is faster but it hides the errors.';
8
-
helpText['process']='<h4>Process</h4>On the fly: All the data processing will be done on the fly. The application will be slower<br/><br/>External: This mode allows you the process the data using and external tool like cron.<br/> To lunch the processing, use wget:<br/>'+$('.hiddenProcces').html();
9
-
helpText['time']='<h4>Timezone</h4>Please select the timezone of your server';
10
-
helpText['optimizer']='<h4>SmartOptimizer</h4>SmartOptimizer is a PHP library that enhances your website performance by optimizing the front end using techniques such as minifying, compression, caching, concatenation and embedding. (previously named JSmart) is a PHP library that enhances your website performance by optimizing the front end using techniques such as minifying, compression, caching, concatenation and embedding. ';
11
-
helpText['assetstore']='<h4>Default Assetstore</h4>Please select a default assetstore. An assestore is the location where the uploaded files are store.';
6
+
helpText['description']='<h4>Description</h4>Provide a description for search engines.';
7
+
helpText['keywords']='<h4>Keywords</h4>Provide keywords for search engines.';
8
+
helpText['lang']='<h4>Language</h4>Please select the default language. Currently, English and French are available.';
9
+
helpText['env']='<h4>Environment</h4>Development is slower, but it will show you all the information needed to debug the application<br/><br/>Production is faster, but it hides the errors.';
10
+
helpText['time']='<h4>Timezone</h4>Please select the timezone of your server.';
11
+
helpText['optimizer']='<h4>SmartOptimizer</h4>SmartOptimizer (previously named JSmart) is a PHP library that enhances your website performance by optimizing the front end using techniques such as minifying, compression, caching, concatenation and embedding.';
12
+
helpText['assetstore']='<h4>Default Assetstore</h4>Please select a default assetstore. An assestore is the location where the uploaded files are stored.';
0 commit comments