<steps>
	<step name="clean_db" title="Clean Database">
		<![CDATA[missing step description]]>
	</step>
	<step name="db_config" title="Database Configuration">
		<![CDATA[<p><b><i>Database Hostname</i></b> - IP or hostname of your database server (normally <i>"localhost"</i>).</p>

		<p><b><i>Database Name</i></b> - name of the database where In-Portal will be installed.</p>
		<p><b><i>Database User Name</i></b> - name of the user for selected database.</p>
		<p><b><i>Database User Password</i></b> - password for selected username.</p>
		<p><b><i>Database Collation</i></b> - character set used to store data in text fields (normally <i>"utf8_general_ci"</i>).</p>
		<p><b><i>Prefix for Table Names</i></b> - specified when multiple scripts will be run in the same database.
		Prefix can be any text string allowed in table naming by your database engine (normally <i>"inp_"</i>).</p>
		<p><b><i>Use existing In-Portal installation setup in this Database</i></b> - select <i>"Yes"</i>
		if you already have In-Portal installed in this database and want to use it. Select <i>"No"</i> in all other cases.</p>
		]]>
	</step>
	<step name="select_license" title="Select License" help_title="License Configuration">
		<![CDATA[<p><b>In-Portal is an Open Source</b> object-oriented framework that is developed in PHP
		 and provides a quick and easy way to build websites and web applications.</p>

		 <p>In-Portal is copyrighted and distributed under <a href="http://www.in-portal.org/license" target="_blank">GPLv2 license</a>.</p>

		 <p><b><i>GPL / Open Source License</i></b> - by downloading and installing In-Portal
		  under GPLv2 license you understand and agree to all terms of the
		  <a href="http://www.in-portal.org/license" target="_blank">GPLv2 license</a>.</p>

		 <p><b><i>Upload License File</i></b> - if you have obtained Commercial
		 <a href="http://www.in-portal.com/features-modules.html" target="_blank">Modules</a>
		  or <a href="http://www.in-portal.com/support-downloads/customer-support.html" target="_blank">Support</a>
		  from Intechnic you will be provided with a license file, upload it here.</p>
		<!--
		 <p><b><i>Download from Intechnic Servers</i></b> - .</p>
		-->
		 <p><b><i>Use Existing License</i></b> - if a valid license has been detected on your server,
		 you can choose this option and continue the installation process.</p>]]>
	</step>
	<step name="download_license" title="Download License" help_title="Download License from Intechnic">
		<![CDATA[<p><b>In-Portal is an Open Source</b> object-oriented framework that is developed in PHP
		 and provides a quick and easy way to build websites and web applications.</p>

		 <p>In-Portal is copyrighted and distributed under <a href="http://www.in-portal.org/license" target="_blank">GPLv2 license</a>.</p>

		 <p><b><i>GPL / Open Source License</i></b> - by downloading and installing In-Portal
		  under GPLv2 license you understand and agree to all terms of
		  <a href="http://www.in-portal.org/license" target="_blank">GPLv2 license</a>.</p>

		 <p><b><i>Download from Intechnic Servers</i></b> - if you have obtained Commercial
		 <a href="http://www.in-portal.com/features-modules.html" target="_blank">Modules</a>
		  or <a href="http://www.in-portal.com/support-downloads/customer-support.html" target="_blank">Support</a>
		  from Intechnic you will be provided with a license, specify your Username and Password in order to download the license.</p>]]>
	</step>
	<step name="select_domain" title="Select Domain" help_title="Select Licensed Domain">
		<![CDATA[<p>Select the domain you wish to install In-Portal on.</p>

		<p>The <i>Other</i> option can be used to install In-Portal other custom domains. Note that your web server should match entered domain name.</p>]]>
	</step>
	<step name="root_password" title="Set Root Password" help_title="Set Admin Root Password">
		<![CDATA[<p>The <b>Root Password</b> is initially required to access the Admin Console of In-Portal.
		The root user can <b>NOT</b> be used to access the Front-end of your In-Portal website.</p>

		<p>Once installation is completed it's highly recommented to create additional users with admin privlidges.</p>]]>
	</step>
	<step name="choose_modules" title="Modules to Install">
		<![CDATA[<p>Current step lists all <b>In-Portal Modules</b> that were found on your server and can be installed now.</p>

		<p>Additional <a href="http://www.in-portal.com/features-modules.html" target="_blank">In-Portal Modules</a> can be found and downloaded <a href="http://www.in-portal.com/features-modules.html" target="_blank">here</a>.</p>

		<p>While <a href="http://www.in-portal.com/features-modules.html" target="_blank">In-Portal Community</a> constantly works on improving In-Portal by creating new functionality and releasing new modules we are always looking for new ideas and Your help so we can make In-Portal even better software!</p>]]>
	</step>
	<step name="check_paths" title="Filesystem Check">
		<![CDATA[<p><b>In-Portal Installer checks through the system folders and files</b> that require write permissions (777) to be set in order to run successfully In-Portal on your website.</p>

		<p>In case if you see a <strong>Failure notice</strong> saying that In-Portal Installation cannot continue until all permissions are set correctly please continue reading below.</p>

		<p><strong>Permissions can be set</strong> by using <a href="http://www.google.com/search?q=free+ftp+program" target="_blank">FTP program</a> or directly in <i>shell</i> running "chmod" command. Please refer to the following <a href="http://www.stadtaus.com/en/tutorials/chmod-ftp-file-permissions.php" target="_blank">guide</a> to learn how to set permissions using your FTP program. In case if you have access to <i>shell</i> in your account you can simply run fix_perms.sh files located in /tools folder or do <br/><br/>
		&nbsp;&nbsp;&nbsp;# chmod -R 777 ../system ../themes ../system/config.php</p>

		<p><strong>Security reasons</strong> you will be asked to change permissions back to 755 on /system/config.php file and root / folder of In-Portal on the last step of this installation process!</p>
		]]>
	</step>
	<step name="post_config" title="Basic Configuration">
		<![CDATA[<p>Adjust <b>Basic Configuration</b> settings on this step.</p>

		<p>Once your In-Portal is installed you can login into <b>Admin Console</b> to change these and other settings. The Configuration section is located in main navigation menu.</p>
		<br/>
		<p><b>Additional Recommendations:</b></p>

		<p><b><i>1. Use Cron</i></b> (<a href="http://en.wikipedia.org/wiki/Cron" target="_blank">UNIX/BSD/Linux</a>) or <b>Task Scheduler</b> (<a href="http://en.wikipedia.org/wiki/Task_Scheduler" target="_blank">Windows</a>) to run Regular Events in your In-Portal.<br />
				It's highly recommended to setup your cron to run <b>every minute</b> so all system events that are enabled will run in the background based on their schedule. These events can be managed in Admin Console via <b><i>Configuration -> Website -> Agents</i></b> section.
				<p>In-Portal <b>cron</b> file is located in <b>/tools/cron.php</b> folder and can be setup using hosting Control Panel or <a href="http://en.wikipedia.org/wiki/Cron" target="_blank">manually</a>. In Plesk or CPanel interfaces use dialog to add a new cron job and specify the following (use correct paths)<br />
				&nbsp;&nbsp;&nbsp;<b>/absolute/path/to/bin/php -f /absolute/path/to/in-portal/tools/cron.php</b></p>

				<p><b><i>2. Adjust Agents</i></b><br />
				As was explained in the previous recommendation there is a <b><i>Configuration -> Website -> Agents</i></b> section where you can control Events triggered by the system. These events do their job to cleanup the data, old image files, check the data integrity, RSS feeds and other processes required for your In-Portal to run efficiently. We do recommend to review and enable/disable these events based on your website needs.</p>
				<p><b><i>3. Set Mail Server</i></b><br />
				 It's recommended to review and adjust your mail server settings once your In-Portal is up and running. This can be done in Admin Console under <b><i>Configuration -> Website -> Advanced</i></b> section.</p>

				 <p><b>We strongly recommend carefully reviewing and adjusting all settings under Configuration -> Website section!</b></p>

		]]>
	</step>
	<step name="select_theme" title="Select Default Theme">
		<![CDATA[<p>Selected theme will be used as a default in your In-Portal website.</p>
		<p>You can manage your themes in Admin Console under Configuration -> Website -> Themes section.</p>

		<p>Additional themes are available on <a href="http://www.in-portal.com/support-downloads.html" target="_blank">Support & Downloads</a> section on <a href="http://www.in-portal.com" target="_blank">In-Portal.com</a> website</p>]]>
	</step>
	<step name="security" title="Security Check">
		<![CDATA[<p><strong>In-Portal Installer</strong> performs final security checks on this step.</p>

		<p><b>1. Write Permissions Check</b> - checks whether critical In-Portal files are open for the outside world and can be used by hackers to attack your websites. <b>You won't be able to continue until you correctly set these permissions!</b></p>

		<p><b>2. Ability to Execute PHP in Writable Folders</b> - checks if hackers can save and execute PHP files in your /system
		folder used for the uploads.While it's recommended to adjust these settings you can continue In-Portal Installation without changing them.</p>
		<p><b>3. Webserver PHP Configuration</b> - additional suggestions how to make your website even more secure. While it's recommended to adjust these settings you can continue In-Portal Installation without changing them.</p>

		]]>
	</step>
	<step name="finish" title="Installation Complete" help_title="Thank You!">
		<![CDATA[<p>Thank you for downloading and installing In-Portal Content Management System!</p>

		<p>Feel free to visit <a target="_new" href="http://www.in-portal.com">www.in-portal.com</a> for support, latest news and module updates.</p>
    	<p><strong>Please make sure to clean your Browser's Cache if you were performing the upgrade.</strong></p>]]>
    </step>
    <step name="install_setup" title="Installation Maintenance">
    	<![CDATA[<p>A Configuration file has been detected on your system and it appears In-Portal is correctly installed.
		In order to work with the maintenance functions provided to the left you must enter your admin Root password.
		<b><i>(Use Username 'root' if using your root password)</i></b></p>

		<p><b><i>Upgrade In-Portal</i></b> - available when you upload files from new In-Portal release into
		your current installation. Upgrade scripts will run and upgrade your current In-Portal database to the uploaded version.</p>

		<p><b><i>Reinstall In-Portal</i></b> - cleans out your existing In-Portal database and starts with a fresh installation.
		<i>Note</i> that this operation cannot be undone and no backups are made! Use at your own risk.</p>

		<p><b><i>Install In-Portal to a New Database</i></b> - keeps the existing installation and installs In-Portal to a new database.
		If this option is selected you will be prompted for new database configuration information.</p>

		<p><b><i>Update License Information</i></b> - used to update your In-Portal license data. Select this option if you have
		modified your licensing status with Intechnic (obtained commercial support or module), or you have received new license data via email.</p>
		<p><b><i>Update Database Configuration</i></b> - allows you to update your current database configuration variables such as
		database server host, username, password and others.</p>

		<p><b><i>Update Installation Paths</i></b> - should be used when the location of your In-Portal files has changed.
		For example, if you moved them from one folder to another. It will update all settings and ensure In-Portal
		is operational at the new location.</p>]]>
    </step>
    <step name="upgrade_modules" title="Select Modules to Upgrade">
    	<![CDATA[<p>Select modules from the list, you need to update to the last downloaded version of In-Portal</p>]]>
    </step>
    <step name="skin_upgrade" title="Admin Skin Upgrade">
    	<![CDATA[<p>Review Administrative Console skin upgrade log.</p>]]>
    </step>
    <step name="db_reconfig" title="Update Database Configuration">
		<![CDATA[<p>In-Portal needs to connect to your Database Server. Please provide the database server type*,
		host name (<i>normally "localhost"</i>), Database user name, and database Password. These fields are required
		to connect to the database.</p><p>If you would like In-Portal to use a table prefix, enter it in the field
		provided. This prefix can be any text which can be used in the names of tables on your system.
		The characters entered in this field are placed <i>before</i> the names of the tables used by In-Portal.
		For example, if you enter "inp_" into the prefix field, the table named Category will be named inp_Category.</p>]]>
	</step>
    <step name="fix_paths" title="Update Installation Paths">
    	<![CDATA[The <i>Fix Paths</i> option should be used when the location of the In-Portal files has changed.
    	For example, if you moved them from one folder to another. It will update all settings and ensure the program
    	is operational at the new location.]]>
    </step>
</steps>