Plugin Directory

Changeset 3360530


Ignore:
Timestamp:
09/12/2025 12:44:05 PM (7 months ago)
Author:
devowl
Message:

Update README.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • real-cookie-banner/tags/5.2.1/README.txt

    r3356160 r3360530  
    147147The ePrivacy Directive, also known as the "Cookie Directive", is an EU directive focused on the protection of personal data in electronic communications. It requires companies and website operators within the EU to obtain users' consent before storing or accessing information on their devices, such as through cookies. It is the reason why most website in the EU have cookie plugins, also known as cookie consent dialogs or cookie banners. Member states have transposed the directive into their national laws, leading to various names for the legislation in different countries, like TDDDG (former TTDSG) in Germany, LOPD-GDD in Spain, DTA in Netherlands, TLA in Poland, LEK in Sweden, and the E-com Act in Norway.
    148148
     149= Inspection of plugin source files =
     150
     151Most plugin files (PHP, templates, assets) are in the ZIP in human-friendly, unprocessed form (soure files).
     152
     153The plugin’s JavaScript/TypeScript is bundled (e.g. by Webpack) from plugin-specific packages and third-party open source to produce build files. Each build ends with `//# sourceMappingURL=…` to source maps with the original, human-readable code; these maps are public and the included source code can be inspected by anyone directly in your browser, if you have installed the plugin.
     154
     155To conveniently view the complete codebase of the consumed script in e.g. Chromium/Google Chrome, open *⋮ > More tools > Developer tools > ⋮ (in DevTools) > Settings > Preferences > Sources* and enable "JavaScript source maps", "CSS source maps", and "Allow DevTools to load resources, such as source maps, from remote file paths". Reload, then open *DevTools > Sources > "devowl-local-files"* to inspect all readable sources.
     156
     157Source maps are hosted outside the ZIP to keep size manageable; otherwise the plugin could exceed limits of web hosts and become non-installable.
     158
     159The repository with all source files can be do be inspected by anyone at [assets.devowl.io/wordpress-plugins-source-code.zip](https://assets.devowl.io/wordpress-plugins-source-code.zip). Please check out the `README.md` in the repository to learn how to get started!
     160
     161For details on the data procession of our servers, please read [devowl.io/privacy-policy](https://devowl.io/privacy-policy/).
     162
    149163== Screenshots ==
    150164
Note: See TracChangeset for help on using the changeset viewer.