diff -r 299a90e28abc -r 87e08a6e4fec install/includes/stages/website.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/install/includes/stages/website.php Wed Jan 16 13:55:49 2008 -0500 @@ -0,0 +1,258 @@ +add_header(''); +$ui->show_header(); + +?> + + + +
&$value ) + { + if ( !preg_match('/^[a-z0-9_]+$/', $key) ) + die('You idiot hacker...'); + if ( $key == '_cont' ) + continue; + $value_clean = str_replace(array('\\', '"', '<', '>'), array('\\\\', '\\"', '<', '>'), $value); + echo "\n "; + } + + $https = ( isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off' ); + $scriptpath_full = 'http' . ( $https ? 's' : '' ) . '://' . $_SERVER['HTTP_HOST'] . scriptPath . '/'; + ?> + + + + + + + + + + + + + + + + + + + + + + + +
+ Pick a name
+ Now for the fun part - it's time to name your website. Try to pick something that doesn't include any special characters, since this can make project-page URLs look botched. +
+ +
+ Enter a short description
+ Here you should enter a very short description of your site. Sometimes this is a slogan or, depending on the theme you've chosen, a set of keywords that can go into a META description tag. +
+ +
+ Copyright info
+ The text you enter here will be shown at the bottom of most pages. Typically this is where a copyright notice would go. Keep it short and sweet; you can use internal links to link to project pages you'll create later. +
+ +
+ URL formatting
+ This lets you choose how URLs within your site will be formatted. If the setting you pick doesn't work, you can change it by editing config.php after installation. +
+ + + + + + +
+ + + + +

Compatible with all servers. This is the default option and should be used unless you're sure that one of the other options below.

+

Example:

+
+
+ + + + + + +
+ + + + +

This eliminates the "?title=" portion of your URL, and instead uses a slash. This is occasionally more friendly to search engines.

+

Example:

+
+
+ + + + + + +
+ + + + +

Using this option, you can completely eliminate the "index.php" from URLs. This is the most friendly option to search engines and looks very professional, but requires support for URL rewriting on your server. If you're running Apache and have the right permissions, Enano can configure this automatically. Otherwise, you'll need to configure your server manually and have a knowledge of regular expressions for this option to work.

+

Example:

+
+
+ +

+ Auto-detect the best formatting scheme +

+ +
+ +
+ +
+ +
+ +
+