Linux 软件免费装

PlugInstaller

开发者 hschaefer
angrycamel
更新时间 2007年8月10日 19:34
捐献地址: 去捐款
PHP版本: 2.0.2 及以上
WordPress版本: 2.2

标签

plugin admin upload manage install

下载

0.1.6 0.1.7 0.1.9 0.1.95 0.2.0 0.2.1

详情介绍:

IMPORTANT! Version 0.2.1 fixes a severe bug that could lead to complete unusability of your wordpress plugins when installing a corrupt plugin package. UPGRADE IMMEDIATELY! PlugInstaller is a WordPress plugin-management plugin that eliminates the need to download a plugin archive, upload it to your FTP server and unpack it manually. With PlugInstaller, you can easily enter a plugin URL (e.g. directly from a plugin repository website like the WordPress.org plugin repository) within the admin interface which is in turn automatically downloaded and installed on your server or you can upload a file from your local file system which is also automatically installed. If you do no longer like one or more plugins that you previously installed, you can uninstall those plugins with a single click. To stay informed about plugin updates, there is an automatic update checking mechanism built into your plugins management page. This plugin completely replaces the standard plugins management page to incorporate all functions from PlugInstaller into a redesigned and more usable plugin management page. With PlugInstaller you will no longer have to use any other software than your WordPress administration interface to install or uninstall plugins. In addition to that, plugin installation will hardly last more than 5 to 10 seconds with PlugInstaller, as there is no user interference required. You can also display the readme file provided along with any installed plugins with a single click from your plugin management page. As of version 0.2, you will also be able to install critical plugin packages that do not contain the proper directory names inside the zip package.

安装:

IMPORTANT: This plugin DOES NOT work on a windows server, as there are no commandline tools to unpack archives, but it works great when connecting from windows to a linux/unix server. PREREQUISITES: Make sure your server has the following tools installed and readily available within the search path: "tar", "gzip" and "unzip". Also, set your wp-content/plugins directory to world-writeable (chmod -R 777 plugins) or at least writeable to your httpd user. Carefully follow the following steps as it is probably the last time you will ever do this:
  1. Upload the plugin package to your wp-content/plugins directory
  2. Unzip the package (unzip pluginst.zip)
  3. Go to your "plugins" administration page and activate the PlugInstaller plugin

常见问题:

What does 'does not work with windows' mean?

This just means that you cannot use this plugin on a server that is based on a windows operating system. You can, of course, use it on your linux server if you browse the internet from a windows-based client computer.

Where is my plugins management page gone?

PlugInstaller completely replaces the plugin management page. You will find your plugins listed in a more space-saving way, as this space is used to display additional information.

Where are my deactivated plugins gone?

The deactivated plugins will be listed at the bottom of the plugins management page, not along with the active plugins.

How can I check for updated plugins?

Press the "Check for updated plugins" button at the bottom of the list of deactivated plugins. Checking may take a little while, so be patient. If updates are found, a message will appear on the screen telling you that updates are available. Additionally, a yellow "Update"-flag will appear behind those plugins that have updates available.

How do I upgrade plugins?

Click on the yellow "Update" flag behind updateable plugins (be sure to check for new updates in regular intervals). This will automatically upgrade the selected plugin.

Why do not all updateable plugins show up?

Updates are only working with a restricted set of plugins from the wordpress.org plugins repository. PlugInstaller takes measures against those problems when installing a plugin the first time. If you experience plugins that are hosted on wordpress.org but that do not support automatic updating, just uninstall them and install them again using PlugInstaller. After this step, automatic updates should be supported on those plugins.

What can I do to make my plugin compatible to PlugInstaller?

I am continuously working to make PlugInstaller compatible to almost every plugin. But you as a plugin developer can follow a few guidelines to ensure your plugin's compatibility with PlugInstaller.

  • Include a readme file: Be sure to name that file "readme.txt" and place it in the trunk path of your svn repository. Be sure to name that file exactly "readme.txt", no capital letters!
  • Refrain from using subdirectories: Placing your main plugin file inside a subdirectory of the trunk or the stable tag confuses not only wordpress, but also PlugInstaller. You can, of course, use subdirectories for additional files such als libaries, images and so on.
  • Make your plugin work from the standard directory: The wp.org plugin repository creates a zip file containing a directory that is named after your project's main path. The PlugInstaller ZIP file, for example, contains a directory named "pluginstaller". Don't make your plugin require to be in a directory named other than your project's svn name (e.g. providing PlugInstaller in a directory called "pluginst").
  • Comply to the wordpress.org plugin conventions.

Why is PlugInstaller unable to upgrade itself?

Well, did you ever try to exchange your old car with a new one while you were driving on the motorway? It's exactly the same problem: PlugInstaller is needed to update plugins, but if you update a package, this package will first be deactivated (you cannot delete active plugins without throwing lots of error messages). But how should PlugInstaller upgrade itself if it is deactivated?

What can I do if a plugin did not install properly?

Below the list of deactivated plugins you will find a list of "broken plugins". Broken plugins are subdirectories inside your plugin directory that do not contain any plugin files. If a plugin shows up on that list after it has been installed, this means that the plugin cannot be installed by PlugInstaller. You may safely delete the broken plugin by selecting the "delete" link behind the directory name.