Plugin Directory

Changeset 3418544


Ignore:
Timestamp:
12/12/2025 09:25:24 PM (4 months ago)
Author:
lyode
Message:

new readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • filikod/trunk/readme.txt

    r3414806 r3418544  
    22Contributors: filikod
    33Plugin URI: https://filikod.com/
    4 Tags: image optimization, alt text, media accessibility, seo, svg
     4Tags: alt text, image alt, image resizing, media cleanup, seo, svg upload
    55Requires at least: 5.8
    66Tested up to: 6.9
     
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Filikod automatically optimizes your WordPress images with resizing, ALT text cleanup, secure SVG support, and bulk processing tools.
     12Clean your WordPress media library automatically: generate missing ALT text, resize images, secure SVG uploads, and fix old content without manual work.
    1313
    1414== Description ==
    1515
    16 Filikod is a lightweight WordPress plugin that improves image handling and media performance. 
    17 It provides automatic image resizing on upload, ALT text cleanup, secure SVG support, and bulk processing for existing images.
     16Images are often the messiest part of a WordPress site.
    1817
    19 The plugin works with all WordPress themes and page builders (Elementor, Gutenberg, Divi, WPBakery, etc.) and requires no advanced configuration.
     18Missing ALT text, oversized images, unsafe SVG uploads, useless `title` attributes…
     19Most sites accumulate these issues over time — especially older ones.
     20
     21Filikod fixes that automatically.
     22
     23Filikod is a lightweight WordPress plugin focused on media hygiene, SEO, and accessibility.
     24It helps you clean and optimize your image library without spending hours editing images one by one.
     25
     26Filikod does not try to be another heavy image compression plugin.
     27Instead, it focuses on what really slows people down:
     28
     29- Automatically generating and cleaning ALT text
     30- Resizing images to proper dimensions
     31- Cleaning media metadata
     32- Securing SVG uploads
     33- Managing additional file types safely
     34
     35No complex setup.
     36Activate it, configure it once, and let it work.
     37
     38Learn more about Filikod, documentation, and future features:
     39[Learn more on Filikod.com](https://filikod.com/)
     40
     41== What Filikod Solves ==
     42
     43- You don’t want to fill ALT text manually for every image
     44- You inherit WordPress sites with hundreds of images and no ALT
     45- Your media library is bloated with oversized images
     46- You need SVG uploads without security risks
     47- You want a simple, lightweight tool — not a factory of options
     48
     49Filikod is built for site owners, freelancers, and agencies who want clean media, fast.
    2050
    2151== Features ==
    2252
    23 ### 🔧 Image Optimization
    24 - Automatic image resizing on upload (configurable max width).
    25 - Reduced file sizes through more appropriate dimensions.
    26 - Bulk processing for existing images.
    27 - Metadata update after optimization.
     53=== ALT Text Automation & Cleanup ===
    2854
    29 ### 📝 ALT Text Tools
    30 - Automatic generation of ALT text based on the file name.
    31 - Cleanup of special characters for cleaner ALT attributes.
    32 - Automatic removal of redundant `title` attributes for accessibility.
     55Stop managing ALT text by hand.
    3356
    34 ### 🔒 Secure SVG Support
    35 - Validation of file extension and MIME type.
    36 - XML sanitization to remove unauthorized elements.
    37 - Automatic blocking of potentially harmful tags (script, iframe, etc.).
     57- Automatically generate missing ALT text based on file names
     58- Bulk scan and regenerate ALT text for existing images
     59- Clean special characters for readable, SEO-friendly ALT attributes
     60- Remove redundant `title` attributes for better accessibility
    3861
    39 ### 📁 Extended File Type Support
    40 - Enable/disable additional file types (SVGZ, PSD, AI, EPS, ICO, ZIP, RAR, 7Z, WEBM…)
    41 - Simple toggle-based interface.
     62Perfect for fixing old WordPress sites with poor media SEO.
    4263
    43 ### 📊 Admin Interface
    44 - Dashboard with useful media information.
    45 - Settings organized into tabs for clarity.
    46 - AJAX-based bulk processing to avoid timeouts.
    47 - Responsive and multisite-compatible interface.
     64=== Image Resizing (Upload + Bulk) ===
     65
     66Serve images at the right size — without compression tricks.
     67
     68- Automatic image resizing on upload (configurable max width)
     69- Bulk resizing for images already in the Media Library
     70- Replaces original files to save disk space
     71- Keeps WordPress metadata intact
     72
     73Filikod resizes images but does not compress them.
     74
     75=== Secure SVG Upload ===
     76
     77Use SVG files safely in WordPress.
     78
     79- Secure SVG upload activation
     80- File extension and MIME type validation
     81- SVG XML sanitization
     82- Automatic removal of unsafe tags (script, iframe, etc.)
     83
     84=== Extended File Type Support ===
     85
     86Need more than standard WordPress file types?
     87
     88- Enable or disable additional formats:
     89  SVGZ, PSD, AI, EPS, ICO, ZIP, RAR, 7Z, WEBM
     90- Simple toggle-based configuration
     91
     92=== Dashboard & Admin Interface ===
     93
     94Understand your media at a glance.
     95
     96- Media dashboard with total images, media size, ALT coverage, and resize ratio
     97- Clean, tab-based interface
     98- AJAX bulk processing to avoid timeouts
     99- Fully multisite compatible
    48100
    49101== Compatibility ==
     
    51103- WordPress 5.8+
    52104- PHP 7.4+
    53 - Compatible with Elementor, Gutenberg, Divi, WPBakery and all major page builders.
    54 - Compatible with all themes.
    55 - Works with both GD and Imagick PHP extensions.
    56 - Fully multisite compatible.
     105- Compatible with all themes
     106- Works with Elementor, Gutenberg, Divi, WPBakery, and other page builders
     107- Compatible with GD and Imagick
     108- Multisite ready
    57109
    58110== Installation ==
    59111
    60 1. Download and install the plugin via the WordPress plugin directory.
    61 2. Activate it through the “Plugins” menu in WordPress.
    62 3. Navigate to **Filikod > Settings** to adjust the available options.
     1121. Install Filikod from the WordPress plugin directory
     1132. Activate it from the “Plugins” menu
     1143. Go to Filikod > Settings to configure options
    63115
    64 Filikod will automatically resize newly uploaded images. 
    65 The bulk optimization tool can be used to process existing images already in the Media Library.
     116Filikod automatically resizes newly uploaded images.
     117Bulk tools allow you to clean and optimize existing images in the Media Library.
    66118
    67119== Frequently Asked Questions ==
     
    70122Yes. When resizing is enabled, the original image is replaced with the resized version to save disk space. WordPress metadata remains intact.
    71123
    72 = Is Filikod compatible with all page builders? =
    73 Yes. Optimized images are automatically used everywhere, including Elementor, Gutenberg, Divi, WPBakery, and others.
     124= Is Filikod compatible with page builders? =
     125Yes. Optimized images work everywhere, including Elementor, Gutenberg, Divi, WPBakery, and others.
    74126
    75127= Can I optimize existing images? =
    76 Yes. The bulk processing tools allow you to resize and clean ALT attributes for all existing images.
     128Yes. Filikod includes bulk tools to resize images and clean or regenerate ALT text for existing media.
    77129
    78130= Can I use Filikod with other optimization plugins? =
    79 Yes, as long as they are not performing the same resizing actions. It is recommended to use only one resizing plugin at a time.
     131Yes, as long as they are not performing the same resizing actions. Use only one resizing plugin at a time.
    80132
    81133= Does Filikod support WebP or AVIF? =
    82 Support for WebP/AVIF conversion will be added in a future release.
     134Not yet. WebP and AVIF conversion are planned for a future premium version.
    83135
    84 = Where can I get support? =
    85 Documentation and support are available at: https://filikod.com/
     136= Where can I find documentation or support? =
     137Documentation and support are available at:
     138[Filikod.com](https://filikod.com/)
    86139
    87140== Screenshots ==
    88141
    89 1. Dashboard overview 
    90 2. Settings page 
    91 3. Image optimization options 
    92 4. ALT text tools 
    93 5. SVG security configuration 
    94 6. Media statistics  
     1421. Media dashboard overview
     1432. Filikod settings interface
     1443. Image resizing configuration
     1454. ALT text automation tools
     1465. Secure SVG upload settings
     1476. Media statistics and cleanup overview
    95148
    96149== Changelog ==
    97150
    98151= 1.0.0 =
    99 - Initial release on WordPress.org.
    100 - Automatic image resizing on upload.
    101 - ALT text generation based on file names.
    102 - ALT text cleanup for improved readability.
    103 - Removal of image `title` attributes.
    104 - Secure SVG upload with sanitization.
    105 - Support for extended file types.
    106 - Bulk media processing via AJAX.
    107 - Clean and organized settings interface.
    108 - Dashboard with relevant media information.
    109 - WordPress 5.8+ and PHP 7.4+ compatibility.
     152- Initial release on WordPress.org
     153- Automatic image resizing (upload + bulk)
     154- ALT text generation and cleanup
     155- Bulk media processing tools
     156- Removal of redundant image `title` attributes
     157- Secure SVG upload with sanitization
     158- Extended file type support
     159- AJAX-based bulk processing
     160- Clean dashboard and settings interface
     161- WordPress 5.8+ and PHP 7.4+ compatibility
    110162
    111163== Upgrade Notice ==
    112164
    113 = 1.0.0 =
    114 First official release, including automatic image resizing, ALT text tools, secure SVG support, extended file type management, and bulk processing.
     165= 1.0.1 =
     166First public release of Filikod, focused on ALT text automation, image resizing, secure SVG uploads, and media cleanup.
Note: See TracChangeset for help on using the changeset viewer.