module documentation
luna_lms – Ein multimodales Lern-Management-System Copyright (c) 2022 Florian Berger <florian.berger@posteo.de>
| Class | |
Web application main class, suitable as cherrypy root. |
| Function | main |
Main function, for IDE convenience. |
| Constant | AUTORELOAD |
Flag whether CherryPy should watch the source file, and reload upon changes. Should be disabled for production use. |
| Constant | CSS |
Additional CSS for all luna_lms HTML pages. |
| Constant | HTML |
The general HTML footer for all luna_lms pages, including the closing <body> tag. |
| Constant | HTML |
The general HTML head for all luna_lms pages, including the opening <body> tag. |
| Constant | HTML |
The <header> for all luna_lms pages, including logo and login status. |
| Constant | PORT |
The TCP port luna_lms will listen on. |
| Constant | THREADS |
The number of simultaneous CherryPy server threads. |
| Variable | fossil |
Undocumented |
| Variable | items |
Undocumented |
Flag whether CherryPy should watch the source file, and reload upon changes. Should be disabled for production use.
| Value |
|
HTML_FOOT =
¶
The general HTML footer for all luna_lms pages, including the closing <body> tag.
| Value |
|
HTML_HEAD =
¶
The general HTML head for all luna_lms pages, including the opening <body> tag.
| Value |
|
HTML_HEADER =
¶
The <header> for all luna_lms pages, including logo and login status.
| Value |
|