Readme - cv - Documentation - NOOP! Framework

User

NOOP! Framework - Module "cv"

A module to create CV's from a data file.

Manifest

manifest.json
// NOOP! Framework module manifest
{
    "author": "cisco211",
    "changed": 1738084045,
    "created": 1735814051,
    "description": "CV (curriculum vitae) module.",
    "id": "cv",
    "manifest": 1,
    "template":
    {
        "permissions":
        {
            "constants":
            [
                "CV_ACCEPT_STRING",
                "CV_MIME_TYPE",
                "CV_PRINT_URL",
                "CV_UPLOAD_URL"
            ],
            "functions": [],
            "variables":
            [
                "v.description",
                "v.index",
                "v.from",
                "v.range",
                "v.title",
                "v.to",
                "v.type",
                "v.what",
                "v.where"
            ]
        }
    },
    "version": 1.000
}
// TODO: Go into more detail in specification.
// TODO: Add to specification, that empty values can also be "-".
// TODO: Which keys in YAML file are actually optional?

Documentation

Table of contents

Modules