Changeset 2665685
- Timestamp:
- 01/26/2022 09:51:57 AM (4 years ago)
- Location:
- wp-librejs
- Files:
-
- 8 added
- 2 deleted
- 2 edited
- 1 copied
-
tags/1.0.0 (copied) (copied from wp-librejs/trunk)
-
tags/1.0.0/.reuse (added)
-
tags/1.0.0/.reuse/dep5 (added)
-
tags/1.0.0/LICENSES (added)
-
tags/1.0.0/LICENSES/GPL-3.0-or-later.txt (added)
-
tags/1.0.0/license.txt (deleted)
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
trunk/.reuse (added)
-
trunk/.reuse/dep5 (added)
-
trunk/LICENSES (added)
-
trunk/LICENSES/GPL-3.0-or-later.txt (added)
-
trunk/license.txt (deleted)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-librejs/tags/1.0.0/readme.txt
r2608110 r2665685 3 3 Tags: librejs, javascript, license, web labels 4 4 Requires at least: 5.6 5 Tested up to: 5. 85 Tested up to: 5.9 6 6 Requires PHP: 7.0 7 7 Stable tag: 1.0.0 … … 15 15 WP LibreJS module provides compatibility with the GNU LibreJS browser plugin. 16 16 17 It adds metadata to pages indicating that all JavaScript in the page is GPL v3+. It will only discover JavaScript files as they are loaded by an administrator user, so every time you add new JavaScript links,you will have to load a page that have those links, with an administrator user logged in.17 It adds tags to pages indicating that all JavaScript is GPL v3+. It will only discover JavaScript files as they are loaded by an administrator user, so every time you add new JavaScript links you will have to load a page that have those links, with an administrator user logged in. 18 18 19 19 Note: you should only install this module if you are sure all JavaScript on your site is in fact GPL v3+ compatible. … … 28 28 = Automatic installation = 29 29 30 Automatic installation is the easiest option -- WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WP LibreJS, log in to your WordPress dashboard , navigate to the Plugins menu, and click “Add New”.30 Automatic installation is the easiest option -- WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WP LibreJS, log in to your WordPress dashboard and select the “Plugins” > “Add New” option. 31 31 32 In the search field type “WP LibreJS”. Once you’ve found it, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now”, and WordPress will take itfrom there.32 In the search field type “WP LibreJS”. Once you’ve found it, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now”, and WordPress will take care from there. 33 33 34 34 = Manual installation = 35 35 36 Manual installation method requires downloading the WP LibreJS p lugin and uploading it to your web server via your favorite FTP application. The WordPress codexcontains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation).36 Manual installation method requires downloading the WP LibreJS package and uploading it to your web server via your favorite FTP application. The WordPress documentation contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation). 37 37 38 38 = Updating = -
wp-librejs/trunk/readme.txt
r2608110 r2665685 3 3 Tags: librejs, javascript, license, web labels 4 4 Requires at least: 5.6 5 Tested up to: 5. 85 Tested up to: 5.9 6 6 Requires PHP: 7.0 7 7 Stable tag: 1.0.0 … … 15 15 WP LibreJS module provides compatibility with the GNU LibreJS browser plugin. 16 16 17 It adds metadata to pages indicating that all JavaScript in the page is GPL v3+. It will only discover JavaScript files as they are loaded by an administrator user, so every time you add new JavaScript links,you will have to load a page that have those links, with an administrator user logged in.17 It adds tags to pages indicating that all JavaScript is GPL v3+. It will only discover JavaScript files as they are loaded by an administrator user, so every time you add new JavaScript links you will have to load a page that have those links, with an administrator user logged in. 18 18 19 19 Note: you should only install this module if you are sure all JavaScript on your site is in fact GPL v3+ compatible. … … 28 28 = Automatic installation = 29 29 30 Automatic installation is the easiest option -- WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WP LibreJS, log in to your WordPress dashboard , navigate to the Plugins menu, and click “Add New”.30 Automatic installation is the easiest option -- WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WP LibreJS, log in to your WordPress dashboard and select the “Plugins” > “Add New” option. 31 31 32 In the search field type “WP LibreJS”. Once you’ve found it, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now”, and WordPress will take itfrom there.32 In the search field type “WP LibreJS”. Once you’ve found it, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now”, and WordPress will take care from there. 33 33 34 34 = Manual installation = 35 35 36 Manual installation method requires downloading the WP LibreJS p lugin and uploading it to your web server via your favorite FTP application. The WordPress codexcontains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation).36 Manual installation method requires downloading the WP LibreJS package and uploading it to your web server via your favorite FTP application. The WordPress documentation contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation). 37 37 38 38 = Updating =
Note: See TracChangeset
for help on using the changeset viewer.