package documentation
luna_lms – Ein multimodales Lern-Management-System Copyright (c) 2022 Florian Berger <florian.berger@posteo.de>
| Module | instance |
luna_lms – Ein multimodales Lern-Management-System |
| Package | storage |
luna_lms – Ein multimodales Lern-Management-System |
| Module | util |
luna_lms – Ein multimodales Lern-Management-System |
| Package | webapp |
luna_lms – Ein multimodales Lern-Management-System |
From __init__.py:
| Class | MODI |
Class to define the valid presentation modes for learning content. |
| Class | |
A HTMLParser that only handles data, effectively removing HTML tags. |
| Function | check |
Check if a string conforms to the title rule: At least one character. Alphanumeric characters, spaces, hyphens, underscore. Starts with an alphanumeric character. Returns an empty string when the string conforms, else an error message. |
| Function | numeric |
Convert a string with a numeric version 'MAJOR.MINOR.PATCH' to an integer and return it, for easy comparison. |
| Function | remove |
Return the string t with HTML tags removed. |
| Constant | ADDITIONAL |
Entries to this dict will be added to the config for CherryPy. |
| Constant | IMAGE |
The MIME types of files that luna_lms will recognize as images. |
| Constant | LOGGER |
The general logger for luna_lms. |
| Constant | STDERR |
A logging formatter for STDERR output. |
| Constant | STDERR |
A logging handler for STDERR output. |
| Constant | TRANSLATIONS |
Undocumented |
| Constant | VERSION |
The program version of luna_lms. |
| Constant | WRITE |
A lock to enforce only one thread can write data. |
| Variable | basedir |
Undocumented |
Check if a string conforms to the title rule: At least one character. Alphanumeric characters, spaces, hyphens, underscore. Starts with an alphanumeric character. Returns an empty string when the string conforms, else an error message.
Convert a string with a numeric version 'MAJOR.MINOR.PATCH' to an integer and return it, for easy comparison. Will raise a RuntimeError if any if MAJOR MINOR PATCH is > 1000.
The MIME types of files that luna_lms will recognize as images.
| Value |
|
STDERR_FORMATTER =
¶
A logging formatter for STDERR output.
| Value |
|