Plugin Directory

Changeset 3401413


Ignore:
Timestamp:
11/23/2025 07:33:28 PM (4 months ago)
Author:
derickschaefer
Message:

Update readme formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stcw-coverage-assistant/trunk/readme.txt

    r3401410 r3401413  
    394394**File Structure**
    395395
    396 ```
    397 stcw-coverage-assistant/
    398 ├── stcw-coverage-assistant.php    Main plugin file
    399 ├── LICENSE                        GPL v2+ license
    400 ├── readme.txt                     This file
    401 ├── CLI.md                         WP-CLI documentation
    402 ├── uninstall.php                  Clean removal script
    403 ├── includes/
    404 │   ├── class-stcwca-core.php     Coverage calculation engine
    405 │   ├── class-stcwca-cli.php      WP-CLI commands
    406 │   └── class-stcwca-crawler.php  Shared crawler logic
    407 └── admin/
    408     ├── class-stcwca-admin.php    Admin dashboard controller
    409     ├── css/
    410     │   └── admin-style.css       Modern UI styling
    411     ├── js/
    412     │   ├── admin-script.js       Copy Link functionality
    413     │   └── crawler.js            GUI crawler with adaptive throttling
    414     └── views/
    415         └── dashboard.php         Dashboard template
    416 ```
     396    stcw-coverage-assistant/
     397        stcw-coverage-assistant.php    Main plugin file
     398        LICENSE                        GPL v2+ license
     399        readme.txt                     This file
     400        uninstall.php                  Clean removal script
     401        includes/
     402            class-stcwca-core.php      Coverage calculation engine
     403            class-stcwca-cli.php       WP-CLI commands
     404            class-stcwca-crawler.php   Shared crawler logic
     405        admin/
     406            class-stcwca-admin.php     Admin dashboard controller
     407            css/
     408                admin-style.css        Modern UI styling
     409            js/
     410                admin-script.js        Copy Link functionality
     411                crawler.js             GUI crawler with adaptive throttling
     412            views/
     413                dashboard.php          Dashboard template
    417414
    418415**Code Quality**
Note: See TracChangeset for help on using the changeset viewer.