Skip to content

Commit 391f36e

Browse files
author
anytizer
committed
readme
1 parent dd1c276 commit 391f36e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WordPress developers should expand the **$processor->fetch()** interface to make
99

1010
* WordPress: Version 4.9.8
1111
* MariaDB Version 10.1.35-MariaDB
12-
* PHP: Version 7.2.9
12+
* PHP: Version 7.3.5
1313
* Apache: Version: 2.4.34
1414

1515

@@ -34,9 +34,9 @@ It is an experimental and proof-of-concept work. It may not suit your purpose, b
3434

3535
* **source**: is a content fetcher and processor type that knowns from where to seek the data (eg. Content Hosting Server). Examples:
3636
- markdown
37-
- wikipedia
38-
- database
39-
- url/api
37+
- wikipedia (todo)
38+
- database (todo)
39+
- url/api (todo)
4040
- file
4141
- ...
4242
* **id** is a URL or unique identifier given by the third parties.
@@ -48,7 +48,7 @@ It is an experimental and proof-of-concept work. It may not suit your purpose, b
4848

4949
* [third source="analytics" id="UA-00000000-0" section=""]
5050
* [third source="database" id="0" section="0"] - partially developed, left for developers
51-
* [third source="file" id="/tmp/static.txt" section=""]
51+
* [third source="file" id="/tmp/static.txt" section=""] - Do NOT use on shared servers
5252
* [third source="gist" id="0000000000" section="file.php"]
5353
* [third source="jotform" id="0000000000" section=""]
5454
* [third source="markdown" id="https://.../readme.md" section=""]

0 commit comments

Comments
 (0)