From 43e4a8a930be8b3d0359e517e4a6ef12f0d0ba73 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 11 Dec 2003 00:22:36 +0000 Subject: [PATCH] The great renaming. git-svn-id: http://svn.automattic.com/wordpress/trunk@601 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2rdf.php | 2 +- b2rss.php | 2 +- b2rss2.php | 2 +- index-smarty.php | 6 +- index.php | 11 +- readme.html | 26 +- wp-admin/{b2footer.php => admin-footer.php} | 0 wp-admin/{b2header.php => admin-header.php} | 13 +- wp-admin/{b2verifauth.php => auth.php} | 2 +- wp-admin/b2team.php | 206 ----------- .../{b2bookmarklet.php => bookmarklet.php} | 8 +- wp-admin/categories.php | 12 +- wp-admin/edit-comments.php | 12 +- wp-admin/{wp-edit.form.php => edit-form.php} | 6 +- ...-edit.showposts.php => edit-showposts.php} | 22 +- wp-admin/edit.php | 22 +- wp-admin/help/en/dateformats.help.html | 66 ---- wp-admin/help/en/linkcategories.php.help.html | 77 ---- wp-admin/help/en/linkmanager.php.help.html | 151 -------- wp-admin/help/en/links.import.php.help.html | 41 --- wp-admin/import-blogger.php | 12 +- wp-admin/import-greymatter.php | 8 +- wp-admin/import-textpattern.php | 2 +- wp-admin/index.php | 2 +- ...-install-helper.php => install-helper.php} | 0 wp-admin/{wp-install.php => install.php} | 12 +- ...linkcategories.php => link-categories.php} | 34 +- .../{links.import.php => link-import.php} | 22 +- .../{linkmanager.php => link-manager.php} | 26 +- ...nks.parse.opml.php => link-parse-opml.php} | 2 +- wp-admin/{b2menutop.php => menu.php} | 4 +- wp-admin/{b2menutop.txt => menu.txt} | 6 +- .../{wp-moderation.php => moderation.php} | 12 +- ...ns-permalink.php => options-permalink.php} | 10 +- wp-admin/{wp-options.php => options.php} | 10 +- wp-admin/{wp-post.php => post.php} | 56 +-- wp-admin/{b2profile.php => profile.php} | 34 +- wp-admin/{wp-quicktags.js => quicktags.js} | 0 wp-admin/quicktags.php | 2 + wp-admin/{b2sidebar.php => sidebar.php} | 6 +- wp-admin/templates.php | 8 +- wp-admin/upgrade-071-to-072.php | 8 +- wp-admin/upgrade-072-to-080.php | 6 +- wp-admin/{b2upload.php => upload.php} | 14 +- wp-admin/users.php | 8 +- wp-admin/wp-admin.css | 4 +- wp-admin/wp-quicktags.php | 2 - wp-blog-header.php | 331 ++++++++++++++++++ wp-comments-popup.php | 111 ++++++ b2comments.post.php => wp-comments-post.php | 5 +- b2comments.php => wp-comments.php | 4 +- wp-commentsrss2.php | 4 +- wp-config-sample.php | 26 ++ .../class-pop3.php | 0 .../class-smarty.php | 2 +- .../class-xmlrpc.php | 0 .../class-xmlrpcs.php | 2 +- .../functions.php | 8 +- .../template-functions.php | 4 +- {b2-include => wp-includes}/textile.php | 0 b2-include/b2vars.php => wp-includes/vars.php | 4 +- {b2-include => wp-includes}/wp-db.php | 0 wp-locations.php | 2 +- b2login.php => wp-login.php | 23 +- b2mail.php => wp-mail.php | 11 +- wp-pass.php | 3 +- wp-rdf.php | 2 +- wp-register.php | 7 +- wp-rss.php | 2 +- wp-rss2.php | 2 +- wp-settings.php | 23 +- wp-trackback.php | 89 +++++ 72 files changed, 832 insertions(+), 830 deletions(-) rename wp-admin/{b2footer.php => admin-footer.php} (100%) rename wp-admin/{b2header.php => admin-header.php} (78%) rename wp-admin/{b2verifauth.php => auth.php} (92%) delete mode 100644 wp-admin/b2team.php rename wp-admin/{b2bookmarklet.php => bookmarklet.php} (96%) rename wp-admin/{wp-edit.form.php => edit-form.php} (96%) rename wp-admin/{wp-edit.showposts.php => edit-showposts.php} (90%) delete mode 100644 wp-admin/help/en/dateformats.help.html delete mode 100644 wp-admin/help/en/linkcategories.php.help.html delete mode 100644 wp-admin/help/en/linkmanager.php.help.html delete mode 100644 wp-admin/help/en/links.import.php.help.html rename wp-admin/{wp-install-helper.php => install-helper.php} (100%) rename wp-admin/{wp-install.php => install.php} (99%) rename wp-admin/{linkcategories.php => link-categories.php} (95%) rename wp-admin/{links.import.php => link-import.php} (87%) rename wp-admin/{linkmanager.php => link-manager.php} (97%) rename wp-admin/{links.parse.opml.php => link-parse-opml.php} (97%) rename wp-admin/{b2menutop.php => menu.php} (79%) rename wp-admin/{b2menutop.txt => menu.txt} (76%) rename wp-admin/{wp-moderation.php => moderation.php} (90%) rename wp-admin/{wp-options-permalink.php => options-permalink.php} (95%) rename wp-admin/{wp-options.php => options.php} (96%) rename wp-admin/{wp-post.php => post.php} (94%) rename wp-admin/{b2profile.php => profile.php} (84%) rename wp-admin/{wp-quicktags.js => quicktags.js} (100%) create mode 100644 wp-admin/quicktags.php rename wp-admin/{b2sidebar.php => sidebar.php} (95%) rename wp-admin/{b2upload.php => upload.php} (93%) delete mode 100644 wp-admin/wp-quicktags.php create mode 100644 wp-blog-header.php create mode 100644 wp-comments-popup.php rename b2comments.post.php => wp-comments-post.php (95%) rename b2comments.php => wp-comments.php (95%) create mode 100644 wp-config-sample.php rename b2-include/class.POP3.php => wp-includes/class-pop3.php (100%) rename b2-include/smarty.inc.php => wp-includes/class-smarty.php (99%) rename b2-include/xmlrpc.inc => wp-includes/class-xmlrpc.php (100%) rename b2-include/xmlrpcs.inc => wp-includes/class-xmlrpcs.php (99%) rename b2-include/b2functions.php => wp-includes/functions.php (98%) rename b2-include/b2template.functions.php => wp-includes/template-functions.php (99%) rename {b2-include => wp-includes}/textile.php (100%) rename b2-include/b2vars.php => wp-includes/vars.php (99%) rename {b2-include => wp-includes}/wp-db.php (100%) rename b2login.php => wp-login.php (91%) rename b2mail.php => wp-mail.php (95%) create mode 100644 wp-trackback.php diff --git a/b2rdf.php b/b2rdf.php index d10b52fd0a..7c63a87322 100644 --- a/b2rdf.php +++ b/b2rdf.php @@ -1,7 +1,7 @@ template_dir = './wp-blogs/main/templates'; $wpsmarty->compile_dir = './wp-blogs/main/templates_c'; $wpsmarty->cache_dir = './wp-blogs/main/smartycache'; $wpsmarty->plugin_dir = './wp-plugins'; -require_once( 'b2-include/smarty.inc.php' ); +require_once( 'b2-include/class-smarty.php' ); $blog = 1; -require_once('blog.header.php'); +require_once('wp-blog-header.php'); require_once($abspath.'wp-links/links.php'); // not on by default: require_once($abspath.'wp-links/links.weblogs.com.php'); @@ -26,7 +26,7 @@ if($posts) start_b2(); $content .= $wpsmarty->fetch( 'post.html' ); ob_start(); - include($abspath . 'b2comments.php'); + include($abspath . 'wp-comments.php'); $txt = ob_get_contents(); ob_end_clean(); $content .= $txt; diff --git a/index.php b/index.php index 8d40026b78..a301987bbe 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,7 @@ - @@ -52,7 +51,7 @@ require_once($abspath.'wp-links/links.php'); --> - + @@ -93,7 +92,7 @@ require_once($abspath.'wp-links/links.php');
  • Other:
  • diff --git a/readme.html b/readme.html index 740df6c1a6..c7d8d6f4a4 100644 --- a/readme.html +++ b/readme.html @@ -62,12 +62,12 @@
  • Copy wp-config.sample.php to wp-config.php. Open wp-config.php in a text editor and modify the variables as explained in the comments. Comments are lines that start with /* or //
  • Upload everything. This release is designed to sit in your root folder, IE the folder where your WordPress-powered page will reside.
  • The weblogs.com cache file needs to be writable by the web server. CHMOD 666 the weblogs.com.changes.cache file.
  • -
  • Launch wp-admin/wp-install.php in your browser. This should setup the MySQL database for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums and make a post with all the information about the failure (error messages, etc), and your setup (the PHP and MySQL versions on your server, and the browser you were using). Note the password given to you.
  • -
  • Go to b2login.php and sign in with the login "admin" and the password given to you by the install script. Then click on the menu 'My Profile', and change the password. Note: you need javascript enabled to launch the profile popup window.
  • +
  • Launch wp-admin/install.php in your browser. This should setup the MySQL database for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums and make a post with all the information about the failure (error messages, etc), and your setup (the PHP and MySQL versions on your server, and the browser you were using). Note the password given to you.
  • +
  • Go to wp-login.php and sign in with the login "admin" and the password given to you by the install script. Then click on the menu 'My Profile', and change the password. Note: you need javascript enabled to launch the profile popup window.
  • Some notes: