Plugin Directory

Changeset 2405755


Ignore:
Timestamp:
10/24/2020 06:44:00 AM (5 years ago)
Author:
vthierry
Message:

improve the doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • http-syndication/trunk/readme.txt

    r2405754 r2405755  
    7171
    7272  * If the external content can not be read, an error message is produced in the page output.
     73  * The external content target page must be written in correct HTML (e.g., attributes value must be between quotes), otherwise the parsing may fail.
    7374  * This functionality requires the `allow_url_fopen` option to be validated in the PHP configuration, otherwise an error message is produced in the page output.
    7475  * By construction the import is "dynamic", i.e., each time the page is loaded, the external content is queried and inserted in the page. Good news, to be sure to have an updated information. Bad news, if the external web site is down or slowed down. You may consider having a [cache mechanism](http://wordpress.org/plugins/wp-super-cache) to overcome related caveats.
     
    127128= 1.8 =
    128129
    129 Now accepts attributes without quote around the value.
     130Improve the documentation.
    130131
    131132= 1.7 =
Note: See TracChangeset for help on using the changeset viewer.