Renamed ./examples/external to ./examples/extensions. No code changes. (0.40.6)
This commit is contained in:
parent
28545fa8d4
commit
c68244d6f6
32 changed files with 40 additions and 41 deletions
16
README.md
16
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/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) ☑
|
||||
- [cURL (libcurl)](./web/documentation/extensions/curl/curl.md) (optional) ☑
|
||||
- [INI (iniparser)](./web/documentation/extensions/ini/ini.md) (optional) ☑
|
||||
- [JSON (json-c)](./web/documentation/extensions/json/json.md) (optional) ☑
|
||||
- [PCRE2](./web/documentation/extensions/pcre2/pcre2.md) (optional) ☑
|
||||
- [PCSC (smart cards)](./web/documentation/extensions/pcsc/pcsc.md) (optional) ☑
|
||||
- [OpenSSL](./web/documentation/extensions/openssl/openssl.md) (optional) ☑
|
||||
- [SQLite](./web/documentation/extensions/sqlite/sqlite.md) (optional) ☑
|
||||
- [XML (libxml2)](./web/documentation/extensions/xml2/xml2.md) (optional) ☑
|
||||
|
||||
☑ = Done (or basics implemented) / ☐ = Planned or in progress.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue