Plugin Directory

Changeset 1680664


Ignore:
Timestamp:
06/18/2017 03:06:40 PM (9 years ago)
Author:
com82
Message:

Improved readme.txt

Location:
delete-original-image/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • delete-original-image/trunk/README.md

    r1680648 r1680664  
    1313== Description ==
    1414
    15 Delete Original Image is a Wordpress plugin to delete the the original image file uploaded. The problem that solves,
     15Delete Original Image is a Wordpress plugin to delete the the original image file uploaded.
    1616
    17 is that the original image file is usually huge (can be >6MB if it is a photograph) and it is never published on the pages
    18 
    19 so there is no need to keep it on your server, and it it a must to delete it, if you have limited storage space and you are uploading
    20 
    21 tons of pictures.
     17The problem that solves, is that the original image file is usually huge (can be >6MB if it is a photograph) and it is never published on the pages, so there is no need to keep it on your server, and it it a must to delete it, if you have limited storage space and you are uploading tons of pictures.
    2218
    2319The plugin gives you the option to enable/disable this, to be done automatically when you upload an image.
     
    2521And/or you can do it in bulk for all your previously uploaded images.
    2622
    27 Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ), doing so,
     23Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ).
    2824
    29 Nothing should brake, all other plugins should keep working, but you need to know that the original image is no longer available on your site.
     25Nothing should brake, all other plugins should keep working, but you need to know that the original image is no longer available on your site, so please do a backup if you think you may need the original images in the future.
    3026
    3127== Installation ==
  • delete-original-image/trunk/readme.txt

    r1680648 r1680664  
    1313== Description ==
    1414
    15 Delete Original Image is a Wordpress plugin to delete the the original image file uploaded. The problem that solves,
     15Delete Original Image is a Wordpress plugin to delete the the original image file uploaded.
    1616
    17 is that the original image file is usually huge (can be >6MB if it is a photograph) and it is never published on the pages
    18 
    19 so there is no need to keep it on your server, and it it a must to delete it, if you have limited storage space and you are uploading
    20 
    21 tons of pictures.
     17The problem that solves, is that the original image file is usually huge (can be >6MB if it is a photograph) and it is never published on the pages, so there is no need to keep it on your server, and it it a must to delete it, if you have limited storage space and you are uploading tons of pictures.
    2218
    2319The plugin gives you the option to enable/disable this, to be done automatically when you upload an image.
     
    2521And/or you can do it in bulk for all your previously uploaded images.
    2622
    27 Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ), doing so,
     23Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ).
    2824
    29 Nothing should brake, all other plugins should keep working, but you need to know that the original image is no longer available on your site.
     25Nothing should brake, all other plugins should keep working, but you need to know that the original image is no longer available on your site, so please do a backup if you think you may need the original images in the future.
    3026
    3127== Installation ==
Note: See TracChangeset for help on using the changeset viewer.