| 550 | | echo __('<p>Welcome to WordPress. We hope (and expect!) that you will find this platform incredibly rewarding! As a new WordPress user coming from Textpattern, there are some things that we would like to point out. Hopefully, they will help your transition go as smoothly as possible.</p>'); |
|---|
| 551 | | echo __('<h3>Users</h3>'); |
|---|
| 552 | | echo __('<p>You have already setup WordPress and have been assigned an administrative login and password. Forget it. You didn\'t have that login in Textpattern, why should you have it here? Instead we have taken care to import all of your users into our system. Unfortunately there is one downside. Because both WordPress and Textpattern uses a strong encryption hash with passwords, it is impossible to decrypt it and we are forced to assign temporary passwords to all your users. <strong>Every user has the same username, but their passwords are reset to password123.</strong> So <a href="/wp-login.php">Login</a> and change it.</p>'); |
|---|
| 553 | | echo __('<h3>Preserving Authors</h3>'); |
|---|
| 554 | | echo __('<p>Secondly, we have attempted to preserve post authors. If you are the only author or contributor to your blog, then you are safe. In most cases, we are successful in this preservation endeavor. However, if we cannot ascertain the name of the writer due to discrepancies between database tables, we assign it to you, the administrative user.</p>'); |
|---|
| 555 | | echo __('<h3>Textile</h3>'); |
|---|
| 556 | | echo __('<p>Also, since you\'re coming from Textpattern, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing <a href="http://www.huddledmasses.org/2004/04/19/wordpress-plugin-textile-20/">Textile for WordPress</a>. Trust me... You\'ll want it.</p>'); |
|---|
| 557 | | echo __('<h3>WordPress Resources</h3>'); |
|---|
| 558 | | echo __('<p>Finally, there are numerous WordPress resources around the internet. Some of them are:</p>'); |
|---|
| 559 | | echo __('<ul>'); |
|---|
| 560 | | echo __('<li><a href="http://www.wordpress.org">The official WordPress site</a></li>'); |
|---|
| 561 | | echo __('<li><a href="http://wordpress.org/support/">The WordPress support forums</li>'); |
|---|
| 562 | | echo __('<li><a href="http://codex.wordpress.org">The Codex (In other words, the WordPress Bible)</a></li>'); |
|---|
| 563 | | echo __('</ul>'); |
|---|
| 564 | | echo __('<p>That\'s it! What are you waiting for? Go <a href="/wp-login.php">login</a>!</p>'); |
|---|
| | 552 | echo '<p>'.__('Welcome to WordPress. We hope (and expect!) that you will find this platform incredibly rewarding! As a new WordPress user coming from Textpattern, there are some things that we would like to point out. Hopefully, they will help your transition go as smoothly as possible.').'</p>'; |
|---|
| | 553 | echo '<h3>'.__('Users').'</h3>'; |
|---|
| | 554 | echo '<p>'.__('You have already setup WordPress and have been assigned an administrative login and password. Forget it. You didn\'t have that login in Textpattern, why should you have it here? Instead we have taken care to import all of your users into our system. Unfortunately there is one downside. Because both WordPress and Textpattern uses a strong encryption hash with passwords, it is impossible to decrypt it and we are forced to assign temporary passwords to all your users. <strong>Every user has the same username, but their passwords are reset to password123.</strong> So <a href="/wp-login.php">Login</a> and change it.').'</p>'; |
|---|
| | 555 | echo '<h3>'.__('Preserving Authors').'</h3>'; |
|---|
| | 556 | echo '<p>'.__('Secondly, we have attempted to preserve post authors. If you are the only author or contributor to your blog, then you are safe. In most cases, we are successful in this preservation endeavor. However, if we cannot ascertain the name of the writer due to discrepancies between database tables, we assign it to you, the administrative user.').'</p>'; |
|---|
| | 557 | echo '<h3>'.__('Textile').'</h3>'; |
|---|
| | 558 | echo '<p>'.__('Also, since you\'re coming from Textpattern, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing <a href="http://www.huddledmasses.org/2004/04/19/wordpress-plugin-textile-20/">Textile for WordPress</a>. Trust me... You\'ll want it.').'</p>'; |
|---|
| | 559 | echo '<h3>'.__('WordPress Resources').'</h3>'; |
|---|
| | 560 | echo '<p>'.__('Finally, there are numerous WordPress resources around the internet. Some of them are:').'</p>'; |
|---|
| | 561 | echo '<ul>'; |
|---|
| | 562 | echo '<li>'.__('<a href="http://www.wordpress.org">The official WordPress site</a>').'</li>'; |
|---|
| | 563 | echo '<li>'.__('<a href="http://wordpress.org/support/">The WordPress support forums').'</li>'; |
|---|
| | 564 | echo '<li>'.__('<a href="http://codex.wordpress.org">The Codex (In other words, the WordPress Bible)</a>').'</li>'; |
|---|
| | 565 | echo '</ul>'; |
|---|
| | 566 | echo '<p>'.__('That\'s it! What are you waiting for? Go <a href="/wp-login.php">login</a>!').'</p>'; |
|---|
| 569 | | _e('<ul>'); |
|---|
| 570 | | _e('<li><label for="dbuser">Textpattern Database User:</label> <input type="text" name="dbuser" /></li>'); |
|---|
| 571 | | _e('<li><label for="dbpass">Textpattern Database Password:</label> <input type="password" name="dbpass" /></li>'); |
|---|
| 572 | | _e('<li><label for="dbname">Textpattern Database Name:</label> <input type="text" name="dbname" /></li>'); |
|---|
| 573 | | _e('<li><label for="dbhost">Textpattern Database Host:</label> <input type="text" name="dbhost" value="localhost" /></li>'); |
|---|
| 574 | | _e('<li><label for="dbprefix">Textpattern Table prefix (if any)t:</label> <input type="text" name="dbprefix" /></li>'); |
|---|
| 575 | | _e('</ul>'); |
|---|
| | 571 | echo '<ul>'; |
|---|
| | 572 | printf('<li><label for="dbuser">%s</label> <input type="text" name="dbuser" /></li>', __('Textpattern Database User:')); |
|---|
| | 573 | printf('<li><label for="dbpass">%s</label> <input type="password" name="dbpass" /></li>', __('Textpattern Database Password:')); |
|---|
| | 574 | printf('<li><label for="dbname">%s</label> <input type="text" name="dbname" /></li>', __('Textpattern Database Name:')); |
|---|
| | 575 | printf('<li><label for="dbhost">%s</label> <input type="text" name="dbhost" value="localhost" /></li>', __('Textpattern Database Host:')); |
|---|
| | 576 | printf('<li><label for="dbprefix">%s</label> <input type="text" name="dbprefix" /></li>', __('Textpattern Table prefix (if any):')); |
|---|
| | 577 | echo '</ul>'; |
|---|