Index of PDF file for QDL
Name |
Description |
QDL scriptlets reference. Used in server-side scripting. |
|
CLI (Coomand Line Interface) module that allows you to turn the arguments to a script into a structured stem. This makes it much easier to write CLI programs in QDL. |
|
Cryptographic module. This provides key creation and management as well as the ability to read X 509 certs |
|
Reference for Amazon’s Dynamo DB |
|
Informational blurb on fonts and QDL, specifically, which sorts of fonts work with QDL. |
|
Reference manual of every standard function in QDL. Be sure to turn on sidebar navigation! This also has the reference for which special characters and digraphs are mapped to which function. |
|
HTTP module. This allows for using the protocol for all basic operations. |
|
The installer reference. You can always get the latest installer at https://github.com/ncsa/qdl/releases/latest/download/qdl-installer.jar This jar allows you install a new release or update your current one. |
|
If you use Intellij, this blurb will tell you how to set up QDL extensions and syntax highlighting so you can develop in that environment. |
|
Reference for the ANSI (aka ISO 6429) terminal mode. This allows for QDL to have command line history, rudimentary command line completion and several other things Java normally does not support. |
|
Reference manual for working with modules. |
|
Reference manual for the QDL configuration file. This is read and processed by the workspace at startup and controls the configuration of the workspace. |
|
SQL database module. This supplies all the basic calls to interoperate with any standard database you can connect with. |
|
How to write your own QDL module in Java. This allows you to extend QDL in any way you see fit. |
|
Reference manual for QDL initialization file. An ini file is, consists of sections and entries like many other formats. The difference is that it maps directly onto a stem when read which is extremely convenient. |
|
Mail module for QDL. This allows you to create and send emails. |
|
The reference manual for the QDL language. |
|
Reference manual for how to use QDL as a scripting language. This means you can run QDL scripts from the command line without loading the workspace. |
|
Reference for using QDL in server-side scripting. If you want to add QDL support to an existing system, this describes the JSON syntax for calling and running QDL. |
|
Reference manual for the QDL Swing GUI. |
|
Reference manual for the workspace. What it is and how it operates. A workspace is similar to a notebook in many other languages. |
|
A basic “getting started” tutorial. |
|
XML, YAML, HOCON module that allow you to import and save files in these formats. Their contents are mapped to stems. |