Plugin Directory

Changeset 324843


Ignore:
Timestamp:
12/21/2010 02:35:58 AM (15 years ago)
Author:
simpleviewer
Message:

added server requirements to readme

Location:
wp-simpleviewer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-simpleviewer/tags/2.0.5/readme.txt

    r291143 r324843  
    1616== Installation ==
    1717
     18= Installation =
     19
    18201. Download the WP-SimpleViewer plugin. Unzip the plugin folder on your local machine.
    19212. Upload the complete plugin folder into your WordPress blog's `/wp-content/plugins/` directory.
    20223. Activate the plugin through the 'Plugins' menu in WordPress
    21234. WP-SimpleViewer requires the `/wp-content/uploads/` folder. If this folder is not present, create it and give it write permissions (777).
     24
     25= Requirements =
     26
     27Before installing, please confirm your web server meets the following requirements. If you are not sure, contact your web host tech support.
     28
     29* WordPress Version 2.8 or higher.
     30* PHP version 5.0 or higher.
     31* PHP DOM extension is enabled (this is the default, however some web hosts may disable this extension).
    2232
    2333= Upgrading from v1.5.4 =
  • wp-simpleviewer/trunk/readme.txt

    r291142 r324843  
    1616== Installation ==
    1717
     18= Installation =
     19
    18201. Download the WP-SimpleViewer plugin. Unzip the plugin folder on your local machine.
    19212. Upload the complete plugin folder into your WordPress blog's `/wp-content/plugins/` directory.
    20223. Activate the plugin through the 'Plugins' menu in WordPress
    21234. WP-SimpleViewer requires the `/wp-content/uploads/` folder. If this folder is not present, create it and give it write permissions (777).
     24
     25= Requirements =
     26
     27Before installing, please confirm your web server meets the following requirements. If you are not sure, contact your web host tech support.
     28
     29* WordPress Version 2.8 or higher.
     30* PHP version 5.0 or higher.
     31* PHP DOM extension is enabled (this is the default, however some web hosts may disable this extension).
    2232
    2333= Upgrading from v1.5.4 =
Note: See TracChangeset for help on using the changeset viewer.