Plugin Directory

Changeset 2906056


Ignore:
Timestamp:
04/29/2023 10:31:45 AM (3 years ago)
Author:
raffaelj
Message:

rephrased readme.txt

Location:
another-simple-image-optimizer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • another-simple-image-optimizer/tags/0.1.3/readme.txt

    r2905187 r2906056  
    1010License URI: https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/LICENSE
    1111
    12 Automatically optimize uploaded images using the Spatie image-optimizer library and binaries on your host system (jpegoptim, optipng, pngquant, cwebp, gifsicle, svgo)
     12Automatically optimize uploaded images using the Spatie image-optimizer library and binary files on your host system (e. g. jpegoptim, optipng)
    1313
    1414== Description ==
    1515
    16 WordPress plugin to optimize uploaded images (jpg, png, gif, webp, svg) using the great [Spatie image-optimizer library][1] and binary files on your host system.
     16Automatically optimize uploaded images (jpg, png, gif, webp, svg) using the [Spatie image-optimizer library][1] and binary files on your host system.
    1717
    18 If you open your media library, switch to list mode and enable the new column "Optimized", you can click a link to optimize a previously uploaded image directly.
     18New uploaded images with all image sizes (thumbnails) will be optimized automatically.
    1919
    20 New uploaded images and all image sizes (thumbnails) are optimized automatically.
     20Previously uploaded images can be updated in two ways:
    2121
    22 To update existing images, use the cli `wp media regenerate`, which also triggers the optimization chain. If you don't have cli access, some other addon, that regenerates existing thumbnails should work, too (not tested).
     221. Use the command line interface (cli) and run `wp media regenerate`, which also triggers the optimization chain. If you don't have cli access, some other plugin, that regenerates existing thumbnails should work, too (not tested, yet).
     232. The media library has a new column "Optimized" in the list view, which displays the new and the old file size. If an image is not optimized, there is a link named "Optimize" to run the optimizer directly.
    2324
    24 __Warning:__ Images are replaced with the optimized ones. Create a backup before testing this plugin - or don't use this plugin, if this is a deal breaker for you.
     25__Warning:__ Images are replaced with the optimized ones. Create a backup before testing this plugin. If this is a deal-breaker for you, don't use it.
    2526
    26 __Important:__ If the needed binaries aren't installed, this plugin won't optimize anything. Don't use this plugin, if you don't know, how to install them or if your web hoster doesn't provide them.
     27__Important:__ If the needed binary files aren't installed, this plugin won't optimize anything. Don't use it, if you don't know, how to install them or if your web hoster doesn't provide them.
    2728
    28 For more information and notes about development, checkout the [project README.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md)
     29For more information and notes about development, checkout the [project README.md file on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md)
    2930
    3031## Optimization tools
     
    3940* [cwebp][14]
    4041
    41 You can find information about how to install the binaries in the [spatie image-optimizer README][2].
     42At least jpegoptim and optipng should be installed.
    4243
    43 You probably want at least jpegoptim and optipng to be installed.
     44You can find information about how to install the binary files in the [Spatie image-optimizer README.md file][2].
    4445
    4546[1]: https://github.com/spatie/image-optimizer
     
    5253[14]: https://developers.google.com/speed/webp/docs/precompiled
    5354
    54 ## Changelog
     55== Changelog ==
    5556
    5657See the [project CHANGELOG.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/CHANGELOG.md)
  • another-simple-image-optimizer/trunk/readme.txt

    r2905187 r2906056  
    1010License URI: https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/LICENSE
    1111
    12 Automatically optimize uploaded images using the Spatie image-optimizer library and binaries on your host system (jpegoptim, optipng, pngquant, cwebp, gifsicle, svgo)
     12Automatically optimize uploaded images using the Spatie image-optimizer library and binary files on your host system (e. g. jpegoptim, optipng)
    1313
    1414== Description ==
    1515
    16 WordPress plugin to optimize uploaded images (jpg, png, gif, webp, svg) using the great [Spatie image-optimizer library][1] and binary files on your host system.
     16Automatically optimize uploaded images (jpg, png, gif, webp, svg) using the [Spatie image-optimizer library][1] and binary files on your host system.
    1717
    18 If you open your media library, switch to list mode and enable the new column "Optimized", you can click a link to optimize a previously uploaded image directly.
     18New uploaded images with all image sizes (thumbnails) will be optimized automatically.
    1919
    20 New uploaded images and all image sizes (thumbnails) are optimized automatically.
     20Previously uploaded images can be updated in two ways:
    2121
    22 To update existing images, use the cli `wp media regenerate`, which also triggers the optimization chain. If you don't have cli access, some other addon, that regenerates existing thumbnails should work, too (not tested).
     221. Use the command line interface (cli) and run `wp media regenerate`, which also triggers the optimization chain. If you don't have cli access, some other plugin, that regenerates existing thumbnails should work, too (not tested, yet).
     232. The media library has a new column "Optimized" in the list view, which displays the new and the old file size. If an image is not optimized, there is a link named "Optimize" to run the optimizer directly.
    2324
    24 __Warning:__ Images are replaced with the optimized ones. Create a backup before testing this plugin - or don't use this plugin, if this is a deal breaker for you.
     25__Warning:__ Images are replaced with the optimized ones. Create a backup before testing this plugin. If this is a deal-breaker for you, don't use it.
    2526
    26 __Important:__ If the needed binaries aren't installed, this plugin won't optimize anything. Don't use this plugin, if you don't know, how to install them or if your web hoster doesn't provide them.
     27__Important:__ If the needed binary files aren't installed, this plugin won't optimize anything. Don't use it, if you don't know, how to install them or if your web hoster doesn't provide them.
    2728
    28 For more information and notes about development, checkout the [project README.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md)
     29For more information and notes about development, checkout the [project README.md file on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md)
    2930
    3031## Optimization tools
     
    3940* [cwebp][14]
    4041
    41 You can find information about how to install the binaries in the [spatie image-optimizer README][2].
     42At least jpegoptim and optipng should be installed.
    4243
    43 You probably want at least jpegoptim and optipng to be installed.
     44You can find information about how to install the binary files in the [Spatie image-optimizer README.md file][2].
    4445
    4546[1]: https://github.com/spatie/image-optimizer
     
    5253[14]: https://developers.google.com/speed/webp/docs/precompiled
    5354
    54 ## Changelog
     55== Changelog ==
    5556
    5657See the [project CHANGELOG.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/CHANGELOG.md)
Note: See TracChangeset for help on using the changeset viewer.