59 sysreqs: { |
59 sysreqs: { |
60 modetitle: 'Server requirements', |
60 modetitle: 'Server requirements', |
61 heading: 'Checking your server', |
61 heading: 'Checking your server', |
62 blurb: 'Enano has several requirements that must be met before it can be installed. If all is good then note any warnings and click Continue below.', |
62 blurb: 'Enano has several requirements that must be met before it can be installed. If all is good then note any warnings and click Continue below.', |
63 req_php: 'PHP Version >=4.3.0', |
63 req_php: 'PHP Version >=4.3.0', |
|
64 req_php5: 'PHP 5.2.0 or later', |
64 req_mysql: 'MySQL extension for PHP', |
65 req_mysql: 'MySQL extension for PHP', |
65 req_uploads: 'File upload support', |
66 req_uploads: 'File upload support', |
66 req_apache: 'Apache HTTP Server', |
67 req_apache: 'Apache HTTP Server', |
67 req_config: 'Configuration file writable', |
68 req_config: 'Configuration file writable', |
68 req_magick: 'ImageMagick support', |
69 req_magick: 'ImageMagick support', |
69 req_cachewriteable: 'Cache directory writable', |
70 req_cachewriteable: 'Cache directory writable', |
70 req_fileswriteable: 'File uploads directory writable', |
71 req_fileswriteable: 'File uploads directory writable', |
71 |
72 |
72 req_desc_php: 'It seems that the version of PHP that your server is running is too old to support Enano properly. If this is your server, please upgrade to the most recent version of PHP, remembering to use the --with-mysql configure option if you compile it yourself. If this is not your server, please contact your webhost and ask them if it would be possible to upgrade PHP. If this is not possible, you will need to switch to a different webhost in order to use Enano.', |
73 req_desc_php: 'It seems that the version of PHP that your server is running is too old to support Enano properly. If this is your server, please upgrade to the most recent version of PHP, remembering to use the --with-mysql configure option if you compile it yourself. If this is not your server, please contact your webhost and ask them if it would be possible to upgrade PHP. If this is not possible, you will need to switch to a different webhost in order to use Enano.', |
|
74 req_desc_php5: 'Your server does not have support for PHP 5.2.0. While you may continue installing Enano, please be warned that as of December 31, 2007, all support for Enano on PHP 4 servers is discontinued. If you have at least PHP 5.0.0, support will still be available, but there are many security problems in PHP versions under 5.2.0 that Enano cannot effectively prevent.', |
73 req_desc_mysql: 'It seems that your PHP installation does not have the MySQL extension enabled. If this is your own server, you may need to just enable the "libmysql.so" extension in php.ini. If you do not have the MySQL extension installed, you will need to either use your distribution\'s package manager to install it, or you will have to compile PHP from source. If you compile PHP from source, please remember to use the "--with-mysql" configure option, and you will have to have the MySQL development files installed (they usually are). If this is not your server, please contact your hosting company and ask them to install the PHP MySQL extension.', |
75 req_desc_mysql: 'It seems that your PHP installation does not have the MySQL extension enabled. If this is your own server, you may need to just enable the "libmysql.so" extension in php.ini. If you do not have the MySQL extension installed, you will need to either use your distribution\'s package manager to install it, or you will have to compile PHP from source. If you compile PHP from source, please remember to use the "--with-mysql" configure option, and you will have to have the MySQL development files installed (they usually are). If this is not your server, please contact your hosting company and ask them to install the PHP MySQL extension.', |
74 req_desc_uploads: 'It seems that your server does not support uploading files. Enano *requires* this functionality in order to work properly. Please ask your server administrator to set the "file_uploads" option in php.ini to "On".', |
76 req_desc_uploads: 'It seems that your server does not support uploading files. Enano *requires* this functionality in order to work properly. Please ask your server administrator to set the "file_uploads" option in php.ini to "On".', |
75 req_desc_apache: 'Apparently your server is running a web server other than Apache. Enano will work nontheless, but there are some known bugs with non-Apache servers, and the "fancy" URLs will not work properly. The "Standard URLs" option will be set on the website configuration page, only change it if you are absolutely certain that your server is running Apache.', |
77 req_desc_apache: 'Apparently your server is running a web server other than Apache. Enano will work nontheless, but there are some known bugs with non-Apache servers, and the "fancy" URLs will not work properly. The "Standard URLs" option will be set on the website configuration page, only change it if you are absolutely certain that your server is running Apache.', |
76 req_desc_config: 'It looks like the configuration file, config.new.php, is not writable. Enano needs to be able to write to this file in order to install.<br /><br /><b>If you are installing Enano on a SourceForge web site:</b><br />SourceForge mounts the web partitions read-only now, so you will need to use the project shell service to symlink config.php to a file in the /tmp/persistent directory.', |
78 req_desc_config: 'It looks like the configuration file, config.new.php, is not writable. Enano needs to be able to write to this file in order to install.<br /><br /><b>If you are installing Enano on a SourceForge web site:</b><br />SourceForge mounts the web partitions read-only now, so you will need to use the project shell service to symlink config.php to a file in the /tmp/persistent directory.', |
77 req_desc_magick: 'Enano uses ImageMagick to scale images into thumbnails. Because ImageMagick was not found on your server, Enano will use the width= and height= attributes on the <img> tag to scale images. This can cause somewhat of a performance increase, but bandwidth usage will be higher, especially if you use high-resolution images on your site.<br /><br />If you are sure that you have ImageMagick, you can set the location of the "convert" program using the administration panel after installation is complete.', |
79 req_desc_magick: 'Enano uses ImageMagick to scale images into thumbnails. Because ImageMagick was not found on your server, Enano will use the width= and height= attributes on the <img> tag to scale images. This can cause somewhat of a performance increase, but bandwidth usage will be higher, especially if you use high-resolution images on your site.<br /><br />If you are sure that you have ImageMagick, you can set the location of the "convert" program using the administration panel after installation is complete.', |
149 field_urlscheme_title: 'URL scheme', |
151 field_urlscheme_title: 'URL scheme', |
150 field_urlscheme_body: 'Choose how the page URLs will look. Depending on your server configuration, you may need to select the first option. If you don\'t know, select the first option, and you can always change it later.', |
152 field_urlscheme_body: 'Choose how the page URLs will look. Depending on your server configuration, you may need to select the first option. If you don\'t know, select the first option, and you can always change it later.', |
151 field_urlscheme_ugly: 'Standard URLs - compatible with any web server (www.example.com/index.php?title=Page_name)', |
153 field_urlscheme_ugly: 'Standard URLs - compatible with any web server (www.example.com/index.php?title=Page_name)', |
152 field_urlscheme_short: 'Short URLs - requires Apache with a PHP module (www.example.com/index.php/Page_name)', |
154 field_urlscheme_short: 'Short URLs - requires Apache with a PHP module (www.example.com/index.php/Page_name)', |
153 field_urlscheme_tiny: 'Tiny URLs - requires Apache on Linux/Unix/BSD with PHP module and mod_rewrite enabled (www.example.com/Page_name)', |
155 field_urlscheme_tiny: 'Tiny URLs - requires Apache on Linux/Unix/BSD with PHP module and mod_rewrite enabled (www.example.com/Page_name)', |
|
156 field_urlscheme_helplink: 'Which URL scheme should I choose?', |
154 |
157 |
155 objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.', |
158 objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.', |
156 }, |
159 }, |
157 login: { |
160 login: { |
158 modetitle: 'Administration login', |
161 modetitle: 'Administration login', |
251 <p>Leave this option off if you are at all concerned about security – if your account is compromised and PHP embedding |
254 <p>Leave this option off if you are at all concerned about security – if your account is compromised and PHP embedding |
252 is enabled, an attacker can run arbitrary code on your server! Enabling this will also allow administrators to |
255 is enabled, an attacker can run arbitrary code on your server! Enabling this will also allow administrators to |
253 embed Javascript and arbitrary HTML and CSS.</p> |
256 embed Javascript and arbitrary HTML and CSS.</p> |
254 <p>If you don\'t have experience coding in PHP, you can safely disable this option. You may change this at any time |
257 <p>If you don\'t have experience coding in PHP, you can safely disable this option. You may change this at any time |
255 using the ACL editor by selecting the Administrators group and This Entire Website under the scope selection.</p>', |
258 using the ACL editor by selecting the Administrators group and This Entire Website under the scope selection.</p>', |
|
259 url_scheme_title: 'URL schemes', |
|
260 url_scheme_body: '<p>The URL scheme allows you to decide how the URLs to your Enano pages will look.</p> |
|
261 <p>The first option (Standard URLs) works on any web server. You should select it if your server doesn\'t run Apache, or |
|
262 if you are at all unsure of your server\'s configuration. With this scheme, URLs at your site will look like <tt> |
|
263 http://yoursite.com/path-to-enano/index.php/Main_Page</tt>.</p> |
|
264 <p>The second option, Small URLs, will be selected by default if Enano detects Apache. Small URLs are more friendly towards |
|
265 search engines, but they don\'t work on very many non-Apache servers, or if PHP is set up through CGI on your server. Many |
|
266 free and low-cost web hosts will configure PHP through CGI in order to keep your user account as the owner of any files that |
|
267 Enano generates. With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/index.php/Main_Page</tt>. |
|
268 </p> |
|
269 <p>The last option, Tiny URLs, is the most friendly URL scheme for search engines, because your URLs won\'t have any special characters |
|
270 at all in them. However, this only works if your webhost has configured Apache with support for mod_rewrite. Most of the time if your |
|
271 host supports this you will see a listing for it in their feature matrix. None of the popular Linux distributions (such as Ubuntu, |
|
272 Debian, Red Hat Enterprise Linux™, Fedora, openSUSE™, or CentOS) come with mod_rewrite enabled, so if you run a |
|
273 home-brew server, you should consult your distribution\'s documentation for enabling mod_rewrite before selecting this option. |
|
274 With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/Main_Page</tt>.</p> |
|
275 </p>', |
256 btn_close_window: 'Close window', |
276 btn_close_window: 'Close window', |
257 } |
277 } |
258 } |
278 } |
259 } |
279 } |