Fixed tons of stuff in ./web/documentation/*. No code changes. (0.40.5)
This commit is contained in:
parent
567fa73796
commit
e7e1343a83
134 changed files with 730 additions and 1928 deletions
19
web/documentation/external/curl.md
vendored
19
web/documentation/external/curl.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - cURL (libcurl) extension (optional)
|
||||
|
|
@ -10,21 +10,12 @@ description: Documentation for cURL (libcurl) extension (optional)
|
|||
permalink: /documentation/external/curl/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- curl
|
||||
- extension
|
||||
- libcurl
|
||||
- optional
|
||||
---
|
||||
|
||||
# cURL (libcurl) extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_CURL=ON
|
||||
- Purpose: HTTP helpers using libcurl.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - External integrations (optional extensions)
|
||||
|
|
@ -10,21 +10,27 @@ description: Catalog of all example scripts under ./examples/, what each area co
|
|||
permalink: /documentation/external/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- area
|
||||
- catalog
|
||||
- contains
|
||||
- env
|
||||
- example
|
||||
- examples
|
||||
- extension
|
||||
- extensions
|
||||
- external
|
||||
- integrations
|
||||
- optional
|
||||
- required
|
||||
- requirements
|
||||
- run
|
||||
- scripts
|
||||
- them
|
||||
- under
|
||||
- vars
|
||||
- what
|
||||
---
|
||||
|
||||
# External integrations (optional extensions)
|
||||
|
||||
This section documents Fun's optional, build-time selectable extensions. Each page covers:
|
||||
- How to enable the extension via CMake option (FUN_WITH_*)
|
||||
19
web/documentation/external/ini.md
vendored
19
web/documentation/external/ini.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - INI (iniparser) extension (optional)
|
||||
|
|
@ -10,21 +10,12 @@ description: Documentation for INI (iniparser) extension (optional)
|
|||
permalink: /documentation/external/ini/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- extension
|
||||
- ini
|
||||
- iniparser
|
||||
- optional
|
||||
---
|
||||
|
||||
# INI (iniparser) extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_INI=ON
|
||||
- Purpose: Read/write simple INI configuration files.
|
||||
|
|
|
|||
18
web/documentation/external/json.md
vendored
18
web/documentation/external/json.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - JSON (json-c) extension (optional)
|
||||
|
|
@ -10,21 +10,11 @@ description: Documentation for JSON (json-c) extension (optional)
|
|||
permalink: /documentation/external/json/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- extension
|
||||
- json
|
||||
- optional
|
||||
---
|
||||
|
||||
# JSON (json-c) extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_JSON=ON
|
||||
- Purpose: JSON parse/stringify and file helpers via json-c.
|
||||
|
|
|
|||
18
web/documentation/external/openssl.md
vendored
18
web/documentation/external/openssl.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - OpenSSL extension (optional)
|
||||
|
|
@ -10,21 +10,11 @@ description: Documentation for OpenSSL extension (optional)
|
|||
permalink: /documentation/external/openssl/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- extension
|
||||
- openssl
|
||||
- optional
|
||||
---
|
||||
|
||||
# OpenSSL extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_OPENSSL=ON
|
||||
- Purpose: provide small crypto helpers backed by OpenSSL. Includes md5, sha256, sha512, ripemd160 helpers.
|
||||
|
|
|
|||
21
web/documentation/external/pcre2.md
vendored
21
web/documentation/external/pcre2.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - PCRE2 (Perl-Compatible Regex) extension (optional)
|
||||
|
|
@ -10,21 +10,14 @@ description: Documentation for PCRE2 (Perl-Compatible Regex) extension (optional
|
|||
permalink: /documentation/external/pcre2/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- compatible
|
||||
- extension
|
||||
- optional
|
||||
- pcre2
|
||||
- perl
|
||||
- regex
|
||||
---
|
||||
|
||||
# PCRE2 (Perl-Compatible Regex) extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_PCRE2=ON
|
||||
- Purpose: Advanced regular expressions via PCRE2.
|
||||
|
|
|
|||
19
web/documentation/external/pcsc.md
vendored
19
web/documentation/external/pcsc.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - PC/SC (smart cards) extension (optional)
|
||||
|
|
@ -10,21 +10,12 @@ description: Documentation for PC/SC (smart cards) extension (optional)
|
|||
permalink: /documentation/external/pcsc/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- cards
|
||||
- extension
|
||||
- optional
|
||||
- smart
|
||||
---
|
||||
|
||||
# PC/SC (smart cards) extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_PCSC=ON
|
||||
- Purpose: Access smart card readers/cards via PC/SC (pcsclite).
|
||||
|
|
|
|||
18
web/documentation/external/sqlite.md
vendored
18
web/documentation/external/sqlite.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - SQLite extension (optional)
|
||||
|
|
@ -10,21 +10,11 @@ description: Documentation for SQLite extension (optional)
|
|||
permalink: /documentation/external/sqlite/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- extension
|
||||
- optional
|
||||
- sqlite
|
||||
---
|
||||
|
||||
# SQLite extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_SQLITE=ON
|
||||
- Purpose: Access SQLite databases via the native C API.
|
||||
|
|
|
|||
19
web/documentation/external/xml2.md
vendored
19
web/documentation/external/xml2.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - XML (libxml2) extension (optional)
|
||||
|
|
@ -10,21 +10,12 @@ description: Documentation for XML (libxml2) extension (optional)
|
|||
permalink: /documentation/external/xml2/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- extension
|
||||
- libxml2
|
||||
- optional
|
||||
- xml
|
||||
---
|
||||
|
||||
# XML (libxml2) extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_XML2=ON
|
||||
- Purpose: Minimal XML parsing helpers using libxml2.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue