Renamed ./src/external to ./src/extensions. No code logic changes. (0.40.5)
This commit is contained in:
parent
529acb77b1
commit
bb704a3778
25 changed files with 81 additions and 414 deletions
18
README.md
18
README.md
|
|
@ -89,14 +89,14 @@ See [./lib/](https://git.xw3.org/fun/fun/src/branch/main/lib) for what the stand
|
|||
### Optional extensions (build-time selectable / only testing this on Linux actually):
|
||||
|
||||
- [CGI](https://en.wikipedia.org/wiki/Common_Gateway_Interface) support builtin using [kcgi](https://kristaps.bsd.lv/kcgi/) (optional) ☐
|
||||
- [cURL (libcurl)](./docs/external/curl.md) (optional) ☑
|
||||
- [INI (iniparser)](./docs/external/ini.md) (optional) ☑
|
||||
- [JSON (json-c)](./docs/external/json.md) (optional) ☑
|
||||
- [PCRE2](./docs/external/pcre2.md) (optional) ☑
|
||||
- [PCSC (smart cards)](./docs/external/pcsc.md) (optional) ☑
|
||||
- [OpenSSL](./docs/external/openssl.md) (optional) ☑
|
||||
- [SQLite](./docs/external/sqlite.md) (optional) ☑
|
||||
- [XML (libxml2)](./docs/external/xml2.md) (optional) ☑
|
||||
- [cURL (libcurl)](./docs/extensions/curl.md) (optional) ☑
|
||||
- [INI (iniparser)](./docs/extensions/ini.md) (optional) ☑
|
||||
- [JSON (json-c)](./docs/extensions/json.md) (optional) ☑
|
||||
- [PCRE2](./docs/extensions/pcre2.md) (optional) ☑
|
||||
- [PCSC (smart cards)](./docs/extensions/pcsc.md) (optional) ☑
|
||||
- [OpenSSL](./docs/extensions/openssl.md) (optional) ☑
|
||||
- [SQLite](./docs/extensions/sqlite.md) (optional) ☑
|
||||
- [XML (libxml2)](./docs/extensions/xml2.md) (optional) ☑
|
||||
|
||||
☑ = Done / ☐ = Planned or in progress.
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ There are some libs written in Fun available in the [./lib/](https://git.xw3.org
|
|||
|
||||
### OpenSSL quickstart (MD5)
|
||||
|
||||
See the dedicated page: ./docs/external/openssl.md
|
||||
See the dedicated page: ./docs/extensions/openssl.md
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue