Thomas T. Jarløv
Thomas T. Jarløv
Hi @juancarlospaco I propose that we change the licens from PPL to MIT.
@juancarlospaco, should we add: ``` ``` https://github.com/ThomasTJdev/nim_websitecreator/blob/e3c68ec5d14088771ce87d59192212eb07cba7a0/nimwcpkg/nimfs/_indexes.nimf#L268
At the moment NimWC is full featured website package. We defined the main routes (/frontpage, /blog) and html pages (login, etc.), but we allow for plugins, where the user can...
`title*` is defined in the const-file for strings, but the `title*` should be updated with the value specified by the user in `config.cfg`. Otherwise `title` will always be "Nim Website...
CC @juancarlospaco, what do you think? Our recompile function is sometimes unstable. Suggestion: 1. Activate recompile from the browser UI 2. `NimWC launcher` stops `nimwc_main` subrunner 3. `NimWC launcher` moves...
When writing a blogpost, the user has full control on what to show - HTML, CSS and JS. But what if the user want's to access data from the database,...
Suggestion: The file `utils.tmpl` should undergo a cleanup. The proc `genPageOptions` should not mix both page and blog to just avoid DRY. In the future there might be more different...
Within the blog settings, let the user define the number of blogpost per page.
Currently the branch `master` is hardcoded, but with recent changes to Github we now see people using the name `main` instead. This is a problem for my library https://github.com/ThomasTJdev/nimlibxlsxwriter/issues/1. The...
This PR consist of two main elements - auto response on: - SMTP 550 - no recipient found - SMTP 552 - mail size exceeds 10 MB ## 550 -...