File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WordPress developers should expand the **$processor->fetch()** interface to make
9
9
10
10
* WordPress: Version 4.9.8
11
11
* MariaDB Version 10.1.35-MariaDB
12
- * PHP: Version 7.2.9
12
+ * PHP: Version 7.3.5
13
13
* Apache: Version: 2.4.34
14
14
15
15
@@ -34,9 +34,9 @@ It is an experimental and proof-of-concept work. It may not suit your purpose, b
34
34
35
35
* ** source** : is a content fetcher and processor type that knowns from where to seek the data (eg. Content Hosting Server). Examples:
36
36
- markdown
37
- - wikipedia
38
- - database
39
- - url/api
37
+ - wikipedia (todo)
38
+ - database (todo)
39
+ - url/api (todo)
40
40
- file
41
41
- ...
42
42
* ** 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
48
48
49
49
* [ third source="analytics" id="UA-00000000-0" section=""]
50
50
* [ 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
52
52
* [ third source="gist" id="0000000000" section="file.php"]
53
53
* [ third source="jotform" id="0000000000" section=""]
54
54
* [ third source="markdown" id="https://.../readme.md" section=""]
You can’t perform that action at this time.
0 commit comments