216 stg_rename_body: 'Enano couldn\'t rename the configuration files to their correct production names. Please CHMOD the folder where your Enano files are to 777 and click the retry button below, <b><u>or</u></b> perform the following rename operations and then <a href="install.php?mode=finish">finish the installation</a>.<ul><li>Rename config.new.php to config.php</li><li>Rename .htaccess.new to .htaccess (only if you selected Tiny URLs)</li></ul>', |
216 stg_rename_body: 'Enano couldn\'t rename the configuration files to their correct production names. Please CHMOD the folder where your Enano files are to 777 and click the retry button below, <b><u>or</u></b> perform the following rename operations and then <a href="install.php?mode=finish">finish the installation</a>.<ul><li>Rename config.new.php to config.php</li><li>Rename .htaccess.new to .htaccess (only if you selected Tiny URLs)</li></ul>', |
217 stg_startapi_title: 'Start the Enano API', |
217 stg_startapi_title: 'Start the Enano API', |
218 stg_startapi_body: 'The Enano API could not be started. This is an error that should never occur; please contact the Enano team for support.', |
218 stg_startapi_body: 'The Enano API could not be started. This is an error that should never occur; please contact the Enano team for support.', |
219 stg_importlang_title: 'Import default language', |
219 stg_importlang_title: 'Import default language', |
220 stg_importlang_body: 'Enano couldn\'t import the English language file.', |
220 stg_importlang_body: 'Enano couldn\'t import the English language file.', |
|
221 stg_buildindex_title: 'Initialize search index', |
|
222 stg_buildindex_body: 'Something went wrong while the page manager was attempting to build a search index.', |
221 stg_initlogs_title: 'Initialize logs', |
223 stg_initlogs_title: 'Initialize logs', |
222 stg_initlogs_body: '<b>The session manager denied the request to flush logs for the main page.</b><br /> |
224 stg_initlogs_body: '<b>The session manager denied the request to flush logs for the main page.</b><br /> |
223 While under most circumstances you can still <a href="install.php?mode=finish">finish the installation</a>, you should be aware that some servers cannot |
225 While under most circumstances you can still <a href="install.php?mode=finish">finish the installation</a>, you should be aware that some servers cannot |
224 properly set cookies due to limitations with PHP. These limitations are exposed primarily when this issue is encountered during installation. If you choose |
226 properly set cookies due to limitations with PHP. These limitations are exposed primarily when this issue is encountered during installation. If you choose |
225 to finish the installation, please be aware that you may be unable to log into your site.', |
227 to finish the installation, please be aware that you may be unable to log into your site.', |
254 <p>Leave this option off if you are at all concerned about security – if your account is compromised and PHP embedding |
256 <p>Leave this option off if you are at all concerned about security – if your account is compromised and PHP embedding |
255 is enabled, an attacker can run arbitrary code on your server! Enabling this will also allow administrators to |
257 is enabled, an attacker can run arbitrary code on your server! Enabling this will also allow administrators to |
256 embed Javascript and arbitrary HTML and CSS.</p> |
258 embed Javascript and arbitrary HTML and CSS.</p> |
257 <p>If you don\'t have experience coding in PHP, you can safely disable this option. You may change this at any time |
259 <p>If you don\'t have experience coding in PHP, you can safely disable this option. You may change this at any time |
258 using the ACL editor by selecting the Administrators group and This Entire Website under the scope selection.</p>', |
260 using the ACL editor by selecting the Administrators group and This Entire Website under the scope selection.</p>', |
259 url_scheme_title: 'URL schemes', |
261 url_schemes_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> |
262 url_schemes_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 |
263 <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> |
264 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> |
265 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 |
266 <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 |
267 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 |
268 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>. |
269 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> |
270 </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 |
271 <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 |
272 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, |
273 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 |
274 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. |
275 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> |
276 With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/Main_Page</tt>.</p> |
275 </p>', |
277 </p>', |
276 btn_close_window: 'Close window', |
278 btn_close_window: 'Close window', |
277 } |
279 } |
278 } |
280 } |
279 } |
281 } |