summaryrefslogtreecommitdiff
path: root/templates/migrate_welcome.tpl
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-09-28 08:19:48 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-09-28 08:19:48 +0000
commit79b624490a7b4a4125544c0396abb7dc95b6429d (patch)
tree6bfb63403d16165083f1b17b63a5ecfcf592bec8 /templates/migrate_welcome.tpl
parent583e037288a5cdf2f134f1cafa679389f8ff2ce9 (diff)
downloadinstall-79b624490a7b4a4125544c0396abb7dc95b6429d.tar.gz
install-79b624490a7b4a4125544c0396abb7dc95b6429d.tar.bz2
install-79b624490a7b4a4125544c0396abb7dc95b6429d.zip
installer design revamp
Diffstat (limited to 'templates/migrate_welcome.tpl')
-rw-r--r--templates/migrate_welcome.tpl22
1 files changed, 11 insertions, 11 deletions
diff --git a/templates/migrate_welcome.tpl b/templates/migrate_welcome.tpl
index 3032f01..1d384af 100644
--- a/templates/migrate_welcome.tpl
+++ b/templates/migrate_welcome.tpl
@@ -1,19 +1,19 @@
-<h1>bitweaver Migrate Tool</h1>
+<h1>Bitweaver migrate tool</h1>
{form legend="Begin the migrate process"}
<input type="hidden" name="step" value="{$next_step}" />
- <p>Welcome to the new and improved bitweaver migrate process. Our migrate scripts are currently still in development and we cannot take any reponsibility for any loss of data that occurs due to the use of these scripts. Having said this, we are doing our best to make this migrate process as reliable and complete as we possibly can. Due to this, we urge you to follow the instructions here carefully before you proceed.</p>
- <p>Initial steps before beginning the actual migrate stages.</p>
- <ul class="result">
- <li class="warning"><strong>Make a Backup</strong><br />You should have a spare dump of your database before you run this. (Of course, you already have a nightly cron job making nightly backups and scp'ing them to another host? right? right.)</li>
- <li class="warning"><strong>Do a Trial Run first</strong><br />You should run a trial migrate on an offline server, personal machine, etc. before you do this on your live site.</li>
- <li class="warning">Migrates can <strong>take a long time</strong><br />Make sure your max_execution_time in your php.ini is large enough for your site.</li>
- <strong>{formfeedback warning=$dbWarning}</strong>
- </ul>
- <p>We have done our best to make sure all situations are handled. However, your install might have the one case we haven't run into yet.</p>
+ <p>Welcome to the new and improved Bitweaver migrate process. Our migrate scripts are currently still in development and we cannot take any reponsibility for any loss of data that occurs due to the use of these scripts. Having said this, we are doing our best to make this migrate process as reliable and complete as we possibly can. Due to this, we urge you to follow the instructions here carefully before you proceed. We have done our best to make sure all situations are handled. However, your install might have the one case we haven't run into yet. Initial steps before beginning the actual migrate stages:</p>
+
+ <p class="warning"><strong>Make a backup</strong><br />You should have a spare dump of your database before you run this. (Of course, you already have a cron job making nightly backups and scp'ing them to another host? Right? Right.)</p>
+
+ <p class="warning"><strong>Do a trial run first</strong><br />You should run a trial migrate on an offline server, personal machine, etc. before you do this on your live site.</p>
+
+ <p class="warning">Migrates can <strong>take a long time</strong><br />Make sure your max_execution_time in your php.ini is large enough for your site.</p>
+
+ <strong>{formfeedback warning=$dbWarning}</strong>
<div class="row submit">
- <input type="submit" name="fSubmitWelcome" value="{$warningSubmit|default:"Begin the Migrate process!"}" />
+ <input type="submit" name="fSubmitWelcome" value="{$warningSubmit|default:"Begin the migrate process!"}" />
</div>
{/form}